Class SimpleContent2

java.lang.Object
org.apache.type_test.types1.SimpleContent1
org.apache.type_test.types1.SimpleContent2
Direct Known Subclasses:
SimpleContent3

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04: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 Details

    • attrib2A

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected Integer attrib2A
    • attrib2B

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04:00") protected Long attrib2B
  • Constructor Details

    • SimpleContent2

      public SimpleContent2()
  • Method Details

    • getAttrib2A

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-05-02T16:18:56-04: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 v3.0.2", date="2023-05-02T16:18:56-04: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 v3.0.2", date="2023-05-02T16:18:56-04: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 v3.0.2", date="2023-05-02T16:18:56-04:00") public void setAttrib2B(Long value)
      Sets the value of the attrib2B property.
      Parameters:
      value - allowed object is Long