|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.AttachmentInfo
public class AttachmentInfo
Esri AttachmentInfo Object.
Java class for AttachmentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AttachmentID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="ParentID" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Size" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>Esri AttachmentInfo Object.
Constructor Summary | |
---|---|
AttachmentInfo()
AttachmentInfo default constructor. |
|
AttachmentInfo(int attachmentID,
int parentID,
java.lang.String name,
java.lang.String contentType,
int size)
Deprecated. |
Method Summary | |
---|---|
int |
getAttachmentID()
ID that uniquely identifies an attachment. |
java.lang.String |
getContentType()
Content type that indicates the type of the mime content. |
java.lang.String |
getName()
Descriptive name of an attachment. |
int |
getParentID()
The source id that to which the attachment is associated to. |
int |
getSize()
The size of the attachment. |
void |
setAttachmentID(int value)
ID that uniquely identifies an attachment. |
void |
setContentType(java.lang.String value)
Content type that indicates the type of the mime content. |
void |
setName(java.lang.String value)
Descriptive name of an attachment. |
void |
setParentID(int value)
The source id that to which the attachment is associated to. |
void |
setSize(int value)
The size of the attachment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public AttachmentInfo(int attachmentID, int parentID, java.lang.String name, java.lang.String contentType, int size)
public AttachmentInfo()
Method Detail |
---|
public int getAttachmentID()
public void setAttachmentID(int value)
public int getParentID()
public void setParentID(int value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public int getSize()
public void setSize(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |