org.gcube_system.namespaces.application.aquamaps.types
Class PerturbationArray

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.PerturbationArray
All Implemented Interfaces:
Serializable

public class PerturbationArray
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

PerturbationArray

public PerturbationArray()

PerturbationArray

public PerturbationArray(Perturbation[] perturbationList)
Method Detail

getPerturbationList

public Perturbation[] getPerturbationList()
Gets the perturbationList value for this PerturbationArray.

Returns:
perturbationList

setPerturbationList

public void setPerturbationList(Perturbation[] perturbationList)
Sets the perturbationList value for this PerturbationArray.

Parameters:
perturbationList -

getPerturbationList

public Perturbation getPerturbationList(int i)

setPerturbationList

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