public class UpdateResourcesParameters extends Object implements Serializable
| Constructor and Description |
|---|
UpdateResourcesParameters() |
UpdateResourcesParameters(ResourceList newResources,
SoftwareList newSoftware,
ResourceList resources,
SoftwareList software,
String targetScope) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UpdateResourcesParameters()
public UpdateResourcesParameters(ResourceList newResources, SoftwareList newSoftware, ResourceList resources, SoftwareList software, String targetScope)
public SoftwareList getSoftware()
public void setSoftware(SoftwareList software)
software - public SoftwareList getNewSoftware()
public void setNewSoftware(SoftwareList newSoftware)
newSoftware - public ResourceList getResources()
public void setResources(ResourceList resources)
resources - public ResourceList getNewResources()
public void setNewResources(ResourceList newResources)
newResources - public String getTargetScope()
public void setTargetScope(String targetScope)
targetScope - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.