Class SimpleContent3


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:31-04: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 Detail

      • attrib3A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected String attrib3A
      • attrib3B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        protected Boolean attrib3B
    • Constructor Detail

      • SimpleContent3

        public SimpleContent3()
    • Method Detail

      • getAttrib3A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:31-04: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 v2.3.5",
                   date="2023-05-02T15:12:31-04: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 v2.3.5",
                   date="2023-05-02T15:12:31-04: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 v2.3.5",
                   date="2023-05-02T15:12:31-04:00")
        public void setAttrib3B​(Boolean value)
        Sets the value of the attrib3B property.
        Parameters:
        value - allowed object is Boolean