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

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

public class FilterArray
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

FilterArray

public FilterArray()

FilterArray

public FilterArray(Filter[] filterList)
Method Detail

getFilterList

public Filter[] getFilterList()
Gets the filterList value for this FilterArray.

Returns:
filterList

setFilterList

public void setFilterList(Filter[] filterList)
Sets the filterList value for this FilterArray.

Parameters:
filterList -

getFilterList

public Filter getFilterList(int i)

setFilterList

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