org.gcube.vremanagement.vremodeler.stubs
Class FunctionalityNodes

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.stubs.FunctionalityNodes
All Implemented Interfaces:
Serializable

public class FunctionalityNodes
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FunctionalityNodes()
           
FunctionalityNodes(GHNsPerFunctionality[] functionalities, GHNList selectableGHNs)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalityNodes

public FunctionalityNodes()

FunctionalityNodes

public FunctionalityNodes(GHNsPerFunctionality[] functionalities,
                          GHNList selectableGHNs)
Method Detail

getFunctionalities

public GHNsPerFunctionality[] getFunctionalities()
Gets the functionalities value for this FunctionalityNodes.

Returns:
functionalities

setFunctionalities

public void setFunctionalities(GHNsPerFunctionality[] functionalities)
Sets the functionalities value for this FunctionalityNodes.

Parameters:
functionalities -

getFunctionalities

public GHNsPerFunctionality getFunctionalities(int i)

setFunctionalities

public void setFunctionalities(int i,
                               GHNsPerFunctionality _value)

getSelectableGHNs

public GHNList getSelectableGHNs()
Gets the selectableGHNs value for this FunctionalityNodes.

Returns:
selectableGHNs

setSelectableGHNs

public void setSelectableGHNs(GHNList selectableGHNs)
Sets the selectableGHNs value for this FunctionalityNodes.

Parameters:
selectableGHNs -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.