org.gcube.vremanagement.resourcemanager.stubs.binder
Class ServiceItem

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.binder.ServiceItem
All Implemented Interfaces:
Serializable

public class ServiceItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ServiceItem()
           
ServiceItem(String GHN, String serviceClass, String serviceName, String serviceVersion)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGHN()
          Gets the GHN value for this ServiceItem.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this ServiceItem.
 String getServiceName()
          Gets the serviceName value for this ServiceItem.
 String getServiceVersion()
          Gets the serviceVersion value for this ServiceItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGHN(String GHN)
          Sets the GHN value for this ServiceItem.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this ServiceItem.
 void setServiceName(String serviceName)
          Sets the serviceName value for this ServiceItem.
 void setServiceVersion(String serviceVersion)
          Sets the serviceVersion value for this ServiceItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceItem

public ServiceItem()

ServiceItem

public ServiceItem(String GHN,
                   String serviceClass,
                   String serviceName,
                   String serviceVersion)
Method Detail

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getServiceVersion

public String getServiceVersion()
Gets the serviceVersion value for this ServiceItem.

Returns:
serviceVersion

setServiceVersion

public void setServiceVersion(String serviceVersion)
Sets the serviceVersion value for this ServiceItem.

Parameters:
serviceVersion -

getGHN

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

Returns:
GHN

setGHN

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

Parameters:
GHN -

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.