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

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

public class UpdateParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UpdateParameters()
           
UpdateParameters(PackageInfo[] _package, String callbackID, boolean cleanState, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, boolean updateOnlyBinaryFiles)
           
 
Method Summary
 boolean equals(Object obj)
           
 PackageInfo[] get_package()
          Gets the _package value for this UpdateParameters.
 PackageInfo get_package(int i)
           
 String getCallbackID()
          Gets the callbackID value for this UpdateParameters.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCleanState()
          Gets the cleanState value for this UpdateParameters.
 boolean isUpdateOnlyBinaryFiles()
          Gets the updateOnlyBinaryFiles value for this UpdateParameters.
 void set_package(int i, PackageInfo _value)
           
 void set_package(PackageInfo[] _package)
          Sets the _package 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 setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
          Sets the endpointReference value for this UpdateParameters.
 void setUpdateOnlyBinaryFiles(boolean updateOnlyBinaryFiles)
          Sets the updateOnlyBinaryFiles value for this UpdateParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateParameters

public UpdateParameters()

UpdateParameters

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

get_package

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

Returns:
_package

set_package

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

Parameters:
_package -

get_package

public PackageInfo get_package(int i)

set_package

public void set_package(int i,
                        PackageInfo _value)

getCallbackID

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

Returns:
callbackID

setCallbackID

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

Parameters:
callbackID -

isCleanState

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

Returns:
cleanState

setCleanState

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

Parameters:
cleanState -

isUpdateOnlyBinaryFiles

public boolean isUpdateOnlyBinaryFiles()
Gets the updateOnlyBinaryFiles value for this UpdateParameters.

Returns:
updateOnlyBinaryFiles

setUpdateOnlyBinaryFiles

public void setUpdateOnlyBinaryFiles(boolean updateOnlyBinaryFiles)
Sets the updateOnlyBinaryFiles value for this UpdateParameters.

Parameters:
updateOnlyBinaryFiles -

getEndpointReference

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

Returns:
endpointReference

setEndpointReference

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

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 © 2012. All Rights Reserved.