org.gcube.vremanagement.executor.stubs
Class TaskPortTypeGTWSDLResourceProperties

java.lang.Object
  extended by org.gcube.vremanagement.executor.stubs.TaskPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
java.io.Serializable

public class TaskPortTypeGTWSDLResourceProperties
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TaskPortTypeGTWSDLResourceProperties()
           
TaskPortTypeGTWSDLResourceProperties(java.lang.String GHN, java.lang.String RI, java.lang.String VO, java.util.Calendar currentTime, boolean fixedTopicSet, java.lang.String[] scope, java.lang.String serviceClass, java.lang.String serviceID, java.lang.String serviceName, java.util.Calendar terminationTime, org.oasis.wsn.TopicExpressionType topic, org.apache.axis.types.URI topicExpressionDialects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getGHN()
          Gets the GHN value for this TaskPortTypeGTWSDLResourceProperties.
 java.lang.String getRI()
          Gets the RI value for this TaskPortTypeGTWSDLResourceProperties.
 java.lang.String[] getScope()
          Gets the scope value for this TaskPortTypeGTWSDLResourceProperties.
 java.lang.String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServiceClass()
          Gets the serviceClass value for this TaskPortTypeGTWSDLResourceProperties.
 java.lang.String getServiceID()
          Gets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.
 java.lang.String getServiceName()
          Gets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this TaskPortTypeGTWSDLResourceProperties.
 org.oasis.wsn.TopicExpressionType getTopic()
          Gets the topic value for this TaskPortTypeGTWSDLResourceProperties.
 org.apache.axis.types.URI getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this TaskPortTypeGTWSDLResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVO()
          Gets the VO value for this TaskPortTypeGTWSDLResourceProperties.
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this TaskPortTypeGTWSDLResourceProperties.
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this TaskPortTypeGTWSDLResourceProperties.
 void setGHN(java.lang.String GHN)
          Sets the GHN value for this TaskPortTypeGTWSDLResourceProperties.
 void setRI(java.lang.String RI)
          Sets the RI value for this TaskPortTypeGTWSDLResourceProperties.
 void setScope(int i, java.lang.String _value)
           
 void setScope(java.lang.String[] scope)
          Sets the scope value for this TaskPortTypeGTWSDLResourceProperties.
 void setServiceClass(java.lang.String serviceClass)
          Sets the serviceClass value for this TaskPortTypeGTWSDLResourceProperties.
 void setServiceID(java.lang.String serviceID)
          Sets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.
 void setServiceName(java.lang.String serviceName)
          Sets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this TaskPortTypeGTWSDLResourceProperties.
 void setTopic(org.oasis.wsn.TopicExpressionType topic)
          Sets the topic value for this TaskPortTypeGTWSDLResourceProperties.
 void setTopicExpressionDialects(org.apache.axis.types.URI topicExpressionDialects)
          Sets the topicExpressionDialects value for this TaskPortTypeGTWSDLResourceProperties.
 void setVO(java.lang.String VO)
          Sets the VO value for this TaskPortTypeGTWSDLResourceProperties.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskPortTypeGTWSDLResourceProperties

public TaskPortTypeGTWSDLResourceProperties()

TaskPortTypeGTWSDLResourceProperties

public TaskPortTypeGTWSDLResourceProperties(java.lang.String GHN,
                                            java.lang.String RI,
                                            java.lang.String VO,
                                            java.util.Calendar currentTime,
                                            boolean fixedTopicSet,
                                            java.lang.String[] scope,
                                            java.lang.String serviceClass,
                                            java.lang.String serviceID,
                                            java.lang.String serviceName,
                                            java.util.Calendar terminationTime,
                                            org.oasis.wsn.TopicExpressionType topic,
                                            org.apache.axis.types.URI topicExpressionDialects)
Method Detail

getServiceID

public java.lang.String getServiceID()
Gets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
serviceID

setServiceID

public void setServiceID(java.lang.String serviceID)
Sets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
serviceID -

getServiceName

public java.lang.String getServiceName()
Gets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
serviceName

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
serviceName -

getVO

public java.lang.String getVO()
Gets the VO value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
VO

setVO

public void setVO(java.lang.String VO)
Sets the VO value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
VO -

isFixedTopicSet

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

Returns:
fixedTopicSet

setFixedTopicSet

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

Parameters:
fixedTopicSet -

getRI

public java.lang.String getRI()
Gets the RI value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
RI

setRI

public void setRI(java.lang.String RI)
Sets the RI value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
RI -

getServiceClass

public java.lang.String getServiceClass()
Gets the serviceClass value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
serviceClass

setServiceClass

public void setServiceClass(java.lang.String serviceClass)
Sets the serviceClass value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
serviceClass -

getTopic

public org.oasis.wsn.TopicExpressionType getTopic()
Gets the topic value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
topic

setTopic

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

Parameters:
topic -

getGHN

public java.lang.String getGHN()
Gets the GHN value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
GHN

setGHN

public void setGHN(java.lang.String GHN)
Sets the GHN value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
GHN -

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the terminationTime value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
terminationTime -

getScope

public java.lang.String[] getScope()
Gets the scope value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
scope

setScope

public void setScope(java.lang.String[] scope)
Sets the scope value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
scope -

getScope

public java.lang.String getScope(int i)

setScope

public void setScope(int i,
                     java.lang.String _value)

getTopicExpressionDialects

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

Returns:
topicExpressionDialects

setTopicExpressionDialects

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

Parameters:
topicExpressionDialects -

getCurrentTime

public java.util.Calendar getCurrentTime()
Gets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(java.util.Calendar currentTime)
Sets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.

Parameters:
currentTime -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer