@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class ExtBase64Binary extends Object
Java class for ExtBase64Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtBase64Binary">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| 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", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected byte[] value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected Integer id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public byte[] getValue()
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setValue(byte[] value)
value - allowed object is
byte[]@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public Integer getId()
IntegerApache CXF