|
|||||||||
| 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,
String name,
String contentType,
int size)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getAttachmentID()
Gets the value of the attachmentID property. |
String |
getContentType()
Gets the value of the contentType property. |
String |
getName()
Gets the value of the name property. |
int |
getParentID()
Gets the value of the parentID property. |
int |
getSize()
Gets the value of the size property. |
void |
setAttachmentID(int value)
Sets the value of the attachmentID property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParentID(int value)
Sets the value of the parentID property. |
void |
setSize(int value)
Sets the value of the size property. |
| 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,
String name,
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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic int getSize()
public void setSize(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||