public class TransectInfoType extends Object implements Serializable
| Constructor and Description |
|---|
TransectInfoType() |
TransectInfoType(boolean enabled,
org.gcube.common.core.types.StringArray fields,
int maxelements,
int minimumgap,
String table) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TransectInfoType()
public TransectInfoType(boolean enabled,
org.gcube.common.core.types.StringArray fields,
int maxelements,
int minimumgap,
String table)
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - public String getTable()
public void setTable(String table)
table - public int getMaxelements()
public void setMaxelements(int maxelements)
maxelements - public int getMinimumgap()
public void setMinimumgap(int minimumgap)
minimumgap - public org.gcube.common.core.types.StringArray getFields()
public void setFields(org.gcube.common.core.types.StringArray fields)
fields - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.