org.glite.wsdl.services.org_glite_security_voms_service_registration
Class RegistrationRequest

java.lang.Object
  extended by org.glite.wsdl.services.org_glite_security_voms_service_registration.RegistrationRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RegistrationRequest()
           
RegistrationRequest(boolean aupAccepted, java.lang.String comments, java.lang.String emailAddress, java.lang.String institute, java.lang.String phoneNumber)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComments()
          Gets the comments value for this RegistrationRequest.
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 getEmailAddress()
          Gets the emailAddress value for this RegistrationRequest.
 java.lang.String getInstitute()
          Gets the institute value for this RegistrationRequest.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this RegistrationRequest.
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()
           
 boolean isAupAccepted()
          Gets the aupAccepted value for this RegistrationRequest.
 void setAupAccepted(boolean aupAccepted)
          Sets the aupAccepted value for this RegistrationRequest.
 void setComments(java.lang.String comments)
          Sets the comments value for this RegistrationRequest.
 void setEmailAddress(java.lang.String emailAddress)
          Sets the emailAddress value for this RegistrationRequest.
 void setInstitute(java.lang.String institute)
          Sets the institute value for this RegistrationRequest.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this RegistrationRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationRequest

public RegistrationRequest()

RegistrationRequest

public RegistrationRequest(boolean aupAccepted,
                           java.lang.String comments,
                           java.lang.String emailAddress,
                           java.lang.String institute,
                           java.lang.String phoneNumber)
Method Detail

isAupAccepted

public boolean isAupAccepted()
Gets the aupAccepted value for this RegistrationRequest.

Returns:
aupAccepted

setAupAccepted

public void setAupAccepted(boolean aupAccepted)
Sets the aupAccepted value for this RegistrationRequest.

Parameters:
aupAccepted -

getComments

public java.lang.String getComments()
Gets the comments value for this RegistrationRequest.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this RegistrationRequest.

Parameters:
comments -

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this RegistrationRequest.

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this RegistrationRequest.

Parameters:
emailAddress -

getInstitute

public java.lang.String getInstitute()
Gets the institute value for this RegistrationRequest.

Returns:
institute

setInstitute

public void setInstitute(java.lang.String institute)
Sets the institute value for this RegistrationRequest.

Parameters:
institute -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this RegistrationRequest.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this RegistrationRequest.

Parameters:
phoneNumber -

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

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