org.gcube.contentmanagement.timeseriesservice.stubs
Class CreateTsRequest

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

public class CreateTsRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateTsRequest()
           
CreateTsRequest(String creator, String description, String publisher, String relatedCurationId, String rights, String title, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreator()
          Gets the creator value for this CreateTsRequest.
 String getDescription()
          Gets the description value for this CreateTsRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getPublisher()
          Gets the publisher value for this CreateTsRequest.
 String getRelatedCurationId()
          Gets the relatedCurationId value for this CreateTsRequest.
 String getRights()
          Gets the rights value for this CreateTsRequest.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this CreateTsRequest.
 String getType()
          Gets the type value for this CreateTsRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreator(String creator)
          Sets the creator value for this CreateTsRequest.
 void setDescription(String description)
          Sets the description value for this CreateTsRequest.
 void setPublisher(String publisher)
          Sets the publisher value for this CreateTsRequest.
 void setRelatedCurationId(String relatedCurationId)
          Sets the relatedCurationId value for this CreateTsRequest.
 void setRights(String rights)
          Sets the rights value for this CreateTsRequest.
 void setTitle(String title)
          Sets the title value for this CreateTsRequest.
 void setType(String type)
          Sets the type value for this CreateTsRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTsRequest

public CreateTsRequest()

CreateTsRequest

public CreateTsRequest(String creator,
                       String description,
                       String publisher,
                       String relatedCurationId,
                       String rights,
                       String title,
                       String type)
Method Detail

getTitle

public String getTitle()
Gets the title value for this CreateTsRequest.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this CreateTsRequest.

Parameters:
title -

getDescription

public String getDescription()
Gets the description value for this CreateTsRequest.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this CreateTsRequest.

Parameters:
description -

getCreator

public String getCreator()
Gets the creator value for this CreateTsRequest.

Returns:
creator

setCreator

public void setCreator(String creator)
Sets the creator value for this CreateTsRequest.

Parameters:
creator -

getType

public String getType()
Gets the type value for this CreateTsRequest.

Returns:
type

setType

public void setType(String type)
Sets the type value for this CreateTsRequest.

Parameters:
type -

getPublisher

public String getPublisher()
Gets the publisher value for this CreateTsRequest.

Returns:
publisher

setPublisher

public void setPublisher(String publisher)
Sets the publisher value for this CreateTsRequest.

Parameters:
publisher -

getRelatedCurationId

public String getRelatedCurationId()
Gets the relatedCurationId value for this CreateTsRequest.

Returns:
relatedCurationId

setRelatedCurationId

public void setRelatedCurationId(String relatedCurationId)
Sets the relatedCurationId value for this CreateTsRequest.

Parameters:
relatedCurationId -

getRights

public String getRights()
Gets the rights value for this CreateTsRequest.

Returns:
rights

setRights

public void setRights(String rights)
Sets the rights value for this CreateTsRequest.

Parameters:
rights -

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.