org.gcube.application.aquamaps.aquamapsservice.stubs
Class ViewTableRequestType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.ViewTableRequestType
All Implemented Interfaces:
Serializable

public class ViewTableRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ViewTableRequestType()
           
ViewTableRequestType(FieldArray filter, ViewTableFormat format, PagedRequestSettings settings, String tablename)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 FieldArray getFilter()
          Gets the filter value for this ViewTableRequestType.
 ViewTableFormat getFormat()
          Gets the format value for this ViewTableRequestType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 PagedRequestSettings getSettings()
          Gets the settings value for this ViewTableRequestType.
 String getTablename()
          Gets the tablename value for this ViewTableRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFilter(FieldArray filter)
          Sets the filter value for this ViewTableRequestType.
 void setFormat(ViewTableFormat format)
          Sets the format value for this ViewTableRequestType.
 void setSettings(PagedRequestSettings settings)
          Sets the settings value for this ViewTableRequestType.
 void setTablename(String tablename)
          Sets the tablename value for this ViewTableRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewTableRequestType

public ViewTableRequestType()

ViewTableRequestType

public ViewTableRequestType(FieldArray filter,
                            ViewTableFormat format,
                            PagedRequestSettings settings,
                            String tablename)
Method Detail

getTablename

public String getTablename()
Gets the tablename value for this ViewTableRequestType.

Returns:
tablename

setTablename

public void setTablename(String tablename)
Sets the tablename value for this ViewTableRequestType.

Parameters:
tablename -

getSettings

public PagedRequestSettings getSettings()
Gets the settings value for this ViewTableRequestType.

Returns:
settings

setSettings

public void setSettings(PagedRequestSettings settings)
Sets the settings value for this ViewTableRequestType.

Parameters:
settings -

getFilter

public FieldArray getFilter()
Gets the filter value for this ViewTableRequestType.

Returns:
filter

setFilter

public void setFilter(FieldArray filter)
Sets the filter value for this ViewTableRequestType.

Parameters:
filter -

getFormat

public ViewTableFormat getFormat()
Gets the format value for this ViewTableRequestType.

Returns:
format

setFormat

public void setFormat(ViewTableFormat format)
Sets the format value for this ViewTableRequestType.

Parameters:
format -

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.