public class UserListExpression extends Object implements Serializable
| Constructor and Description |
|---|
UserListExpression() |
UserListExpression(String idExpression,
String nameExpression) |
| 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
|
String |
getIdExpression()
Gets the idExpression value for this UserListExpression.
|
String |
getNameExpression()
Gets the nameExpression value for this UserListExpression.
|
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
|
int |
hashCode() |
void |
setIdExpression(String idExpression)
Sets the idExpression value for this UserListExpression.
|
void |
setNameExpression(String nameExpression)
Sets the nameExpression value for this UserListExpression.
|
public String getIdExpression()
public void setIdExpression(String idExpression)
idExpression - public String getNameExpression()
public void setNameExpression(String nameExpression)
nameExpression - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.