org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis
Class TransectInfoType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.gis.TransectInfoType

public class TransectInfoType
extends Object


Constructor Summary
TransectInfoType()
           
TransectInfoType(boolean enabled, String table, int maxElements, int minimumGap, StringArray fields)
           
 
Method Summary
 boolean enabled()
           
 void enabled(boolean enabled)
           
 StringArray fields()
           
 void fields(StringArray fields)
           
 int maxElements()
           
 void maxElements(int maxElements)
           
 int minimumGap()
           
 void minimumGap(int minimumGap)
           
 String table()
           
 void table(String table)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransectInfoType

public TransectInfoType()

TransectInfoType

public TransectInfoType(boolean enabled,
                        String table,
                        int maxElements,
                        int minimumGap,
                        StringArray fields)
Method Detail

enabled

public boolean enabled()
Returns:
the enabled

enabled

public void enabled(boolean enabled)
Parameters:
enabled - the enabled to set

table

public String table()
Returns:
the table

table

public void table(String table)
Parameters:
table - the table to set

maxElements

public int maxElements()
Returns:
the maxElements

maxElements

public void maxElements(int maxElements)
Parameters:
maxElements - the maxElements to set

minimumGap

public int minimumGap()
Returns:
the minimumGap

minimumGap

public void minimumGap(int minimumGap)
Parameters:
minimumGap - the minimumGap to set

fields

public StringArray fields()
Returns:
the fields

fields

public void fields(StringArray fields)
Parameters:
fields - the fields to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.