gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0
Class Item

java.lang.Object
  |
  +--gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.Item
All Implemented Interfaces:
java.io.Serializable

public class Item
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ItemFileLocation fileLocation
           
private  java.lang.String fileName
           
private  java.lang.String mimeType
           
private  java.lang.String purpose
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Item()
           
Item(java.lang.String purpose, java.lang.String fileName, java.lang.String mimeType, ItemFileLocation fileLocation)
           
 
Method Summary
(package private) static void ()
           
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ItemFileLocation getFileLocation()
          Gets the fileLocation value for this Item.
 java.lang.String getFileName()
          Gets the fileName value for this Item.
 java.lang.String getMimeType()
          Gets the mimeType value for this Item.
 java.lang.String getPurpose()
          Gets the purpose value for this Item.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFileLocation(ItemFileLocation fileLocation)
          Sets the fileLocation value for this Item.
 void setFileName(java.lang.String fileName)
          Sets the fileName value for this Item.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this Item.
 void setPurpose(java.lang.String purpose)
          Sets the purpose value for this Item.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

purpose

private java.lang.String purpose

fileName

private java.lang.String fileName

mimeType

private java.lang.String mimeType

fileLocation

private ItemFileLocation fileLocation

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Item

public Item()

Item

public Item(java.lang.String purpose,
            java.lang.String fileName,
            java.lang.String mimeType,
            ItemFileLocation fileLocation)
Method Detail

getPurpose

public java.lang.String getPurpose()
Gets the purpose value for this Item.
Returns:
purpose

setPurpose

public void setPurpose(java.lang.String purpose)
Sets the purpose value for this Item.
Parameters:
purpose -  

getFileName

public java.lang.String getFileName()
Gets the fileName value for this Item.
Returns:
fileName

setFileName

public void setFileName(java.lang.String fileName)
Sets the fileName value for this Item.
Parameters:
fileName -  

getMimeType

public java.lang.String getMimeType()
Gets the mimeType value for this Item.
Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType value for this Item.
Parameters:
mimeType -  

getFileLocation

public ItemFileLocation getFileLocation()
Gets the fileLocation value for this Item.
Returns:
fileLocation

setFileLocation

public void setFileLocation(ItemFileLocation fileLocation)
Sets the fileLocation value for this Item.
Parameters:
fileLocation -  

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

static void ()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer