org.gcube.common.vremanagement.deployer.stubs.deployer
Class UndeployParameters

java.lang.Object
  extended by org.gcube.common.vremanagement.deployer.stubs.deployer.UndeployParameters
All Implemented Interfaces:
Serializable

public class UndeployParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UndeployParameters()
           
UndeployParameters(PackageInfo[] _package, String callbackID, boolean cleanState, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, String[] targetScope)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndeployParameters

public UndeployParameters()

UndeployParameters

public UndeployParameters(PackageInfo[] _package,
                          String callbackID,
                          boolean cleanState,
                          org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
                          String[] targetScope)
Method Detail

get_package

public PackageInfo[] get_package()
Gets the _package value for this UndeployParameters.

Returns:
_package

set_package

public void set_package(PackageInfo[] _package)
Sets the _package value for this UndeployParameters.

Parameters:
_package -

get_package

public PackageInfo get_package(int i)

set_package

public void set_package(int i,
                        PackageInfo _value)

getTargetScope

public String[] getTargetScope()
Gets the targetScope value for this UndeployParameters.

Returns:
targetScope

setTargetScope

public void setTargetScope(String[] targetScope)
Sets the targetScope value for this UndeployParameters.

Parameters:
targetScope -

getTargetScope

public String getTargetScope(int i)

setTargetScope

public void setTargetScope(int i,
                           String _value)

isCleanState

public boolean isCleanState()
Gets the cleanState value for this UndeployParameters.

Returns:
cleanState

setCleanState

public void setCleanState(boolean cleanState)
Sets the cleanState value for this UndeployParameters.

Parameters:
cleanState -

getCallbackID

public String getCallbackID()
Gets the callbackID value for this UndeployParameters.

Returns:
callbackID

setCallbackID

public void setCallbackID(String callbackID)
Sets the callbackID value for this UndeployParameters.

Parameters:
callbackID -

getEndpointReference

public org.apache.axis.message.addressing.EndpointReferenceType getEndpointReference()
Gets the endpointReference value for this UndeployParameters.

Returns:
endpointReference

setEndpointReference

public void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
Sets the endpointReference value for this UndeployParameters.

Parameters:
endpointReference -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.