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

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

public class PatchParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PatchParameters()
           
PatchParameters(PackageInfo _package, String callbackID, org.apache.axis.message.addressing.EndpointReferenceType endpointReference, org.apache.axis.types.URI patchURI, boolean restart)
           
 
Method Summary
 boolean equals(Object obj)
           
 PackageInfo get_package()
          Gets the _package value for this PatchParameters.
 String getCallbackID()
          Gets the callbackID value for this PatchParameters.
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 PatchParameters.
 org.apache.axis.types.URI getPatchURI()
          Gets the patchURI value for this PatchParameters.
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 isRestart()
          Gets the restart value for this PatchParameters.
 void set_package(PackageInfo _package)
          Sets the _package value for this PatchParameters.
 void setCallbackID(String callbackID)
          Sets the callbackID value for this PatchParameters.
 void setEndpointReference(org.apache.axis.message.addressing.EndpointReferenceType endpointReference)
          Sets the endpointReference value for this PatchParameters.
 void setPatchURI(org.apache.axis.types.URI patchURI)
          Sets the patchURI value for this PatchParameters.
 void setRestart(boolean restart)
          Sets the restart value for this PatchParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatchParameters

public PatchParameters()

PatchParameters

public PatchParameters(PackageInfo _package,
                       String callbackID,
                       org.apache.axis.message.addressing.EndpointReferenceType endpointReference,
                       org.apache.axis.types.URI patchURI,
                       boolean restart)
Method Detail

get_package

public PackageInfo get_package()
Gets the _package value for this PatchParameters.

Returns:
_package

set_package

public void set_package(PackageInfo _package)
Sets the _package value for this PatchParameters.

Parameters:
_package -

getPatchURI

public org.apache.axis.types.URI getPatchURI()
Gets the patchURI value for this PatchParameters.

Returns:
patchURI

setPatchURI

public void setPatchURI(org.apache.axis.types.URI patchURI)
Sets the patchURI value for this PatchParameters.

Parameters:
patchURI -

getCallbackID

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

Returns:
callbackID

setCallbackID

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

Parameters:
callbackID -

getEndpointReference

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

Returns:
endpointReference

setEndpointReference

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

Parameters:
endpointReference -

isRestart

public boolean isRestart()
Gets the restart value for this PatchParameters.

Returns:
restart

setRestart

public void setRestart(boolean restart)
Sets the restart value for this PatchParameters.

Parameters:
restart -

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.