Class AbstractContextState

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    EnsembleContextState, LocationContextState, MeansContextState, OperatorContextState, PatientContextState, WorkflowContextState

    public class AbstractContextState
    extends AbstractMultiState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Base type of a context state. Every context state can be identified as valid by a validator instance. Moreover, a context state's lifecycle is determined by a start and end. AbstractContextState bundles these information.

    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>
     
    • Constructor Detail

      • AbstractContextState

        public AbstractContextState()
    • Method Detail

      • getValidator

        public List<InstanceIdentifier> getValidator()
        Gets the value of the validator property.

        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

      • getIdentification

        public List<InstanceIdentifier> getIdentification()
        Gets the value of the identification property.

        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

      • setContextAssociation

        public void setContextAssociation​(ContextAssociation value)
        Sets the value of the contextAssociation property.
        Parameters:
        value - allowed object is ContextAssociation
      • getBindingMdibVersion

        public BigInteger getBindingMdibVersion()
        Gets the value of the bindingMdibVersion property.
        Returns:
        possible object is BigInteger
      • setBindingMdibVersion

        public void setBindingMdibVersion​(BigInteger value)
        Sets the value of the bindingMdibVersion property.
        Parameters:
        value - allowed object is BigInteger
      • getUnbindingMdibVersion

        public BigInteger getUnbindingMdibVersion()
        Gets the value of the unbindingMdibVersion property.
        Returns:
        possible object is BigInteger
      • setUnbindingMdibVersion

        public void setUnbindingMdibVersion​(BigInteger value)
        Sets the value of the unbindingMdibVersion property.
        Parameters:
        value - allowed object is BigInteger
      • getBindingStartTime

        public Instant getBindingStartTime()
        Gets the value of the bindingStartTime property.
        Returns:
        possible object is String
      • setBindingStartTime

        public void setBindingStartTime​(Instant value)
        Sets the value of the bindingStartTime property.
        Parameters:
        value - allowed object is String
      • getBindingEndTime

        public Instant getBindingEndTime()
        Gets the value of the bindingEndTime property.
        Returns:
        possible object is String
      • setBindingEndTime

        public void setBindingEndTime​(Instant value)
        Sets the value of the bindingEndTime property.
        Parameters:
        value - allowed object is String
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractMultiState
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractMultiState
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractMultiState