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

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

public class Perturbation
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Perturbation()
           
Perturbation(String field, String toPerturbId, String type, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getField()
          Gets the field value for this Perturbation.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getToPerturbId()
          Gets the toPerturbId value for this Perturbation.
 String getType()
          Gets the type value for this Perturbation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
          Gets the value value for this Perturbation.
 int hashCode()
           
 void setField(String field)
          Sets the field value for this Perturbation.
 void setToPerturbId(String toPerturbId)
          Sets the toPerturbId value for this Perturbation.
 void setType(String type)
          Sets the type value for this Perturbation.
 void setValue(String value)
          Sets the value value for this Perturbation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perturbation

public Perturbation()

Perturbation

public Perturbation(String field,
                    String toPerturbId,
                    String type,
                    String value)
Method Detail

getType

public String getType()
Gets the type value for this Perturbation.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Perturbation.

Parameters:
type -

getField

public String getField()
Gets the field value for this Perturbation.

Returns:
field

setField

public void setField(String field)
Sets the field value for this Perturbation.

Parameters:
field -

getToPerturbId

public String getToPerturbId()
Gets the toPerturbId value for this Perturbation.

Returns:
toPerturbId

setToPerturbId

public void setToPerturbId(String toPerturbId)
Sets the toPerturbId value for this Perturbation.

Parameters:
toPerturbId -

getValue

public String getValue()
Gets the value value for this Perturbation.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this Perturbation.

Parameters:
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.