org.gcube.contentmanagement.timeseriesservice.stubs
Class ImportProperties

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

public class ImportProperties
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ImportProperties

public ImportProperties()

ImportProperties

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

getId

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

Returns:
id

setId

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

Parameters:
id -

getServiceID

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

Returns:
serviceID

setServiceID

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

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

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

Returns:
VO

setVO

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

Parameters:
VO -

getRI

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

Returns:
RI

setRI

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

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getGHN

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

Returns:
GHN

setGHN

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

Parameters:
GHN -

getTerminationTime

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

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getScope

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

Returns:
scope

setScope

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

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 ImportProperties.

Returns:
currentTime

setCurrentTime

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

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.