Class CompiledExtensionType

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

    
    public class CompiledExtensionType
     implements Cloneable, CopyTo, ToString
                        

    Java class for CompiledExtensionType complex type

    .

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

    
    <complexType name="CompiledExtensionType">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="Field1" type="{http://www.w3.org/2001/XMLSchema}string"/>
            <element name="Field2" type="{http://www.w3.org/2001/XMLSchema}integer"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>