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

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

public class UpdateResourcesParameters
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

UpdateResourcesParameters

public UpdateResourcesParameters()

UpdateResourcesParameters

public UpdateResourcesParameters(ResourceList newResources,
                                 SoftwareList newSoftware,
                                 ResourceList resources,
                                 SoftwareList software,
                                 String targetScope)
Method Detail

getSoftware

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

Returns:
software

setSoftware

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

Parameters:
software -

getNewSoftware

public SoftwareList getNewSoftware()
Gets the newSoftware value for this UpdateResourcesParameters.

Returns:
newSoftware

setNewSoftware

public void setNewSoftware(SoftwareList newSoftware)
Sets the newSoftware value for this UpdateResourcesParameters.

Parameters:
newSoftware -

getResources

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

Returns:
resources

setResources

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

Parameters:
resources -

getNewResources

public ResourceList getNewResources()
Gets the newResources value for this UpdateResourcesParameters.

Returns:
newResources

setNewResources

public void setNewResources(ResourceList newResources)
Sets the newResources value for this UpdateResourcesParameters.

Parameters:
newResources -

getTargetScope

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

Returns:
targetScope

setTargetScope

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

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 © 2013. All Rights Reserved.