public class FunctionalityNodes extends Object implements Serializable
| Constructor and Description |
|---|
FunctionalityNodes() |
FunctionalityNodes(GHNsPerFunctionality[] functionalities,
GHNList selectableGHNs) |
| 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
|
GHNsPerFunctionality[] |
getFunctionalities()
Gets the functionalities value for this FunctionalityNodes.
|
GHNsPerFunctionality |
getFunctionalities(int i) |
GHNList |
getSelectableGHNs()
Gets the selectableGHNs value for this FunctionalityNodes.
|
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 |
setFunctionalities(GHNsPerFunctionality[] functionalities)
Sets the functionalities value for this FunctionalityNodes.
|
void |
setFunctionalities(int i,
GHNsPerFunctionality _value) |
void |
setSelectableGHNs(GHNList selectableGHNs)
Sets the selectableGHNs value for this FunctionalityNodes.
|
public FunctionalityNodes()
public FunctionalityNodes(GHNsPerFunctionality[] functionalities, GHNList selectableGHNs)
public GHNsPerFunctionality[] getFunctionalities()
public void setFunctionalities(GHNsPerFunctionality[] functionalities)
functionalities - public GHNsPerFunctionality getFunctionalities(int i)
public void setFunctionalities(int i,
GHNsPerFunctionality _value)
public GHNList getSelectableGHNs()
public void setSelectableGHNs(GHNList selectableGHNs)
selectableGHNs - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.