public class PackageInfoLocation extends Object implements Serializable
| Constructor and Description |
|---|
PackageInfoLocation() |
PackageInfoLocation(String httpPath,
String localPath) |
| 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 |
getHttpPath()
Gets the httpPath value for this PackageInfoLocation.
|
String |
getLocalPath()
Gets the localPath value for this PackageInfoLocation.
|
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 |
setHttpPath(String httpPath)
Sets the httpPath value for this PackageInfoLocation.
|
void |
setLocalPath(String localPath)
Sets the localPath value for this PackageInfoLocation.
|
public String getLocalPath()
public void setLocalPath(String localPath)
localPath - public String getHttpPath()
public void setHttpPath(String httpPath)
httpPath - 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.