Class ComplexTypeWithAttributes


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-09-13T12:40:30-04:00")
    public class ComplexTypeWithAttributes
    extends Object

    Java class for ComplexTypeWithAttributes complex type.

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

     <complexType name="ComplexTypeWithAttributes">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="attrInt" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="attrString" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • attrInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        protected BigInteger attrInt
      • attrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        protected String attrString
    • Constructor Detail

      • ComplexTypeWithAttributes

        public ComplexTypeWithAttributes()
    • Method Detail

      • getAttrInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public BigInteger getAttrInt()
        Gets the value of the attrInt property.
        Returns:
        possible object is BigInteger
      • setAttrInt

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public void setAttrInt​(BigInteger value)
        Sets the value of the attrInt property.
        Parameters:
        value - allowed object is BigInteger
      • getAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public String getAttrString()
        Gets the value of the attrString property.
        Returns:
        possible object is String
      • setAttrString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-09-13T12:40:30-04:00")
        public void setAttrString​(String value)
        Sets the value of the attrString property.
        Parameters:
        value - allowed object is String