Class SgBaseTypeA

  • Direct Known Subclasses:
    SgDerivedTypeB, SgDerivedTypeC

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-04:00")
    public class SgBaseTypeA
    extends Object

    Java class for sgBaseType_A complex type.

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

     <complexType name="sgBaseType_A">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • varInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected BigInteger varInt
    • Constructor Detail

      • SgBaseTypeA

        public SgBaseTypeA()
    • Method Detail

      • getVarInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public BigInteger getVarInt()
        Gets the value of the varInt property.
        Returns:
        possible object is BigInteger
      • setVarInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setVarInt​(BigInteger value)
        Sets the value of the varInt property.
        Parameters:
        value - allowed object is BigInteger