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, ServiceList services, 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
 ServiceList getServices()
          Gets the services 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 setServices(ServiceList services)
          Sets the services 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,
                              ServiceList services,
                              String targetScope)
Method Detail

getServices

public ServiceList getServices()
Gets the services value for this AddResourcesParameters.

Returns:
services

setServices

public void setServices(ServiceList services)
Sets the services value for this AddResourcesParameters.

Parameters:
services -

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.