Package org.apache.type_test.types1
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 v2.3.5", date="2024-03-07T12:28:40-05:00") public class SimpleContent2 extends SimpleContent1Java 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>
-
-
Constructor Summary
Constructors Constructor Description SimpleContent2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAttrib2A()Gets the value of the attrib2A property.LonggetAttrib2B()Gets the value of the attrib2B property.voidsetAttrib2A(Integer value)Sets the value of the attrib2A property.voidsetAttrib2B(Long value)Sets the value of the attrib2B property.-
Methods inherited from class org.apache.type_test.types1.SimpleContent1
getAttrib1A, getAttrib1B, getValue, setAttrib1A, setAttrib1B, setValue
-
-
-
-
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 isInteger
-
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
-
-