|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.executor.stubs.TaskPortTypeGTWSDLResourceProperties
public class TaskPortTypeGTWSDLResourceProperties
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 |
---|
public 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 |
---|
public java.lang.String getServiceID()
public void setServiceID(java.lang.String serviceID)
serviceID
- public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
serviceName
- public java.lang.String getVO()
public void setVO(java.lang.String VO)
VO
- public boolean isFixedTopicSet()
public void setFixedTopicSet(boolean fixedTopicSet)
fixedTopicSet
- public java.lang.String getRI()
public void setRI(java.lang.String RI)
RI
- public java.lang.String getServiceClass()
public void setServiceClass(java.lang.String serviceClass)
serviceClass
- public org.oasis.wsn.TopicExpressionType getTopic()
public void setTopic(org.oasis.wsn.TopicExpressionType topic)
topic
- public java.lang.String getGHN()
public void setGHN(java.lang.String GHN)
GHN
- public java.util.Calendar getTerminationTime()
public void setTerminationTime(java.util.Calendar terminationTime)
terminationTime
- public java.lang.String[] getScope()
public void setScope(java.lang.String[] scope)
scope
- public java.lang.String getScope(int i)
public void setScope(int i, java.lang.String _value)
public org.apache.axis.types.URI getTopicExpressionDialects()
public void setTopicExpressionDialects(org.apache.axis.types.URI topicExpressionDialects)
topicExpressionDialects
- public java.util.Calendar getCurrentTime()
public void setCurrentTime(java.util.Calendar currentTime)
currentTime
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |