gov.grants.apply.system.Footer_V1_0
Class GrantSubmissionFooter

java.lang.Object
  |
  +--gov.grants.apply.system.Footer_V1_0.GrantSubmissionFooter
All Implemented Interfaces:
java.io.Serializable

public class GrantSubmissionFooter
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 grants_govTrackingNumber
           
private  HashValue hashValue
           
private  java.util.Calendar receivedDateTime
           
private  java.lang.String schemaVersion
           
private  java.lang.String submitterName
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GrantSubmissionFooter()
           
GrantSubmissionFooter(HashValue hashValue, java.util.Calendar receivedDateTime, java.lang.String submitterName, java.lang.String grants_govTrackingNumber, java.lang.String schemaVersion)
           
 
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
 java.lang.String getGrants_govTrackingNumber()
          Gets the grants_govTrackingNumber value for this GrantSubmissionFooter.
 HashValue getHashValue()
          Gets the hashValue value for this GrantSubmissionFooter.
 java.util.Calendar getReceivedDateTime()
          Gets the receivedDateTime value for this GrantSubmissionFooter.
 java.lang.String getSchemaVersion()
          Gets the schemaVersion value for this GrantSubmissionFooter.
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 getSubmitterName()
          Gets the submitterName value for this GrantSubmissionFooter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGrants_govTrackingNumber(java.lang.String grants_govTrackingNumber)
          Sets the grants_govTrackingNumber value for this GrantSubmissionFooter.
 void setHashValue(HashValue hashValue)
          Sets the hashValue value for this GrantSubmissionFooter.
 void setReceivedDateTime(java.util.Calendar receivedDateTime)
          Sets the receivedDateTime value for this GrantSubmissionFooter.
 void setSchemaVersion(java.lang.String schemaVersion)
          Sets the schemaVersion value for this GrantSubmissionFooter.
 void setSubmitterName(java.lang.String submitterName)
          Sets the submitterName value for this GrantSubmissionFooter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

hashValue

private HashValue hashValue

receivedDateTime

private java.util.Calendar receivedDateTime

submitterName

private java.lang.String submitterName

grants_govTrackingNumber

private java.lang.String grants_govTrackingNumber

schemaVersion

private java.lang.String schemaVersion

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GrantSubmissionFooter

public GrantSubmissionFooter()

GrantSubmissionFooter

public GrantSubmissionFooter(HashValue hashValue,
                             java.util.Calendar receivedDateTime,
                             java.lang.String submitterName,
                             java.lang.String grants_govTrackingNumber,
                             java.lang.String schemaVersion)
Method Detail

getHashValue

public HashValue getHashValue()
Gets the hashValue value for this GrantSubmissionFooter.
Returns:
hashValue

setHashValue

public void setHashValue(HashValue hashValue)
Sets the hashValue value for this GrantSubmissionFooter.
Parameters:
hashValue -  

getReceivedDateTime

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

setReceivedDateTime

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

getSubmitterName

public java.lang.String getSubmitterName()
Gets the submitterName value for this GrantSubmissionFooter.
Returns:
submitterName

setSubmitterName

public void setSubmitterName(java.lang.String submitterName)
Sets the submitterName value for this GrantSubmissionFooter.
Parameters:
submitterName -  

getGrants_govTrackingNumber

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

setGrants_govTrackingNumber

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

getSchemaVersion

public java.lang.String getSchemaVersion()
Gets the schemaVersion value for this GrantSubmissionFooter.
Returns:
schemaVersion

setSchemaVersion

public void setSchemaVersion(java.lang.String schemaVersion)
Sets the schemaVersion value for this GrantSubmissionFooter.
Parameters:
schemaVersion -  

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