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="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
content |
protected String |
name |
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Gets the value of the content property.
|
String |
getName()
Gets the value of the name property.
|
void |
setContent(byte[] value)
Sets the value of the content property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected byte[] content
protected String name
public byte[] getContent()
public void setContent(byte[] value)
value - allowed object is
byte[]public String getName()
StringCopyright © 2016. All rights reserved.