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

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

public class AddResourcesParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddResourcesParameters()
           
AddResourcesParameters(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 AddResourcesParameters.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SoftwareList getSoftware()
          Gets the software value for this AddResourcesParameters.
 String getTargetScope()
          Gets the targetScope value for this AddResourcesParameters.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResources(ResourceList resources)
          Sets the resources value for this AddResourcesParameters.
 void setSoftware(SoftwareList software)
          Sets the software value for this AddResourcesParameters.
 void setTargetScope(String targetScope)
          Sets the targetScope value for this AddResourcesParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddResourcesParameters

public AddResourcesParameters()

AddResourcesParameters

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

getSoftware

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

Returns:
software

setSoftware

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

Parameters:
software -

getResources

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

Returns:
resources

setResources

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

Parameters:
resources -

getTargetScope

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

Returns:
targetScope

setTargetScope

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

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.