public class GetContextStatesResponse extends AbstractGetResponse
Java-Klasse für GetContextStatesResponse element declaration.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<element name="GetContextStatesResponse">
<complexType>
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractGetResponse">
<sequence>
<element name="ContextState" type="{http://domain-model-uri/15/04}AbstractContextState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractContextState> |
contextStates |
extension, sequenceNumber| Constructor and Description |
|---|
GetContextStatesResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractContextState> |
getContextStates()
Gets the value of the contextStates property.
|
getExtension, getSequenceNumber, setExtension, setSequenceNumberprotected java.util.List<AbstractContextState> contextStates
public java.util.List<AbstractContextState> getContextStates()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contextStates property.
For example, to add a new item, do as follows:
getContextStates().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState