org.gcube.vremanagement.resourcemanager.stubs.binder
Class RemoveResourcesParameters

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.binder.RemoveResourcesParameters
All Implemented Interfaces:
Serializable

public class RemoveResourcesParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoveResourcesParameters()
           
RemoveResourcesParameters(ResourceList resources, SoftwareList software, String targetScope)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 ResourceList getResources()
          Gets the resources value for this RemoveResourcesParameters.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SoftwareList getSoftware()
          Gets the software value for this RemoveResourcesParameters.
 String getTargetScope()
          Gets the targetScope value for this RemoveResourcesParameters.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResources(ResourceList resources)
          Sets the resources value for this RemoveResourcesParameters.
 void setSoftware(SoftwareList software)
          Sets the software value for this RemoveResourcesParameters.
 void setTargetScope(String targetScope)
          Sets the targetScope value for this RemoveResourcesParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveResourcesParameters

public RemoveResourcesParameters()

RemoveResourcesParameters

public RemoveResourcesParameters(ResourceList resources,
                                 SoftwareList software,
                                 String targetScope)
Method Detail

getSoftware

public SoftwareList getSoftware()
Gets the software value for this RemoveResourcesParameters.

Returns:
software

setSoftware

public void setSoftware(SoftwareList software)
Sets the software value for this RemoveResourcesParameters.

Parameters:
software -

getResources

public ResourceList getResources()
Gets the resources value for this RemoveResourcesParameters.

Returns:
resources

setResources

public void setResources(ResourceList resources)
Sets the resources value for this RemoveResourcesParameters.

Parameters:
resources -

getTargetScope

public String getTargetScope()
Gets the targetScope value for this RemoveResourcesParameters.

Returns:
targetScope

setTargetScope

public void setTargetScope(String targetScope)
Sets the targetScope value for this RemoveResourcesParameters.

Parameters:
targetScope -

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.