Class MyDescriptorExtension

  • All Implemented Interfaces:
    java.lang.Cloneable , org.jvnet.jaxb.lang.CopyTo , org.jvnet.jaxb.lang.ToString

    
    public class MyDescriptorExtension
     implements Cloneable, CopyTo, ToString
                        

    Java class for anonymous complex type

    .

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

    
    <complexType>
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="KeyType" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
          </sequence>
          <attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
          <anyAttribute processContents='skip' namespace='##other'/>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • MyDescriptorExtension

        MyDescriptorExtension()