public class BinaryAttachmentType extends Object implements Serializable
Java class for BinaryAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinaryAttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://www.w3.org/2005/05/xmlmime}base64Binary"/>
<element name="AttachmentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attachmentName |
protected org.w3._2005._05.xmlmime.Base64Binary |
data |
| Constructor and Description |
|---|
BinaryAttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentName()
Gets the value of the attachmentName property.
|
org.w3._2005._05.xmlmime.Base64Binary |
getData()
Gets the value of the data property.
|
void |
setAttachmentName(String value)
Sets the value of the attachmentName property.
|
void |
setData(org.w3._2005._05.xmlmime.Base64Binary value)
Sets the value of the data property.
|
protected org.w3._2005._05.xmlmime.Base64Binary data
protected String attachmentName
public org.w3._2005._05.xmlmime.Base64Binary getData()
Base64Binarypublic void setData(org.w3._2005._05.xmlmime.Base64Binary value)
value - allowed object is
Base64Binarypublic String getAttachmentName()
StringCopyright © 2017. All Rights Reserved.