org.gcube.vremanagement.resourcemanager.stubs.common
Class DeployMessage

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

public class DeployMessage
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

DeployMessage

public DeployMessage()

DeployMessage

public DeployMessage(String ghnID,
                     String scope,
                     String serviceClass,
                     String serviceName)
Method Detail

getServiceName

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

Returns:
serviceName

setServiceName

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

Parameters:
serviceName -

getServiceClass

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

Returns:
serviceClass

setServiceClass

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

Parameters:
serviceClass -

getGhnID

public String getGhnID()
Gets the ghnID value for this DeployMessage.

Returns:
ghnID

setGhnID

public void setGhnID(String ghnID)
Sets the ghnID value for this DeployMessage.

Parameters:
ghnID -

getScope

public String getScope()
Gets the scope value for this DeployMessage.

Returns:
scope

setScope

public void setScope(String scope)
Sets the scope value for this DeployMessage.

Parameters:
scope -

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.