Class MdsState

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class MdsState
    extends AbstractComplexDeviceComponentState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Definition of the state of an pm:MdsDescriptor.

    Java class for MdsState complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MdsState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentState">
           <sequence>
             <element name="OperatingJurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatingJurisdiction" minOccurs="0"/>
           </sequence>
           <attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
           <attribute name="OperatingMode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MdsOperatingMode" />
         </extension>
       </complexContent>
     </complexType>