public class SetFunctionality extends Object implements Serializable
| Constructor and Description |
|---|
SetFunctionality() |
SetFunctionality(int[] functionalityIds,
SelectedResourceDescriptionType[] resourcesDescription) |
| 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
|
int[] |
getFunctionalityIds()
Gets the functionalityIds value for this SetFunctionality.
|
int |
getFunctionalityIds(int i) |
SelectedResourceDescriptionType[] |
getResourcesDescription()
Gets the resourcesDescription value for this SetFunctionality.
|
SelectedResourceDescriptionType |
getResourcesDescription(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFunctionalityIds(int[] functionalityIds)
Sets the functionalityIds value for this SetFunctionality.
|
void |
setFunctionalityIds(int i,
int _value) |
void |
setResourcesDescription(int i,
SelectedResourceDescriptionType _value) |
void |
setResourcesDescription(SelectedResourceDescriptionType[] resourcesDescription)
Sets the resourcesDescription value for this SetFunctionality.
|
public SetFunctionality()
public SetFunctionality(int[] functionalityIds,
SelectedResourceDescriptionType[] resourcesDescription)
public int[] getFunctionalityIds()
public void setFunctionalityIds(int[] functionalityIds)
functionalityIds - public int getFunctionalityIds(int i)
public void setFunctionalityIds(int i,
int _value)
public SelectedResourceDescriptionType[] getResourcesDescription()
public void setResourcesDescription(SelectedResourceDescriptionType[] resourcesDescription)
resourcesDescription - public SelectedResourceDescriptionType getResourcesDescription(int i)
public void setResourcesDescription(int i,
SelectedResourceDescriptionType _value)
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.