public class StartCurationModeRequest extends Object implements Serializable
| Constructor and Description |
|---|
StartCurationModeRequest() |
StartCurationModeRequest(CodeListType codeListType,
String importId,
String user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CodeListType |
getCodeListType()
Gets the codeListType value for this StartCurationModeRequest.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getImportId()
Gets the importId value for this StartCurationModeRequest.
|
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 |
getUser()
Gets the user value for this StartCurationModeRequest.
|
int |
hashCode() |
void |
setCodeListType(CodeListType codeListType)
Sets the codeListType value for this StartCurationModeRequest.
|
void |
setImportId(String importId)
Sets the importId value for this StartCurationModeRequest.
|
void |
setUser(String user)
Sets the user value for this StartCurationModeRequest.
|
public StartCurationModeRequest()
public StartCurationModeRequest(CodeListType codeListType, String importId, String user)
public String getImportId()
public void setImportId(String importId)
importId - public String getUser()
public void setUser(String user)
user - public CodeListType getCodeListType()
public void setCodeListType(CodeListType codeListType)
codeListType - 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.