org.gcube.vremanagement.vremodeler.stubs
Class SetFunctionality

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

public class SetFunctionality
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SetFunctionality()
           
SetFunctionality(int[] functionalityIds, SelectedResourceDescriptionType[] resourcesDescription)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFunctionality

public SetFunctionality()

SetFunctionality

public SetFunctionality(int[] functionalityIds,
                        SelectedResourceDescriptionType[] resourcesDescription)
Method Detail

getFunctionalityIds

public int[] getFunctionalityIds()
Gets the functionalityIds value for this SetFunctionality.

Returns:
functionalityIds

setFunctionalityIds

public void setFunctionalityIds(int[] functionalityIds)
Sets the functionalityIds value for this SetFunctionality.

Parameters:
functionalityIds -

getFunctionalityIds

public int getFunctionalityIds(int i)

setFunctionalityIds

public void setFunctionalityIds(int i,
                                int _value)

getResourcesDescription

public SelectedResourceDescriptionType[] getResourcesDescription()
Gets the resourcesDescription value for this SetFunctionality.

Returns:
resourcesDescription

setResourcesDescription

public void setResourcesDescription(SelectedResourceDescriptionType[] resourcesDescription)
Sets the resourcesDescription value for this SetFunctionality.

Parameters:
resourcesDescription -

getResourcesDescription

public SelectedResourceDescriptionType getResourcesDescription(int i)

setResourcesDescription

public void setResourcesDescription(int i,
                                    SelectedResourceDescriptionType _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.