gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0
Class ApplicationInformationType

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String CFDANumber
           
private  java.lang.String competitionID
           
private  GrantsGovApplicationStatusType grants_GovApplicationStatus
           
private  java.lang.String grants_govTrackingNumber
           
private  java.lang.String opportunityID
           
private  java.util.Calendar receivedDateTime
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ApplicationInformationType()
           
ApplicationInformationType(java.lang.String opportunityID, java.lang.String competitionID, java.lang.String CFDANumber, java.lang.String grants_govTrackingNumber, java.util.Calendar receivedDateTime, GrantsGovApplicationStatusType grants_GovApplicationStatus)
           
 
Method Summary
(package private) static void ()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCFDANumber()
          Gets the CFDANumber value for this ApplicationInformationType.
 java.lang.String getCompetitionID()
          Gets the competitionID value for this ApplicationInformationType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GrantsGovApplicationStatusType getGrants_GovApplicationStatus()
          Gets the grants_GovApplicationStatus value for this ApplicationInformationType.
 java.lang.String getGrants_govTrackingNumber()
          Gets the grants_govTrackingNumber value for this ApplicationInformationType.
 java.lang.String getOpportunityID()
          Gets the opportunityID value for this ApplicationInformationType.
 java.util.Calendar getReceivedDateTime()
          Gets the receivedDateTime value for this ApplicationInformationType.
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 setCFDANumber(java.lang.String CFDANumber)
          Sets the CFDANumber value for this ApplicationInformationType.
 void setCompetitionID(java.lang.String competitionID)
          Sets the competitionID value for this ApplicationInformationType.
 void setGrants_GovApplicationStatus(GrantsGovApplicationStatusType grants_GovApplicationStatus)
          Sets the grants_GovApplicationStatus value for this ApplicationInformationType.
 void setGrants_govTrackingNumber(java.lang.String grants_govTrackingNumber)
          Sets the grants_govTrackingNumber value for this ApplicationInformationType.
 void setOpportunityID(java.lang.String opportunityID)
          Sets the opportunityID value for this ApplicationInformationType.
 void setReceivedDateTime(java.util.Calendar receivedDateTime)
          Sets the receivedDateTime value for this ApplicationInformationType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

opportunityID

private java.lang.String opportunityID

competitionID

private java.lang.String competitionID

CFDANumber

private java.lang.String CFDANumber

grants_govTrackingNumber

private java.lang.String grants_govTrackingNumber

receivedDateTime

private java.util.Calendar receivedDateTime

grants_GovApplicationStatus

private GrantsGovApplicationStatusType grants_GovApplicationStatus

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ApplicationInformationType

public ApplicationInformationType()

ApplicationInformationType

public ApplicationInformationType(java.lang.String opportunityID,
                                  java.lang.String competitionID,
                                  java.lang.String CFDANumber,
                                  java.lang.String grants_govTrackingNumber,
                                  java.util.Calendar receivedDateTime,
                                  GrantsGovApplicationStatusType grants_GovApplicationStatus)
Method Detail

getOpportunityID

public java.lang.String getOpportunityID()
Gets the opportunityID value for this ApplicationInformationType.
Returns:
opportunityID

setOpportunityID

public void setOpportunityID(java.lang.String opportunityID)
Sets the opportunityID value for this ApplicationInformationType.
Parameters:
opportunityID -  

getCompetitionID

public java.lang.String getCompetitionID()
Gets the competitionID value for this ApplicationInformationType.
Returns:
competitionID

setCompetitionID

public void setCompetitionID(java.lang.String competitionID)
Sets the competitionID value for this ApplicationInformationType.
Parameters:
competitionID -  

getCFDANumber

public java.lang.String getCFDANumber()
Gets the CFDANumber value for this ApplicationInformationType.
Returns:
CFDANumber

setCFDANumber

public void setCFDANumber(java.lang.String CFDANumber)
Sets the CFDANumber value for this ApplicationInformationType.
Parameters:
CFDANumber -  

getGrants_govTrackingNumber

public java.lang.String getGrants_govTrackingNumber()
Gets the grants_govTrackingNumber value for this ApplicationInformationType.
Returns:
grants_govTrackingNumber

setGrants_govTrackingNumber

public void setGrants_govTrackingNumber(java.lang.String grants_govTrackingNumber)
Sets the grants_govTrackingNumber value for this ApplicationInformationType.
Parameters:
grants_govTrackingNumber -  

getReceivedDateTime

public java.util.Calendar getReceivedDateTime()
Gets the receivedDateTime value for this ApplicationInformationType.
Returns:
receivedDateTime

setReceivedDateTime

public void setReceivedDateTime(java.util.Calendar receivedDateTime)
Sets the receivedDateTime value for this ApplicationInformationType.
Parameters:
receivedDateTime -  

getGrants_GovApplicationStatus

public GrantsGovApplicationStatusType getGrants_GovApplicationStatus()
Gets the grants_GovApplicationStatus value for this ApplicationInformationType.
Returns:
grants_GovApplicationStatus

setGrants_GovApplicationStatus

public void setGrants_GovApplicationStatus(GrantsGovApplicationStatusType grants_GovApplicationStatus)
Sets the grants_GovApplicationStatus value for this ApplicationInformationType.
Parameters:
grants_GovApplicationStatus -  

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