|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.Item
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 |
private java.lang.String purpose
private java.lang.String fileName
private java.lang.String mimeType
private ItemFileLocation fileLocation
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public Item()
public Item(java.lang.String purpose, java.lang.String fileName, java.lang.String mimeType, ItemFileLocation fileLocation)
Method Detail |
public java.lang.String getPurpose()
public void setPurpose(java.lang.String purpose)
purpose
- public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType
- public ItemFileLocation getFileLocation()
public void setFileLocation(ItemFileLocation fileLocation)
fileLocation
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
static void()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |