public class AbstractIdentifiableContextState extends AbstractContextState
Java-Klasse für AbstractIdentifiableContextState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractIdentifiableContextState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractContextState">
<sequence>
<element name="Identification" type="{http://domain-model-uri/15/04}InstanceIdentifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<InstanceIdentifier> |
identification |
bindingEndTime, bindingMDIBVersion, bindingStartTime, contextAssociation, unbindingMDIBVersion, validatordescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractIdentifiableContextState() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<InstanceIdentifier> |
getIdentification()
Gets the value of the identification property.
|
getBindingEndTime, getBindingMDIBVersion, getBindingStartTime, getContextAssociation, getUnbindingMDIBVersion, getValidator, setBindingEndTime, setBindingMDIBVersion, setBindingStartTime, setContextAssociation, setUnbindingMDIBVersiongetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected java.util.List<InstanceIdentifier> identification
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