@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class StructWithBinary extends Object
Java class for StructWithBinary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructWithBinary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hex" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
<element name="base64" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected byte[] hex
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected byte[] base64
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public byte[] getHex()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setHex(byte[] 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[] getBase64()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setBase64(byte[] value)
value - allowed object is
byte[]Apache CXF