@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class StructWithBinary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
base64 |
protected byte[] |
hex |
| Constructor and Description |
|---|
StructWithBinary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBase64()
Gets the value of the base64 property.
|
byte[] |
getHex()
Gets the value of the hex property.
|
void |
setBase64(byte[] value)
Sets the value of the base64 property.
|
void |
setHex(byte[] value)
Sets the value of the hex property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected byte[] hex
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected byte[] base64
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public byte[] getHex()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setHex(byte[] 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[] getBase64()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setBase64(byte[] value)
value - allowed object is
byte[]Apache CXF