gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0
Class GetApplicationListResponse

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ApplicationInformationType[] applicationInformation
           
private  int availableApplicationNumber
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GetApplicationListResponse()
           
GetApplicationListResponse(int availableApplicationNumber, ApplicationInformationType[] applicationInformation)
           
 
Method Summary
(package private) static void ()
           
 boolean equals(java.lang.Object obj)
           
 ApplicationInformationType[] getApplicationInformation()
          Gets the applicationInformation value for this GetApplicationListResponse.
 ApplicationInformationType getApplicationInformation(int i)
           
 int getAvailableApplicationNumber()
          Gets the availableApplicationNumber value for this GetApplicationListResponse.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 setApplicationInformation(ApplicationInformationType[] applicationInformation)
          Sets the applicationInformation value for this GetApplicationListResponse.
 void setApplicationInformation(int i, ApplicationInformationType _value)
           
 void setAvailableApplicationNumber(int availableApplicationNumber)
          Sets the availableApplicationNumber value for this GetApplicationListResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

availableApplicationNumber

private int availableApplicationNumber

applicationInformation

private ApplicationInformationType[] applicationInformation

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetApplicationListResponse

public GetApplicationListResponse()

GetApplicationListResponse

public GetApplicationListResponse(int availableApplicationNumber,
                                  ApplicationInformationType[] applicationInformation)
Method Detail

getAvailableApplicationNumber

public int getAvailableApplicationNumber()
Gets the availableApplicationNumber value for this GetApplicationListResponse.
Returns:
availableApplicationNumber

setAvailableApplicationNumber

public void setAvailableApplicationNumber(int availableApplicationNumber)
Sets the availableApplicationNumber value for this GetApplicationListResponse.
Parameters:
availableApplicationNumber -  

getApplicationInformation

public ApplicationInformationType[] getApplicationInformation()
Gets the applicationInformation value for this GetApplicationListResponse.
Returns:
applicationInformation

setApplicationInformation

public void setApplicationInformation(ApplicationInformationType[] applicationInformation)
Sets the applicationInformation value for this GetApplicationListResponse.
Parameters:
applicationInformation -  

getApplicationInformation

public ApplicationInformationType getApplicationInformation(int i)

setApplicationInformation

public void setApplicationInformation(int i,
                                      ApplicationInformationType _value)

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