public class RemoveResourcesParameters extends Object implements Serializable
| Constructor and Description |
|---|
RemoveResourcesParameters() |
RemoveResourcesParameters(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 |
getResources()
Gets the resources value for this RemoveResourcesParameters.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SoftwareList |
getSoftware()
Gets the software value for this RemoveResourcesParameters.
|
String |
getTargetScope()
Gets the targetScope value for this RemoveResourcesParameters.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setResources(ResourceList resources)
Sets the resources value for this RemoveResourcesParameters.
|
void |
setSoftware(SoftwareList software)
Sets the software value for this RemoveResourcesParameters.
|
void |
setTargetScope(String targetScope)
Sets the targetScope value for this RemoveResourcesParameters.
|
public RemoveResourcesParameters()
public RemoveResourcesParameters(ResourceList resources, SoftwareList software, String targetScope)
public SoftwareList getSoftware()
public void setSoftware(SoftwareList software)
software - public ResourceList getResources()
public void setResources(ResourceList resources)
resources - 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 © 2015. All Rights Reserved.