public class AbstractContextState extends State
Java-Klasse für AbstractContextState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.math.BigInteger |
bindingEndTime |
protected java.math.BigInteger |
bindingMDIBVersion |
protected java.math.BigInteger |
bindingStartTime |
protected ContextAssociationStateValue |
contextAssociation |
protected java.math.BigInteger |
unbindingMDIBVersion |
protected java.util.List<InstanceIdentifier> |
validator |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractContextState() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getBindingEndTime()
Ruft den Wert der bindingEndTime-Eigenschaft ab.
|
java.math.BigInteger |
getBindingMDIBVersion()
Ruft den Wert der bindingMDIBVersion-Eigenschaft ab.
|
java.math.BigInteger |
getBindingStartTime()
Ruft den Wert der bindingStartTime-Eigenschaft ab.
|
ContextAssociationStateValue |
getContextAssociation()
Ruft den Wert der contextAssociation-Eigenschaft ab.
|
java.math.BigInteger |
getUnbindingMDIBVersion()
Ruft den Wert der unbindingMDIBVersion-Eigenschaft ab.
|
java.util.List<InstanceIdentifier> |
getValidator()
Gets the value of the validator property.
|
void |
setBindingEndTime(java.math.BigInteger value)
Legt den Wert der bindingEndTime-Eigenschaft fest.
|
void |
setBindingMDIBVersion(java.math.BigInteger value)
Legt den Wert der bindingMDIBVersion-Eigenschaft fest.
|
void |
setBindingStartTime(java.math.BigInteger value)
Legt den Wert der bindingStartTime-Eigenschaft fest.
|
void |
setContextAssociation(ContextAssociationStateValue value)
Legt den Wert der contextAssociation-Eigenschaft fest.
|
void |
setUnbindingMDIBVersion(java.math.BigInteger value)
Legt den Wert der unbindingMDIBVersion-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected java.util.List<InstanceIdentifier> validator
protected ContextAssociationStateValue 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 ContextAssociationStateValue getContextAssociation()
ContextAssociationStateValuepublic void setContextAssociation(ContextAssociationStateValue value)
value - allowed object is
ContextAssociationStateValuepublic 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
BigInteger