public class AbstractContextState extends State
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://domain-model-uri/15/04}AbstractState">
<sequence>
<element name="Validator" type="{http://domain-model-uri/15/04}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContextAssociation" type="{http://domain-model-uri/15/04}ContextAssociation" />
<attribute name="BindingMDIBVersion" use="required" type="{http://domain-model-uri/15/04}ReferencedVersion" />
<attribute name="UnbindingMDIBVersion" type="{http://domain-model-uri/15/04}ReferencedVersion" />
<attribute name="BindingStartTime" type="{http://domain-model-uri/15/04}Timestamp" />
<attribute name="BindingEndTime" type="{http://domain-model-uri/15/04}Timestamp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
bindingEndTime |
protected BigInteger |
bindingMDIBVersion |
protected BigInteger |
bindingStartTime |
protected ContextAssociationStateValue |
contextAssociation |
protected BigInteger |
unbindingMDIBVersion |
protected List<InstanceIdentifier> |
validator |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractContextState() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ContextAssociationStateValue |
getContextAssociation()
Gets the value of the contextAssociation property.
|
BigInteger |
getUnbindingMDIBVersion()
Gets the value of the unbindingMDIBVersion property.
|
List<InstanceIdentifier> |
getValidator()
Gets the value of the validator property.
|
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(ContextAssociationStateValue value)
Sets the value of the contextAssociation property.
|
void |
setUnbindingMDIBVersion(BigInteger value)
Sets the value of the unbindingMDIBVersion property.
|
void |
setValidator(List<InstanceIdentifier> value) |
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected List<InstanceIdentifier> validator
protected ContextAssociationStateValue 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 ContextAssociationStateValue getContextAssociation()
ContextAssociationStateValuepublic void setContextAssociation(ContextAssociationStateValue value)
value - allowed object is
ContextAssociationStateValuepublic 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)
Copyright © 2016. All rights reserved.