com.esri.arcgisws
Class AttachmentInfo

java.lang.Object
  extended by com.esri.arcgisws.AttachmentInfo
All Implemented Interfaces:
Serializable

public class AttachmentInfo
extends Object
implements Serializable

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.

See Also:
Serialized Form

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

AttachmentInfo

@Deprecated
public AttachmentInfo(int attachmentID,
                                 int parentID,
                                 String name,
                                 String contentType,
                                 int size)
Deprecated. 

AttachmentInfo constructor.


AttachmentInfo

public AttachmentInfo()
AttachmentInfo default constructor.

Method Detail

getAttachmentID

public int getAttachmentID()
Gets the value of the attachmentID property.


setAttachmentID

public void setAttachmentID(int value)
Sets the value of the attachmentID property.


getParentID

public int getParentID()
Gets the value of the parentID property.


setParentID

public void setParentID(int value)
Sets the value of the parentID property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getContentType

public String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

getSize

public int getSize()
Gets the value of the size property.


setSize

public void setSize(int value)
Sets the value of the size property.