org.gcube.contentmanagement.timeseriesservice.stubs
Class CreateImportRequest

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

public class CreateImportRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

CreateImportRequest

public CreateImportRequest()

CreateImportRequest

public CreateImportRequest(String creator,
                           String description,
                           String publisher,
                           String rights,
                           String source,
                           String title,
                           String type)
Method Detail

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getCreator

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

Returns:
creator

setCreator

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

Parameters:
creator -

getType

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

Returns:
type

setType

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

Parameters:
type -

getPublisher

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

Returns:
publisher

setPublisher

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

Parameters:
publisher -

getSource

public String getSource()
Gets the source value for this CreateImportRequest.

Returns:
source

setSource

public void setSource(String source)
Sets the source value for this CreateImportRequest.

Parameters:
source -

getRights

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

Returns:
rights

setRights

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

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.