@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class SimpleContent1 extends Object
| 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="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String value
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected Byte attrib1A
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected Short attrib1B
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getValue()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setValue(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public Byte getAttrib1A()
Byte@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setAttrib1A(Byte value)
value - allowed object is
Byte@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public Short getAttrib1B()
ShortApache CXF