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

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

public class EnvelopeWeightArray
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

EnvelopeWeightArray

public EnvelopeWeightArray()

EnvelopeWeightArray

public EnvelopeWeightArray(EnvelopeWeights[] envelopeWeightList)
Method Detail

getEnvelopeWeightList

public EnvelopeWeights[] getEnvelopeWeightList()
Gets the envelopeWeightList value for this EnvelopeWeightArray.

Returns:
envelopeWeightList

setEnvelopeWeightList

public void setEnvelopeWeightList(EnvelopeWeights[] envelopeWeightList)
Sets the envelopeWeightList value for this EnvelopeWeightArray.

Parameters:
envelopeWeightList -

getEnvelopeWeightList

public EnvelopeWeights getEnvelopeWeightList(int i)

setEnvelopeWeightList

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