org.gcube.vremanagement.vremodeler.stubs
Class FunctionalityList

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

public class FunctionalityList
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FunctionalityList()
           
FunctionalityList(FunctionalityItem[] list)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 FunctionalityItem[] getList()
          Gets the list value for this FunctionalityList.
 FunctionalityItem getList(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 setList(FunctionalityItem[] list)
          Sets the list value for this FunctionalityList.
 void setList(int i, FunctionalityItem _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalityList

public FunctionalityList()

FunctionalityList

public FunctionalityList(FunctionalityItem[] list)
Method Detail

getList

public FunctionalityItem[] getList()
Gets the list value for this FunctionalityList.

Returns:
list

setList

public void setList(FunctionalityItem[] list)
Sets the list value for this FunctionalityList.

Parameters:
list -

getList

public FunctionalityItem getList(int i)

setList

public void setList(int i,
                    FunctionalityItem _value)

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.