|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.grants.apply.system.Header_V1_0.GrantSubmissionHeader
Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.String |
activityTitle
|
private java.lang.String |
agencyName
|
private java.lang.String |
CFDANumber
|
private java.util.Date |
closingDate
|
private java.lang.String |
competitionID
|
private HashValue |
hashValue
|
private java.util.Date |
openingDate
|
private java.lang.String |
opportunityID
|
private java.lang.String |
opportunityTitle
|
private java.lang.String |
schemaVersion
|
private java.lang.String |
submissionTitle
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
GrantSubmissionHeader()
|
|
GrantSubmissionHeader(HashValue hashValue,
java.lang.String agencyName,
java.lang.String CFDANumber,
java.lang.String activityTitle,
java.lang.String opportunityID,
java.lang.String opportunityTitle,
java.lang.String competitionID,
java.util.Date openingDate,
java.util.Date closingDate,
java.lang.String submissionTitle,
java.lang.String schemaVersion)
|
Method Summary | |
(package private) static void |
|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getActivityTitle()
Gets the activityTitle value for this GrantSubmissionHeader. |
java.lang.String |
getAgencyName()
Gets the agencyName value for this GrantSubmissionHeader. |
java.lang.String |
getCFDANumber()
Gets the CFDANumber value for this GrantSubmissionHeader. |
java.util.Date |
getClosingDate()
Gets the closingDate value for this GrantSubmissionHeader. |
java.lang.String |
getCompetitionID()
Gets the competitionID value for this GrantSubmissionHeader. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
HashValue |
getHashValue()
Gets the hashValue value for this GrantSubmissionHeader. |
java.util.Date |
getOpeningDate()
Gets the openingDate value for this GrantSubmissionHeader. |
java.lang.String |
getOpportunityID()
Gets the opportunityID value for this GrantSubmissionHeader. |
java.lang.String |
getOpportunityTitle()
Gets the opportunityTitle value for this GrantSubmissionHeader. |
java.lang.String |
getSchemaVersion()
Gets the schemaVersion value for this GrantSubmissionHeader. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getSubmissionTitle()
Gets the submissionTitle value for this GrantSubmissionHeader. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setActivityTitle(java.lang.String activityTitle)
Sets the activityTitle value for this GrantSubmissionHeader. |
void |
setAgencyName(java.lang.String agencyName)
Sets the agencyName value for this GrantSubmissionHeader. |
void |
setCFDANumber(java.lang.String CFDANumber)
Sets the CFDANumber value for this GrantSubmissionHeader. |
void |
setClosingDate(java.util.Date closingDate)
Sets the closingDate value for this GrantSubmissionHeader. |
void |
setCompetitionID(java.lang.String competitionID)
Sets the competitionID value for this GrantSubmissionHeader. |
void |
setHashValue(HashValue hashValue)
Sets the hashValue value for this GrantSubmissionHeader. |
void |
setOpeningDate(java.util.Date openingDate)
Sets the openingDate value for this GrantSubmissionHeader. |
void |
setOpportunityID(java.lang.String opportunityID)
Sets the opportunityID value for this GrantSubmissionHeader. |
void |
setOpportunityTitle(java.lang.String opportunityTitle)
Sets the opportunityTitle value for this GrantSubmissionHeader. |
void |
setSchemaVersion(java.lang.String schemaVersion)
Sets the schemaVersion value for this GrantSubmissionHeader. |
void |
setSubmissionTitle(java.lang.String submissionTitle)
Sets the submissionTitle value for this GrantSubmissionHeader. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private HashValue hashValue
private java.lang.String agencyName
private java.lang.String CFDANumber
private java.lang.String activityTitle
private java.lang.String opportunityID
private java.lang.String opportunityTitle
private java.lang.String competitionID
private java.util.Date openingDate
private java.util.Date closingDate
private java.lang.String submissionTitle
private java.lang.String schemaVersion
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
public GrantSubmissionHeader()
public GrantSubmissionHeader(HashValue hashValue, java.lang.String agencyName, java.lang.String CFDANumber, java.lang.String activityTitle, java.lang.String opportunityID, java.lang.String opportunityTitle, java.lang.String competitionID, java.util.Date openingDate, java.util.Date closingDate, java.lang.String submissionTitle, java.lang.String schemaVersion)
Method Detail |
public HashValue getHashValue()
public void setHashValue(HashValue hashValue)
hashValue
- public java.lang.String getAgencyName()
public void setAgencyName(java.lang.String agencyName)
agencyName
- public java.lang.String getCFDANumber()
public void setCFDANumber(java.lang.String CFDANumber)
CFDANumber
- public java.lang.String getActivityTitle()
public void setActivityTitle(java.lang.String activityTitle)
activityTitle
- public java.lang.String getOpportunityID()
public void setOpportunityID(java.lang.String opportunityID)
opportunityID
- public java.lang.String getOpportunityTitle()
public void setOpportunityTitle(java.lang.String opportunityTitle)
opportunityTitle
- public java.lang.String getCompetitionID()
public void setCompetitionID(java.lang.String competitionID)
competitionID
- public java.util.Date getOpeningDate()
public void setOpeningDate(java.util.Date openingDate)
openingDate
- public java.util.Date getClosingDate()
public void setClosingDate(java.util.Date closingDate)
closingDate
- public java.lang.String getSubmissionTitle()
public void setSubmissionTitle(java.lang.String submissionTitle)
submissionTitle
- public java.lang.String getSchemaVersion()
public void setSchemaVersion(java.lang.String schemaVersion)
schemaVersion
- 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 |