org.gcube.messaging.common.consumer.stubs
Class MessagingConsumerPortTypeGTWSDLResourceProperties

java.lang.Object
  extended by org.gcube.messaging.common.consumer.stubs.MessagingConsumerPortTypeGTWSDLResourceProperties
All Implemented Interfaces:
Serializable

public class MessagingConsumerPortTypeGTWSDLResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

MessagingConsumerPortTypeGTWSDLResourceProperties

public MessagingConsumerPortTypeGTWSDLResourceProperties()

MessagingConsumerPortTypeGTWSDLResourceProperties

public MessagingConsumerPortTypeGTWSDLResourceProperties(String GHN,
                                                         String RI,
                                                         String VO,
                                                         Calendar currentTime,
                                                         String[] scope,
                                                         String serviceClass,
                                                         String serviceID,
                                                         String serviceName,
                                                         Calendar terminationTime)
Method Detail

getServiceID

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

Returns:
serviceID

setServiceID

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

Parameters:
serviceID -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getVO

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

Returns:
VO

setVO

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

Parameters:
VO -

getRI

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

Returns:
RI

setRI

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

Parameters:
RI -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getGHN

public String getGHN()
Gets the GHN value for this MessagingConsumerPortTypeGTWSDLResourceProperties.

Returns:
GHN

setGHN

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

Parameters:
GHN -

getTerminationTime

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

Returns:
terminationTime

setTerminationTime

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

Parameters:
terminationTime -

getScope

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

Returns:
scope

setScope

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

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this MessagingConsumerPortTypeGTWSDLResourceProperties.

Returns:
currentTime

setCurrentTime

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

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 © 2013. All Rights Reserved.