org.gcube.contentmanagement.timeseriesservice.stubs
Class CurationProperties

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

public class CurationProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CurationProperties()
           
CurationProperties(String GHN, String RI, String VO, Calendar currentTime, String id, String[] scope, String serviceClass, String serviceID, String serviceName, String sourceId, String sourceName, Calendar terminationTime)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this CurationProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this CurationProperties.
 String getId()
          Gets the id value for this CurationProperties.
 String getRI()
          Gets the RI value for this CurationProperties.
 String[] getScope()
          Gets the scope value for this CurationProperties.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this CurationProperties.
 String getServiceID()
          Gets the serviceID value for this CurationProperties.
 String getServiceName()
          Gets the serviceName value for this CurationProperties.
 String getSourceId()
          Gets the sourceId value for this CurationProperties.
 String getSourceName()
          Gets the sourceName value for this CurationProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this CurationProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this CurationProperties.
 int hashCode()
           
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this CurationProperties.
 void setGHN(String GHN)
          Sets the GHN value for this CurationProperties.
 void setId(String id)
          Sets the id value for this CurationProperties.
 void setRI(String RI)
          Sets the RI value for this CurationProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this CurationProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this CurationProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this CurationProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this CurationProperties.
 void setSourceId(String sourceId)
          Sets the sourceId value for this CurationProperties.
 void setSourceName(String sourceName)
          Sets the sourceName value for this CurationProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this CurationProperties.
 void setVO(String VO)
          Sets the VO value for this CurationProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurationProperties

public CurationProperties()

CurationProperties

public CurationProperties(String GHN,
                          String RI,
                          String VO,
                          Calendar currentTime,
                          String id,
                          String[] scope,
                          String serviceClass,
                          String serviceID,
                          String serviceName,
                          String sourceId,
                          String sourceName,
                          Calendar terminationTime)
Method Detail

getId

public String getId()
Gets the id value for this CurationProperties.

Returns:
id

setId

public void setId(String id)
Sets the id value for this CurationProperties.

Parameters:
id -

getSourceId

public String getSourceId()
Gets the sourceId value for this CurationProperties.

Returns:
sourceId

setSourceId

public void setSourceId(String sourceId)
Sets the sourceId value for this CurationProperties.

Parameters:
sourceId -

getSourceName

public String getSourceName()
Gets the sourceName value for this CurationProperties.

Returns:
sourceName

setSourceName

public void setSourceName(String sourceName)
Sets the sourceName value for this CurationProperties.

Parameters:
sourceName -

getServiceID

public String getServiceID()
Gets the serviceID value for this CurationProperties.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this CurationProperties.

Parameters:
serviceID -

getServiceName

public String getServiceName()
Gets the serviceName value for this CurationProperties.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this CurationProperties.

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this CurationProperties.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this CurationProperties.

Parameters:
VO -

getRI

public String getRI()
Gets the RI value for this CurationProperties.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this CurationProperties.

Parameters:
RI -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this CurationProperties.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this CurationProperties.

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this CurationProperties.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this CurationProperties.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this CurationProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this CurationProperties.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this CurationProperties.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this CurationProperties.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this CurationProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this CurationProperties.

Parameters:
currentTime -

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.