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

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

public class Field
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Field()
           
Field(String name, 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 getName()
          Gets the name value for this Field.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this Field.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
          Gets the value value for this Field.
 int hashCode()
           
 void setName(String name)
          Sets the name value for this Field.
 void setType(String type)
          Sets the type value for this Field.
 void setValue(String value)
          Sets the value value for this Field.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()

Field

public Field(String name,
             String type,
             String value)
Method Detail

getType

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

Returns:
type

setType

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

Parameters:
type -

getName

public String getName()
Gets the name value for this Field.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Field.

Parameters:
name -

getValue

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

Returns:
value

setValue

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

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.