public class Attachment extends Object
Java class for Attachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attachment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="base64Attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
base64Attachment |
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBase64Attachment()
Gets the value of the base64Attachment property.
|
void |
setBase64Attachment(byte[] value)
Sets the value of the base64Attachment property.
|
public byte[] getBase64Attachment()
public void setBase64Attachment(byte[] value)
value - allowed object is
byte[]Copyright © 2018 B3Partners B.V.. All rights reserved.