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

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

public class Customization
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

Customization

public Customization()

Customization

public Customization(String code,
                     Perturbation[] perturbationList)
Method Detail

getCode

public String getCode()
Gets the code value for this Customization.

Returns:
code

setCode

public void setCode(String code)
Sets the code value for this Customization.

Parameters:
code -

getPerturbationList

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

Returns:
perturbationList

setPerturbationList

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

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.