Class SimpleContent1

  • Direct Known Subclasses:
    SimpleContent2

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:23-04:00")
    public class SimpleContent1
    extends Object

    Java class for SimpleContent1 complex type.

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

     <complexType name="SimpleContent1">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="attrib1a" type="{http://www.w3.org/2001/XMLSchema}byte" />
           <attribute name="attrib1b" type="{http://www.w3.org/2001/XMLSchema}short" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected String value
      • attrib1A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected Byte attrib1A
      • attrib1B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        protected Short attrib1B
    • Constructor Detail

      • SimpleContent1

        public SimpleContent1()
    • Method Detail

      • getValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getAttrib1A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public Byte getAttrib1A()
        Gets the value of the attrib1A property.
        Returns:
        possible object is Byte
      • setAttrib1A

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setAttrib1A​(Byte value)
        Sets the value of the attrib1A property.
        Parameters:
        value - allowed object is Byte
      • getAttrib1B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public Short getAttrib1B()
        Gets the value of the attrib1B property.
        Returns:
        possible object is Short
      • setAttrib1B

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:23-04:00")
        public void setAttrib1B​(Short value)
        Sets the value of the attrib1B property.
        Parameters:
        value - allowed object is Short