|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.AttachmentData
public class AttachmentData
Esri AttachmentData Object.
Java class for AttachmentData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="AttachmentInfo" type="{http://www.esri.com/schemas/ArcGIS/10.3}AttachmentInfo"/> <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTransportType"/> </sequence> </restriction> </complexContent> </complexType>Esri AttachmentData Object.
Constructor Summary | |
---|---|
AttachmentData()
AttachmentData default constructor. |
|
AttachmentData(byte[] data,
AttachmentInfo attachmentInfo,
java.lang.String url,
EsriTransportType transportType)
Deprecated. |
Method Summary | |
---|---|
AttachmentInfo |
getAttachmentInfo()
Content type that indicates the type of the mime content. |
byte[] |
getData()
Attachment as bytes. |
EsriTransportType |
getTransportType()
Transport Type. |
java.lang.String |
getURL()
URL. |
void |
setAttachmentInfo(AttachmentInfo value)
Content type that indicates the type of the mime content. |
void |
setData(byte[] value)
Attachment as bytes. |
void |
setTransportType(EsriTransportType value)
Transport Type. |
void |
setURL(java.lang.String value)
URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public AttachmentData(byte[] data, AttachmentInfo attachmentInfo, java.lang.String url, EsriTransportType transportType)
public AttachmentData()
Method Detail |
---|
public byte[] getData()
public void setData(byte[] value)
value
- allowed object is
byte[]public AttachmentInfo getAttachmentInfo()
AttachmentInfo
public void setAttachmentInfo(AttachmentInfo value)
value
- allowed object is
AttachmentInfo
public java.lang.String getURL()
String
public void setURL(java.lang.String value)
value
- allowed object is
String
public EsriTransportType getTransportType()
EsriTransportType
public void setTransportType(EsriTransportType value)
value
- allowed object is
EsriTransportType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |