|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.wsdl.services.org_glite_security_voms_service_registration.RegistrationRequest
public class RegistrationRequest
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 |
---|
public RegistrationRequest()
public RegistrationRequest(boolean aupAccepted, java.lang.String comments, java.lang.String emailAddress, java.lang.String institute, java.lang.String phoneNumber)
Method Detail |
---|
public boolean isAupAccepted()
public void setAupAccepted(boolean aupAccepted)
aupAccepted
- public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress
- public java.lang.String getInstitute()
public void setInstitute(java.lang.String institute)
institute
- public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |