public class GetContextStatesResponse extends AbstractGetResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractGetResponse">
<sequence>
<element name="ContextState" type="{http://p11073-10207/draft10/pm/2017/10/05}AbstractContextState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractContextState> |
contextState |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
GetContextStatesResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractContextState> |
getContextState()
Gets the value of the contextState property.
|
int |
hashCode() |
void |
setContextState(List<AbstractContextState> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected List<AbstractContextState> contextState
public List<AbstractContextState> getContextState()
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 contextState property.
For example, to add a new item, do as follows:
getContextState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState
public void setContextState(List<AbstractContextState> value)
public String toString()
toString in class AbstractGetResponsepublic boolean equals(Object that)
equals in class AbstractGetResponsepublic int hashCode()
hashCode in class AbstractGetResponseCopyright © 2017. All rights reserved.