public class DeployMessage extends Object implements Serializable
| Constructor and Description |
|---|
DeployMessage() |
DeployMessage(String ghnID,
String scope,
String serviceClass,
String serviceName) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getServiceName()
public void setServiceName(String serviceName)
serviceName - public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - public String getGhnID()
public void setGhnID(String ghnID)
ghnID - public String getScope()
public void setScope(String scope)
scope - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.