org.gcube.vremanagement.resourcemanager.client.fws
Class Types.AddResourcesParameters

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.client.fws.Types.AddResourcesParameters
Enclosing class:
Types

public static class Types.AddResourcesParameters
extends Object


Field Summary
 Types.ResourceList resources
           
 Types.SoftwareList softwareList
           
 String targetScope
           
 
Constructor Summary
Types.AddResourcesParameters()
           
 
Method Summary
 Types.ResourceList getResources()
           
 Types.SoftwareList getSoftwareList()
           
 String getTargetScope()
           
 void setResources(Types.ResourceList resources)
           
 void setSoftwareList(Types.SoftwareList softwareList)
           
 void setTargetScope(String targetScope)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

softwareList

public Types.SoftwareList softwareList

resources

public Types.ResourceList resources

targetScope

public String targetScope
Constructor Detail

Types.AddResourcesParameters

public Types.AddResourcesParameters()
Method Detail

getSoftwareList

public Types.SoftwareList getSoftwareList()

setSoftwareList

public void setSoftwareList(Types.SoftwareList softwareList)

getResources

public Types.ResourceList getResources()

setResources

public void setResources(Types.ResourceList resources)

getTargetScope

public String getTargetScope()

setTargetScope

public void setTargetScope(String targetScope)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.