public class CreateCodeListRequest extends Object implements Serializable
| Constructor and Description |
|---|
CreateCodeListRequest() |
CreateCodeListRequest(String curationId,
String[] superUsers,
String user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurationId()
Gets the curationId value for this CreateCodeListRequest.
|
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
|
String[] |
getSuperUsers()
Gets the superUsers value for this CreateCodeListRequest.
|
String |
getSuperUsers(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUser()
Gets the user value for this CreateCodeListRequest.
|
int |
hashCode() |
void |
setCurationId(String curationId)
Sets the curationId value for this CreateCodeListRequest.
|
void |
setSuperUsers(int i,
String _value) |
void |
setSuperUsers(String[] superUsers)
Sets the superUsers value for this CreateCodeListRequest.
|
void |
setUser(String user)
Sets the user value for this CreateCodeListRequest.
|
public String getCurationId()
public void setCurationId(String curationId)
curationId - public String getUser()
public void setUser(String user)
user - public String[] getSuperUsers()
public void setSuperUsers(String[] superUsers)
superUsers - public String getSuperUsers(int i)
public void setSuperUsers(int i,
String _value)
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.