Class CompiledExtensionType

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    CompiledExtension

    public class CompiledExtensionType
    extends Object
    implements org.jvnet.jaxb2_commons.lang.ToString2

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

      • CompiledExtensionType

        public CompiledExtensionType()
    • Method Detail

      • getField1

        public String getField1()
        Gets the value of the field1 property.
        Returns:
        possible object is String
      • setField1

        public void setField1​(String value)
        Sets the value of the field1 property.
        Parameters:
        value - allowed object is String
      • getField2

        public BigInteger getField2()
        Gets the value of the field2 property.
        Returns:
        possible object is BigInteger
      • setField2

        public void setField2​(BigInteger value)
        Sets the value of the field2 property.
        Parameters:
        value - allowed object is BigInteger
      • 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
      • 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