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://p11073-10207/draft10/pm/2017/10/05}AbstractMultiState">
<sequence>
<element name="Validator" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="Identification" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContextAssociation" type="{http://p11073-10207/draft10/pm/2017/10/05}ContextAssociation" />
<attribute name="BindingMdibVersion" type="{http://p11073-10207/draft10/pm/2017/10/05}ReferencedVersion" />
<attribute name="UnbindingMdibVersion" type="{http://p11073-10207/draft10/pm/2017/10/05}ReferencedVersion" />
<attribute name="BindingStartTime" type="{http://p11073-10207/draft10/pm/2017/10/05}Timestamp" />
<attribute name="BindingEndTime" type="{http://p11073-10207/draft10/pm/2017/10/05}Timestamp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
bindingEndTime |
protected BigInteger |
bindingMdibVersion |
protected BigInteger |
bindingStartTime |
protected ContextAssociation |
contextAssociation |
protected List<InstanceIdentifier> |
identification |
protected BigInteger |
unbindingMdibVersion |
protected List<InstanceIdentifier> |
validator |
category, handledescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractContextState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getBindingEndTime()
Gets the value of the bindingEndTime property.
|
BigInteger |
getBindingMdibVersion()
Gets the value of the bindingMdibVersion property.
|
BigInteger |
getBindingStartTime()
Gets the value of the bindingStartTime property.
|
ContextAssociation |
getContextAssociation()
Gets the value of the contextAssociation property.
|
List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
BigInteger |
getUnbindingMdibVersion()
Gets the value of the unbindingMdibVersion property.
|
List<InstanceIdentifier> |
getValidator()
Gets the value of the validator property.
|
int |
hashCode() |
void |
setBindingEndTime(BigInteger value)
Sets the value of the bindingEndTime property.
|
void |
setBindingMdibVersion(BigInteger value)
Sets the value of the bindingMdibVersion property.
|
void |
setBindingStartTime(BigInteger value)
Sets the value of the bindingStartTime property.
|
void |
setContextAssociation(ContextAssociation value)
Sets the value of the contextAssociation property.
|
void |
setIdentification(List<InstanceIdentifier> value) |
void |
setUnbindingMdibVersion(BigInteger value)
Sets the value of the unbindingMdibVersion property.
|
void |
setValidator(List<InstanceIdentifier> value) |
String |
toString() |
getCategory, getHandle, setCategory, setHandlegetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected List<InstanceIdentifier> validator
protected List<InstanceIdentifier> identification
protected ContextAssociation contextAssociation
protected BigInteger bindingMdibVersion
protected BigInteger unbindingMdibVersion
protected BigInteger bindingStartTime
protected BigInteger bindingEndTime
public 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 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 BigInteger getBindingMdibVersion()
BigIntegerpublic void setBindingMdibVersion(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getUnbindingMdibVersion()
BigIntegerpublic void setUnbindingMdibVersion(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBindingStartTime()
BigIntegerpublic void setBindingStartTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBindingEndTime()
BigIntegerpublic void setBindingEndTime(BigInteger value)
value - allowed object is
BigIntegerpublic void setValidator(List<InstanceIdentifier> value)
public void setIdentification(List<InstanceIdentifier> value)
public String toString()
toString in class AbstractMultiStatepublic boolean equals(Object that)
equals in class AbstractMultiStatepublic int hashCode()
hashCode in class AbstractMultiStateCopyright © 2018. All rights reserved.