public class PackageItem extends Object implements Serializable
| Constructor and Description |
|---|
PackageItem() |
PackageItem(String packageName,
String packageVersion,
String serviceClass,
String serviceName,
String serviceVersion,
String targetGHNName) |
| 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 |
getPackageName()
Gets the packageName value for this PackageItem.
|
String |
getPackageVersion()
Gets the packageVersion value for this PackageItem.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getServiceClass()
Gets the serviceClass value for this PackageItem.
|
String |
getServiceName()
Gets the serviceName value for this PackageItem.
|
String |
getServiceVersion()
Gets the serviceVersion value for this PackageItem.
|
String |
getTargetGHNName()
Gets the targetGHNName value for this PackageItem.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setPackageName(String packageName)
Sets the packageName value for this PackageItem.
|
void |
setPackageVersion(String packageVersion)
Sets the packageVersion value for this PackageItem.
|
void |
setServiceClass(String serviceClass)
Sets the serviceClass value for this PackageItem.
|
void |
setServiceName(String serviceName)
Sets the serviceName value for this PackageItem.
|
void |
setServiceVersion(String serviceVersion)
Sets the serviceVersion value for this PackageItem.
|
void |
setTargetGHNName(String targetGHNName)
Sets the targetGHNName value for this PackageItem.
|
public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - public String getServiceName()
public void setServiceName(String serviceName)
serviceName - public String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - public String getPackageName()
public void setPackageName(String packageName)
packageName - public String getPackageVersion()
public void setPackageVersion(String packageVersion)
packageVersion - public String getTargetGHNName()
public void setTargetGHNName(String targetGHNName)
targetGHNName - 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.