org.gcube.contentmanagement.timeseriesservice.stubs
Class StartCurationModeRequest

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.StartCurationModeRequest
All Implemented Interfaces:
Serializable

public class StartCurationModeRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StartCurationModeRequest()
           
StartCurationModeRequest(CodeListType codeListType, String importId, String user)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartCurationModeRequest

public StartCurationModeRequest()

StartCurationModeRequest

public StartCurationModeRequest(CodeListType codeListType,
                                String importId,
                                String user)
Method Detail

getImportId

public String getImportId()
Gets the importId value for this StartCurationModeRequest.

Returns:
importId

setImportId

public void setImportId(String importId)
Sets the importId value for this StartCurationModeRequest.

Parameters:
importId -

getUser

public String getUser()
Gets the user value for this StartCurationModeRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this StartCurationModeRequest.

Parameters:
user -

getCodeListType

public CodeListType getCodeListType()
Gets the codeListType value for this StartCurationModeRequest.

Returns:
codeListType

setCodeListType

public void setCodeListType(CodeListType codeListType)
Sets the codeListType value for this StartCurationModeRequest.

Parameters:
codeListType -

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 © 2012. All Rights Reserved.