@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class ExtBase64Binary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected byte[] |
value |
| Constructor and Description |
|---|
ExtBase64Binary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId()
Gets the value of the id property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setValue(byte[] 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 byte[] value
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected Integer id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public byte[] getValue()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setValue(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 Integer getId()
IntegerApache CXF