Class SimpleContent3


@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public class SimpleContent3 extends SimpleContent2

Java class for SimpleContent3 complex type

.

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


 <complexType name="SimpleContent3">
   <simpleContent>
     <extension base="<http://apache.org/type_test/types1>SimpleContent2">
       <attribute name="attrib3a" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attrib3b" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • attrib3A

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected String attrib3A
    • attrib3B

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") protected Boolean attrib3B
  • Constructor Details

    • SimpleContent3

      public SimpleContent3()
  • Method Details

    • getAttrib3A

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public String getAttrib3A()
      Gets the value of the attrib3A property.
      Returns:
      possible object is String
    • setAttrib3A

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setAttrib3A(String value)
      Sets the value of the attrib3A property.
      Parameters:
      value - allowed object is String
    • isAttrib3B

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public Boolean isAttrib3B()
      Gets the value of the attrib3B property.
      Returns:
      possible object is Boolean
    • setAttrib3B

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.5", date="2024-12-09T12:26:01-05:00") public void setAttrib3B(Boolean value)
      Sets the value of the attrib3B property.
      Parameters:
      value - allowed object is Boolean