public class TaskPortTypeGTWSDLResourceProperties extends Object implements Serializable
| Constructor and Description |
|---|
TaskPortTypeGTWSDLResourceProperties() |
TaskPortTypeGTWSDLResourceProperties(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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Calendar |
getCurrentTime()
Gets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getGHN()
Gets the GHN value for this TaskPortTypeGTWSDLResourceProperties.
|
String |
getRI()
Gets the RI value for this TaskPortTypeGTWSDLResourceProperties.
|
String[] |
getScope()
Gets the scope value for this TaskPortTypeGTWSDLResourceProperties.
|
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 TaskPortTypeGTWSDLResourceProperties.
|
String |
getServiceID()
Gets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.
|
String |
getServiceName()
Gets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.
|
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
|
String |
getVO()
Gets the VO value for this TaskPortTypeGTWSDLResourceProperties.
|
int |
hashCode() |
boolean |
isFixedTopicSet()
Gets the fixedTopicSet value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setCurrentTime(Calendar currentTime)
Sets the currentTime value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setGHN(String GHN)
Sets the GHN value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setRI(String RI)
Sets the RI value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setScope(int i,
String _value) |
void |
setScope(String[] scope)
Sets the scope value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setServiceClass(String serviceClass)
Sets the serviceClass value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setServiceID(String serviceID)
Sets the serviceID value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setServiceName(String serviceName)
Sets the serviceName value for this TaskPortTypeGTWSDLResourceProperties.
|
void |
setTerminationTime(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(String VO)
Sets the VO value for this TaskPortTypeGTWSDLResourceProperties.
|
public TaskPortTypeGTWSDLResourceProperties()
public TaskPortTypeGTWSDLResourceProperties(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)
public String getServiceID()
public void setServiceID(String serviceID)
serviceID - public String getServiceName()
public void setServiceName(String serviceName)
serviceName - public String getVO()
public void setVO(String VO)
VO - public boolean isFixedTopicSet()
public void setFixedTopicSet(boolean fixedTopicSet)
fixedTopicSet - public String getRI()
public void setRI(String RI)
RI - public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - public org.oasis.wsn.TopicExpressionType getTopic()
public void setTopic(org.oasis.wsn.TopicExpressionType topic)
topic - public String getGHN()
public void setGHN(String GHN)
GHN - public Calendar getTerminationTime()
public void setTerminationTime(Calendar terminationTime)
terminationTime - public String[] getScope()
public void setScope(String[] scope)
scope - public String getScope(int i)
public void setScope(int i,
String _value)
public org.apache.axis.types.URI getTopicExpressionDialects()
public void setTopicExpressionDialects(org.apache.axis.types.URI topicExpressionDialects)
topicExpressionDialects - public Calendar getCurrentTime()
public void setCurrentTime(Calendar currentTime)
currentTime - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.