@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") 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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
attrib2A |
protected Long |
attrib2B |
attrib1A, attrib1B, value| Constructor and Description |
|---|
SimpleContent2() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAttrib2A()
Gets the value of the attrib2A property.
|
Long |
getAttrib2B()
Gets the value of the attrib2B property.
|
void |
setAttrib2A(Integer value)
Sets the value of the attrib2A property.
|
void |
setAttrib2B(Long value)
Sets the value of the attrib2B property.
|
getAttrib1A, getAttrib1B, getValue, setAttrib1A, setAttrib1B, setValue@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Integer attrib2A
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Long attrib2B
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Integer getAttrib2A()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrib2A(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Long getAttrib2B()
LongApache CXF