org.gcube.personalization.profileadministration.stubs
Class ValidateProfile

java.lang.Object
  extended by org.gcube.personalization.profileadministration.stubs.ValidateProfile
All Implemented Interfaces:
Serializable

public class ValidateProfile
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ValidateProfile()
           
ValidateProfile(String userName, String validationSchema)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUserName()
          Gets the userName value for this ValidateProfile.
 String getValidationSchema()
          Gets the validationSchema value for this ValidateProfile.
 int hashCode()
           
 void setUserName(String userName)
          Sets the userName value for this ValidateProfile.
 void setValidationSchema(String validationSchema)
          Sets the validationSchema value for this ValidateProfile.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateProfile

public ValidateProfile()

ValidateProfile

public ValidateProfile(String userName,
                       String validationSchema)
Method Detail

getUserName

public String getUserName()
Gets the userName value for this ValidateProfile.

Returns:
userName

setUserName

public void setUserName(String userName)
Sets the userName value for this ValidateProfile.

Parameters:
userName -

getValidationSchema

public String getValidationSchema()
Gets the validationSchema value for this ValidateProfile.

Returns:
validationSchema

setValidationSchema

public void setValidationSchema(String validationSchema)
Sets the validationSchema value for this ValidateProfile.

Parameters:
validationSchema -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.