org.gcube.application.aquamaps.aquamapsservice.stubs
Class RemoveHSPECGroupGenerationRequestResponseType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.RemoveHSPECGroupGenerationRequestResponseType
All Implemented Interfaces:
Serializable

public class RemoveHSPECGroupGenerationRequestResponseType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoveHSPECGroupGenerationRequestResponseType()
           
RemoveHSPECGroupGenerationRequestResponseType(boolean removeJobs, boolean removeTables, String requestId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getRequestId()
          Gets the requestId value for this RemoveHSPECGroupGenerationRequestResponseType.
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 isRemoveJobs()
          Gets the removeJobs value for this RemoveHSPECGroupGenerationRequestResponseType.
 boolean isRemoveTables()
          Gets the removeTables value for this RemoveHSPECGroupGenerationRequestResponseType.
 void setRemoveJobs(boolean removeJobs)
          Sets the removeJobs value for this RemoveHSPECGroupGenerationRequestResponseType.
 void setRemoveTables(boolean removeTables)
          Sets the removeTables value for this RemoveHSPECGroupGenerationRequestResponseType.
 void setRequestId(String requestId)
          Sets the requestId value for this RemoveHSPECGroupGenerationRequestResponseType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveHSPECGroupGenerationRequestResponseType

public RemoveHSPECGroupGenerationRequestResponseType()

RemoveHSPECGroupGenerationRequestResponseType

public RemoveHSPECGroupGenerationRequestResponseType(boolean removeJobs,
                                                     boolean removeTables,
                                                     String requestId)
Method Detail

getRequestId

public String getRequestId()
Gets the requestId value for this RemoveHSPECGroupGenerationRequestResponseType.

Returns:
requestId

setRequestId

public void setRequestId(String requestId)
Sets the requestId value for this RemoveHSPECGroupGenerationRequestResponseType.

Parameters:
requestId -

isRemoveTables

public boolean isRemoveTables()
Gets the removeTables value for this RemoveHSPECGroupGenerationRequestResponseType.

Returns:
removeTables

setRemoveTables

public void setRemoveTables(boolean removeTables)
Sets the removeTables value for this RemoveHSPECGroupGenerationRequestResponseType.

Parameters:
removeTables -

isRemoveJobs

public boolean isRemoveJobs()
Gets the removeJobs value for this RemoveHSPECGroupGenerationRequestResponseType.

Returns:
removeJobs

setRemoveJobs

public void setRemoveJobs(boolean removeJobs)
Sets the removeJobs value for this RemoveHSPECGroupGenerationRequestResponseType.

Parameters:
removeJobs -

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.