org.gcube.datatransfer.scheduler.stubs.datatransferscheduler
Class StatefulResourceProperties

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.stubs.datatransferscheduler.StatefulResourceProperties
All Implemented Interfaces:
Serializable

public class StatefulResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StatefulResourceProperties()
           
StatefulResourceProperties(String GHN, String RI, String VO, String[] activeTransfers, String checkDBThread, Calendar currentTime, boolean fixedTopicSet, String name, String numOfActiveTransfers, String[] scope, String serviceClass, String serviceID, String serviceName, Calendar terminationTime, org.oasis.wsn.TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects)
           
 
Method Summary
 boolean equals(Object obj)
           
 String[] getActiveTransfers()
          Gets the activeTransfers value for this StatefulResourceProperties.
 String getActiveTransfers(int i)
           
 String getCheckDBThread()
          Gets the checkDBThread value for this StatefulResourceProperties.
 Calendar getCurrentTime()
          Gets the currentTime value for this StatefulResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this StatefulResourceProperties.
 String getName()
          Gets the name value for this StatefulResourceProperties.
 String getNumOfActiveTransfers()
          Gets the numOfActiveTransfers value for this StatefulResourceProperties.
 String getRI()
          Gets the RI value for this StatefulResourceProperties.
 String[] getScope()
          Gets the scope value for this StatefulResourceProperties.
 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 StatefulResourceProperties.
 String getServiceID()
          Gets the serviceID value for this StatefulResourceProperties.
 String getServiceName()
          Gets the serviceName value for this StatefulResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this StatefulResourceProperties.
 org.oasis.wsn.TopicExpressionType[] getTopic()
          Gets the topic value for this StatefulResourceProperties.
 org.oasis.wsn.TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this StatefulResourceProperties.
 org.apache.axis.types.URI getTopicExpressionDialects(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this StatefulResourceProperties.
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this StatefulResourceProperties.
 void setActiveTransfers(int i, String _value)
           
 void setActiveTransfers(String[] activeTransfers)
          Sets the activeTransfers value for this StatefulResourceProperties.
 void setCheckDBThread(String checkDBThread)
          Sets the checkDBThread value for this StatefulResourceProperties.
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this StatefulResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this StatefulResourceProperties.
 void setGHN(String GHN)
          Sets the GHN value for this StatefulResourceProperties.
 void setName(String name)
          Sets the name value for this StatefulResourceProperties.
 void setNumOfActiveTransfers(String numOfActiveTransfers)
          Sets the numOfActiveTransfers value for this StatefulResourceProperties.
 void setRI(String RI)
          Sets the RI value for this StatefulResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this StatefulResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this StatefulResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this StatefulResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this StatefulResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this StatefulResourceProperties.
 void setTopic(int i, org.oasis.wsn.TopicExpressionType _value)
           
 void setTopic(org.oasis.wsn.TopicExpressionType[] topic)
          Sets the topic value for this StatefulResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this StatefulResourceProperties.
 void setVO(String VO)
          Sets the VO value for this StatefulResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulResourceProperties

public StatefulResourceProperties()

StatefulResourceProperties

public StatefulResourceProperties(String GHN,
                                  String RI,
                                  String VO,
                                  String[] activeTransfers,
                                  String checkDBThread,
                                  Calendar currentTime,
                                  boolean fixedTopicSet,
                                  String name,
                                  String numOfActiveTransfers,
                                  String[] scope,
                                  String serviceClass,
                                  String serviceID,
                                  String serviceName,
                                  Calendar terminationTime,
                                  org.oasis.wsn.TopicExpressionType[] topic,
                                  org.apache.axis.types.URI[] topicExpressionDialects)
Method Detail

getName

public String getName()
Gets the name value for this StatefulResourceProperties.

Returns:
name

setName

public void setName(String name)
Sets the name value for this StatefulResourceProperties.

Parameters:
name -

getActiveTransfers

public String[] getActiveTransfers()
Gets the activeTransfers value for this StatefulResourceProperties.

Returns:
activeTransfers

setActiveTransfers

public void setActiveTransfers(String[] activeTransfers)
Sets the activeTransfers value for this StatefulResourceProperties.

Parameters:
activeTransfers -

getActiveTransfers

public String getActiveTransfers(int i)

setActiveTransfers

public void setActiveTransfers(int i,
                               String _value)

getNumOfActiveTransfers

public String getNumOfActiveTransfers()
Gets the numOfActiveTransfers value for this StatefulResourceProperties.

Returns:
numOfActiveTransfers

setNumOfActiveTransfers

public void setNumOfActiveTransfers(String numOfActiveTransfers)
Sets the numOfActiveTransfers value for this StatefulResourceProperties.

Parameters:
numOfActiveTransfers -

getCheckDBThread

public String getCheckDBThread()
Gets the checkDBThread value for this StatefulResourceProperties.

Returns:
checkDBThread

setCheckDBThread

public void setCheckDBThread(String checkDBThread)
Sets the checkDBThread value for this StatefulResourceProperties.

Parameters:
checkDBThread -

getServiceID

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

Returns:
serviceID

setServiceID

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

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

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

Returns:
VO

setVO

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

Parameters:
VO -

isFixedTopicSet

public boolean isFixedTopicSet()
Gets the fixedTopicSet value for this StatefulResourceProperties.

Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this StatefulResourceProperties.

Parameters:
fixedTopicSet -

getRI

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

Returns:
RI

setRI

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

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getTopic

public org.oasis.wsn.TopicExpressionType[] getTopic()
Gets the topic value for this StatefulResourceProperties.

Returns:
topic

setTopic

public void setTopic(org.oasis.wsn.TopicExpressionType[] topic)
Sets the topic value for this StatefulResourceProperties.

Parameters:
topic -

getTopic

public org.oasis.wsn.TopicExpressionType getTopic(int i)

setTopic

public void setTopic(int i,
                     org.oasis.wsn.TopicExpressionType _value)

getGHN

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

Returns:
GHN

setGHN

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

Parameters:
GHN -

getTerminationTime

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

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getScope

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

Returns:
scope

setScope

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

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getTopicExpressionDialects

public org.apache.axis.types.URI[] getTopicExpressionDialects()
Gets the topicExpressionDialects value for this StatefulResourceProperties.

Returns:
topicExpressionDialects

setTopicExpressionDialects

public void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
Sets the topicExpressionDialects value for this StatefulResourceProperties.

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

public org.apache.axis.types.URI getTopicExpressionDialects(int i)

setTopicExpressionDialects

public void setTopicExpressionDialects(int i,
                                       org.apache.axis.types.URI _value)

getCurrentTime

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

Returns:
currentTime

setCurrentTime

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

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 © 2013. All Rights Reserved.