org.gcube_system.namespaces.application.aquamaps.gistypes
Class TransectInfoType

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

public class TransectInfoType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransectInfoType()
           
TransectInfoType(boolean enabled, org.gcube.common.core.types.StringArray fields, int maxelements, int minimumgap, String table)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 org.gcube.common.core.types.StringArray getFields()
          Gets the fields value for this TransectInfoType.
 int getMaxelements()
          Gets the maxelements value for this TransectInfoType.
 int getMinimumgap()
          Gets the minimumgap value for this TransectInfoType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTable()
          Gets the table value for this TransectInfoType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isEnabled()
          Gets the enabled value for this TransectInfoType.
 void setEnabled(boolean enabled)
          Sets the enabled value for this TransectInfoType.
 void setFields(org.gcube.common.core.types.StringArray fields)
          Sets the fields value for this TransectInfoType.
 void setMaxelements(int maxelements)
          Sets the maxelements value for this TransectInfoType.
 void setMinimumgap(int minimumgap)
          Sets the minimumgap value for this TransectInfoType.
 void setTable(String table)
          Sets the table value for this TransectInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransectInfoType

public TransectInfoType()

TransectInfoType

public TransectInfoType(boolean enabled,
                        org.gcube.common.core.types.StringArray fields,
                        int maxelements,
                        int minimumgap,
                        String table)
Method Detail

isEnabled

public boolean isEnabled()
Gets the enabled value for this TransectInfoType.

Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this TransectInfoType.

Parameters:
enabled -

getTable

public String getTable()
Gets the table value for this TransectInfoType.

Returns:
table

setTable

public void setTable(String table)
Sets the table value for this TransectInfoType.

Parameters:
table -

getMaxelements

public int getMaxelements()
Gets the maxelements value for this TransectInfoType.

Returns:
maxelements

setMaxelements

public void setMaxelements(int maxelements)
Sets the maxelements value for this TransectInfoType.

Parameters:
maxelements -

getMinimumgap

public int getMinimumgap()
Gets the minimumgap value for this TransectInfoType.

Returns:
minimumgap

setMinimumgap

public void setMinimumgap(int minimumgap)
Sets the minimumgap value for this TransectInfoType.

Parameters:
minimumgap -

getFields

public org.gcube.common.core.types.StringArray getFields()
Gets the fields value for this TransectInfoType.

Returns:
fields

setFields

public void setFields(org.gcube.common.core.types.StringArray fields)
Sets the fields value for this TransectInfoType.

Parameters:
fields -

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.