public class ValidateProfile extends Object implements Serializable
| Constructor and Description |
|---|
ValidateProfile() |
ValidateProfile(String userName,
String validationSchema) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getUserName()
public void setUserName(String userName)
userName - public String getValidationSchema()
public void setValidationSchema(String validationSchema)
validationSchema - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.