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