org.gcube.vremanagement.executor.stubs
Class EnginePortTypeGTWSDLResourceProperties

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

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

See Also:
Serialized Form

Constructor Summary
EnginePortTypeGTWSDLResourceProperties()
           
EnginePortTypeGTWSDLResourceProperties(java.lang.String GHN, java.lang.String RI, java.lang.String VO, java.util.Calendar currentTime, java.lang.String[] scope, java.lang.String serviceClass, java.lang.String serviceID, java.lang.String serviceName, java.util.Calendar terminationTime)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCurrentTime()
          Gets the currentTime value for this EnginePortTypeGTWSDLResourceProperties.
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 EnginePortTypeGTWSDLResourceProperties.
 java.lang.String getRI()
          Gets the RI value for this EnginePortTypeGTWSDLResourceProperties.
 java.lang.String[] getScope()
          Gets the scope value for this EnginePortTypeGTWSDLResourceProperties.
 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 EnginePortTypeGTWSDLResourceProperties.
 java.lang.String getServiceID()
          Gets the serviceID value for this EnginePortTypeGTWSDLResourceProperties.
 java.lang.String getServiceName()
          Gets the serviceName value for this EnginePortTypeGTWSDLResourceProperties.
 java.util.Calendar getTerminationTime()
          Gets the terminationTime value for this EnginePortTypeGTWSDLResourceProperties.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVO()
          Gets the VO value for this EnginePortTypeGTWSDLResourceProperties.
 int hashCode()
           
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the currentTime value for this EnginePortTypeGTWSDLResourceProperties.
 void setGHN(java.lang.String GHN)
          Sets the GHN value for this EnginePortTypeGTWSDLResourceProperties.
 void setRI(java.lang.String RI)
          Sets the RI value for this EnginePortTypeGTWSDLResourceProperties.
 void setScope(int i, java.lang.String _value)
           
 void setScope(java.lang.String[] scope)
          Sets the scope value for this EnginePortTypeGTWSDLResourceProperties.
 void setServiceClass(java.lang.String serviceClass)
          Sets the serviceClass value for this EnginePortTypeGTWSDLResourceProperties.
 void setServiceID(java.lang.String serviceID)
          Sets the serviceID value for this EnginePortTypeGTWSDLResourceProperties.
 void setServiceName(java.lang.String serviceName)
          Sets the serviceName value for this EnginePortTypeGTWSDLResourceProperties.
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the terminationTime value for this EnginePortTypeGTWSDLResourceProperties.
 void setVO(java.lang.String VO)
          Sets the VO value for this EnginePortTypeGTWSDLResourceProperties.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnginePortTypeGTWSDLResourceProperties

public EnginePortTypeGTWSDLResourceProperties()

EnginePortTypeGTWSDLResourceProperties

public EnginePortTypeGTWSDLResourceProperties(java.lang.String GHN,
                                              java.lang.String RI,
                                              java.lang.String VO,
                                              java.util.Calendar currentTime,
                                              java.lang.String[] scope,
                                              java.lang.String serviceClass,
                                              java.lang.String serviceID,
                                              java.lang.String serviceName,
                                              java.util.Calendar terminationTime)
Method Detail

getServiceID

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

Returns:
serviceID

setServiceID

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

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

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

Returns:
VO

setVO

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

Parameters:
VO -

getRI

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

Returns:
RI

setRI

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

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getGHN

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

Returns:
GHN

setGHN

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

Parameters:
GHN -

getTerminationTime

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

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getScope

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

Returns:
scope

setScope

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

Parameters:
scope -

getScope

public java.lang.String getScope(int i)

setScope

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

getCurrentTime

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

Returns:
currentTime

setCurrentTime

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

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