public class PackageInfo extends Object implements Serializable
| Constructor and Description |
|---|
PackageInfo() |
PackageInfo(String name,
Pair[] options,
String serviceClass,
String serviceName,
String serviceVersion,
String version) |
| 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 |
getName()
Gets the name value for this PackageInfo.
|
Pair[] |
getOptions()
Gets the options value for this PackageInfo.
|
Pair |
getOptions(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getServiceClass()
Gets the serviceClass value for this PackageInfo.
|
String |
getServiceName()
Gets the serviceName value for this PackageInfo.
|
String |
getServiceVersion()
Gets the serviceVersion value for this PackageInfo.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVersion()
Gets the version value for this PackageInfo.
|
int |
hashCode() |
void |
setName(String name)
Sets the name value for this PackageInfo.
|
void |
setOptions(int i,
Pair _value) |
void |
setOptions(Pair[] options)
Sets the options value for this PackageInfo.
|
void |
setServiceClass(String serviceClass)
Sets the serviceClass value for this PackageInfo.
|
void |
setServiceName(String serviceName)
Sets the serviceName value for this PackageInfo.
|
void |
setServiceVersion(String serviceVersion)
Sets the serviceVersion value for this PackageInfo.
|
void |
setVersion(String version)
Sets the version value for this PackageInfo.
|
public String getServiceName()
public void setServiceName(String serviceName)
serviceName - public String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - public String getServiceVersion()
public void setServiceVersion(String serviceVersion)
serviceVersion - public String getName()
public void setName(String name)
name - public String getVersion()
public void setVersion(String version)
version - public Pair[] getOptions()
public void setOptions(Pair[] options)
options - public Pair getOptions(int i)
public void setOptions(int i,
Pair _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.