org.gcube.contentmanagement.timeseriesservice.stubs
Class StartRequest

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

public class StartRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StartRequest()
           
StartRequest(String creator, String description, String source, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreator()
          Gets the creator value for this StartRequest.
 String getDescription()
          Gets the description value for this StartRequest.
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 getSource()
          Gets the source value for this StartRequest.
 String getTitle()
          Gets the title value for this StartRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreator(String creator)
          Sets the creator value for this StartRequest.
 void setDescription(String description)
          Sets the description value for this StartRequest.
 void setSource(String source)
          Sets the source value for this StartRequest.
 void setTitle(String title)
          Sets the title value for this StartRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartRequest

public StartRequest()

StartRequest

public StartRequest(String creator,
                    String description,
                    String source,
                    String title)
Method Detail

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getCreator

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

Returns:
creator

setCreator

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

Parameters:
creator -

getSource

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

Returns:
source

setSource

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

Parameters:
source -

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.