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