org.gcube.data.tm.stubs
Class TReaderPortTypeGTWSDLResourceProperties

java.lang.Object
  extended by org.gcube.data.tm.stubs.TReaderPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
Serializable

public class TReaderPortTypeGTWSDLResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TReaderPortTypeGTWSDLResourceProperties()
           
TReaderPortTypeGTWSDLResourceProperties(String GHN, String RI, String VO, Calendar currentTime, boolean fixedTopicSet, 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)
           
 Calendar getCurrentTime()
          Gets the currentTime value for this TReaderPortTypeGTWSDLResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this TReaderPortTypeGTWSDLResourceProperties.
 String getRI()
          Gets the RI value for this TReaderPortTypeGTWSDLResourceProperties.
 String[] getScope()
          Gets the scope value for this TReaderPortTypeGTWSDLResourceProperties.
 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 TReaderPortTypeGTWSDLResourceProperties.
 String getServiceID()
          Gets the serviceID value for this TReaderPortTypeGTWSDLResourceProperties.
 String getServiceName()
          Gets the serviceName value for this TReaderPortTypeGTWSDLResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this TReaderPortTypeGTWSDLResourceProperties.
 org.oasis.wsn.TopicExpressionType[] getTopic()
          Gets the topic value for this TReaderPortTypeGTWSDLResourceProperties.
 org.oasis.wsn.TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this TReaderPortTypeGTWSDLResourceProperties.
 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 TReaderPortTypeGTWSDLResourceProperties.
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this TReaderPortTypeGTWSDLResourceProperties.
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this TReaderPortTypeGTWSDLResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this TReaderPortTypeGTWSDLResourceProperties.
 void setGHN(String GHN)
          Sets the GHN value for this TReaderPortTypeGTWSDLResourceProperties.
 void setRI(String RI)
          Sets the RI value for this TReaderPortTypeGTWSDLResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this TReaderPortTypeGTWSDLResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this TReaderPortTypeGTWSDLResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this TReaderPortTypeGTWSDLResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this TReaderPortTypeGTWSDLResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this TReaderPortTypeGTWSDLResourceProperties.
 void setTopic(int i, org.oasis.wsn.TopicExpressionType _value)
           
 void setTopic(org.oasis.wsn.TopicExpressionType[] topic)
          Sets the topic value for this TReaderPortTypeGTWSDLResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this TReaderPortTypeGTWSDLResourceProperties.
 void setVO(String VO)
          Sets the VO value for this TReaderPortTypeGTWSDLResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TReaderPortTypeGTWSDLResourceProperties

public TReaderPortTypeGTWSDLResourceProperties()

TReaderPortTypeGTWSDLResourceProperties

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

getServiceID

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

Returns:
serviceID

setServiceID

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

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

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

Returns:
VO

setVO

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

Parameters:
VO -

isFixedTopicSet

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

Returns:
fixedTopicSet

setFixedTopicSet

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

Parameters:
fixedTopicSet -

getRI

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

Returns:
RI

setRI

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

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getTopic

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

Returns:
topic

setTopic

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

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

Returns:
GHN

setGHN

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

Parameters:
GHN -

getTerminationTime

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

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getScope

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

Returns:
scope

setScope

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

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

Returns:
topicExpressionDialects

setTopicExpressionDialects

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

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

Returns:
currentTime

setCurrentTime

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

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.