org.gcube.contentmanagement.timeseriesservice.stubs
Class CreateCodeListRequest

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

public class CreateCodeListRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateCodeListRequest()
           
CreateCodeListRequest(String curationId, String[] superUsers, String user)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCodeListRequest

public CreateCodeListRequest()

CreateCodeListRequest

public CreateCodeListRequest(String curationId,
                             String[] superUsers,
                             String user)
Method Detail

getCurationId

public String getCurationId()
Gets the curationId value for this CreateCodeListRequest.

Returns:
curationId

setCurationId

public void setCurationId(String curationId)
Sets the curationId value for this CreateCodeListRequest.

Parameters:
curationId -

getUser

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

Returns:
user

setUser

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

Parameters:
user -

getSuperUsers

public String[] getSuperUsers()
Gets the superUsers value for this CreateCodeListRequest.

Returns:
superUsers

setSuperUsers

public void setSuperUsers(String[] superUsers)
Sets the superUsers value for this CreateCodeListRequest.

Parameters:
superUsers -

getSuperUsers

public String getSuperUsers(int i)

setSuperUsers

public void setSuperUsers(int i,
                          String _value)

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.