public class SetContextState extends AbstractSet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractSet">
<sequence>
<element name="ProposedContextState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractContextState" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractContextState> |
proposedContextState |
extension, operationHandleRef| Constructor and Description |
|---|
SetContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractContextState> |
getProposedContextState()
Gets the value of the proposedContextState property.
|
int |
hashCode() |
void |
setProposedContextState(java.util.List<AbstractContextState> value) |
java.lang.String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected java.util.List<AbstractContextState> proposedContextState
public java.util.List<AbstractContextState> getProposedContextState()
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 proposedContextState property.
For example, to add a new item, do as follows:
getProposedContextState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractContextState
public java.lang.String toString()
toString in class AbstractSetpublic boolean equals(java.lang.Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetpublic void setProposedContextState(java.util.List<AbstractContextState> value)