public class AbstractContextState extends AbstractMultiState
Java class for AbstractContextState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractContextState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMultiState">
<sequence>
<element name="Validator" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="Identification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContextAssociation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ContextAssociation" />
<attribute name="BindingMdibVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" />
<attribute name="UnbindingMdibVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" />
<attribute name="BindingStartTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
<attribute name="BindingEndTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
bindingEndTime |
protected java.math.BigInteger |
bindingMdibVersion |
protected java.math.BigInteger |
bindingStartTime |
protected ContextAssociation |
contextAssociation |
protected java.util.List<InstanceIdentifier> |
identification |
protected java.math.BigInteger |
unbindingMdibVersion |
protected java.util.List<InstanceIdentifier> |
validator |
category, handledescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigInteger |
getBindingEndTime()
Gets the value of the bindingEndTime property.
|
java.math.BigInteger |
getBindingMdibVersion()
Gets the value of the bindingMdibVersion property.
|
java.math.BigInteger |
getBindingStartTime()
Gets the value of the bindingStartTime property.
|
ContextAssociation |
getContextAssociation()
Gets the value of the contextAssociation property.
|
java.util.List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
java.math.BigInteger |
getUnbindingMdibVersion()
Gets the value of the unbindingMdibVersion property.
|
java.util.List<InstanceIdentifier> |
getValidator()
Gets the value of the validator property.
|
int |
hashCode() |
void |
setBindingEndTime(java.math.BigInteger value)
Sets the value of the bindingEndTime property.
|
void |
setBindingMdibVersion(java.math.BigInteger value)
Sets the value of the bindingMdibVersion property.
|
void |
setBindingStartTime(java.math.BigInteger value)
Sets the value of the bindingStartTime property.
|
void |
setContextAssociation(ContextAssociation value)
Sets the value of the contextAssociation property.
|
void |
setIdentification(java.util.List<InstanceIdentifier> value) |
void |
setUnbindingMdibVersion(java.math.BigInteger value)
Sets the value of the unbindingMdibVersion property.
|
void |
setValidator(java.util.List<InstanceIdentifier> value) |
java.lang.String |
toString() |
getCategory, getHandle, setCategory, setHandlegetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected java.util.List<InstanceIdentifier> validator
protected java.util.List<InstanceIdentifier> identification
protected ContextAssociation contextAssociation
protected java.math.BigInteger bindingMdibVersion
protected java.math.BigInteger unbindingMdibVersion
protected java.math.BigInteger bindingStartTime
protected java.math.BigInteger bindingEndTime
public java.util.List<InstanceIdentifier> getValidator()
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 validator property.
For example, to add a new item, do as follows:
getValidator().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceIdentifier
public java.util.List<InstanceIdentifier> getIdentification()
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 identification property.
For example, to add a new item, do as follows:
getIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
InstanceIdentifier
public ContextAssociation getContextAssociation()
ContextAssociationpublic void setContextAssociation(ContextAssociation value)
value - allowed object is
ContextAssociationpublic java.math.BigInteger getBindingMdibVersion()
BigIntegerpublic void setBindingMdibVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getUnbindingMdibVersion()
BigIntegerpublic void setUnbindingMdibVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getBindingStartTime()
BigIntegerpublic void setBindingStartTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getBindingEndTime()
BigIntegerpublic void setBindingEndTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class AbstractMultiStatepublic boolean equals(java.lang.Object that)
equals in class AbstractMultiStatepublic int hashCode()
hashCode in class AbstractMultiStatepublic void setValidator(java.util.List<InstanceIdentifier> value)
public void setIdentification(java.util.List<InstanceIdentifier> value)