public class DeployInfo extends Object implements Serializable
| Constructor and Description |
|---|
DeployInfo() |
DeployInfo(String ghnID,
PackageInfo packageInfo) |
| 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 DeployInfo.
|
PackageInfo |
getPackageInfo()
Gets the packageInfo value for this DeployInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setGhnID(String ghnID)
Sets the ghnID value for this DeployInfo.
|
void |
setPackageInfo(PackageInfo packageInfo)
Sets the packageInfo value for this DeployInfo.
|
public DeployInfo()
public DeployInfo(String ghnID, PackageInfo packageInfo)
public String getGhnID()
public void setGhnID(String ghnID)
ghnID - public PackageInfo getPackageInfo()
public void setPackageInfo(PackageInfo packageInfo)
packageInfo - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.