Class VmdState

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

    public class VmdState
    extends AbstractComplexDeviceComponentState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    The state of a VMD.

    Java class for VmdState complex type.

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

     <complexType name="VmdState">
       <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>
         </extension>
       </complexContent>
     </complexType>