public class UndeployParameters extends Object implements Serializable
| Constructor and Description |
|---|
UndeployParameters() |
UndeployParameters(PackageInfo[] _package,
String callbackID,
boolean cleanState,
org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
String[] targetScope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PackageInfo[] |
get_package()
Gets the _package value for this UndeployParameters.
|
PackageInfo |
get_package(int i) |
String |
getCallbackID()
Gets the callbackID value for this UndeployParameters.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
org.apache.axis.message.addressing.EndpointReferenceType |
getEndpointReference()
Gets the endpointReference value for this UndeployParameters.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String[] |
getTargetScope()
Gets the targetScope value for this UndeployParameters.
|
String |
getTargetScope(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCleanState()
Gets the cleanState value for this UndeployParameters.
|
void |
set_package(int i,
PackageInfo _value) |
void |
set_package(PackageInfo[] _package)
Sets the _package value for this UndeployParameters.
|
void |
setCallbackID(String callbackID)
Sets the callbackID value for this UndeployParameters.
|
void |
setCleanState(boolean cleanState)
Sets the cleanState value for this UndeployParameters.
|
void |
setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
Sets the endpointReference value for this UndeployParameters.
|
void |
setTargetScope(int i,
String _value) |
void |
setTargetScope(String[] targetScope)
Sets the targetScope value for this UndeployParameters.
|
public UndeployParameters()
public UndeployParameters(PackageInfo[] _package, String callbackID, boolean cleanState, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, String[] targetScope)
public PackageInfo[] get_package()
public void set_package(PackageInfo[] _package)
_package - public PackageInfo get_package(int i)
public void set_package(int i,
PackageInfo _value)
public String[] getTargetScope()
public void setTargetScope(String[] targetScope)
targetScope - public String getTargetScope(int i)
public void setTargetScope(int i,
String _value)
public boolean isCleanState()
public void setCleanState(boolean cleanState)
cleanState - public String getCallbackID()
public void setCallbackID(String callbackID)
callbackID - public org.apache.axis.message.addressing.EndpointReferenceType getEndpointReference()
public void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
endpointReference - 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.