Class SimpleContent2

  • Direct Known Subclasses:
    SimpleContent3

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2024-03-07T12:28:40-05:00")
    public class SimpleContent2
    extends SimpleContent1

    Java class for SimpleContent2 complex type.

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

     <complexType name="SimpleContent2">
       <simpleContent>
         <extension base="<http://apache.org/type_test/types1>SimpleContent1">
           <attribute name="attrib2a" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="attrib2b" type="{http://www.w3.org/2001/XMLSchema}long" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • attrib2A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        protected Integer attrib2A
      • attrib2B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        protected Long attrib2B
    • Constructor Detail

      • SimpleContent2

        public SimpleContent2()
    • Method Detail

      • getAttrib2A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        public Integer getAttrib2A()
        Gets the value of the attrib2A property.
        Returns:
        possible object is Integer
      • setAttrib2A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        public void setAttrib2A​(Integer value)
        Sets the value of the attrib2A property.
        Parameters:
        value - allowed object is Integer
      • getAttrib2B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        public Long getAttrib2B()
        Gets the value of the attrib2B property.
        Returns:
        possible object is Long
      • setAttrib2B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2024-03-07T12:28:40-05:00")
        public void setAttrib2B​(Long value)
        Sets the value of the attrib2B property.
        Parameters:
        value - allowed object is Long