public class ViewTableRequestType extends Object implements Serializable
| Constructor and Description |
|---|
ViewTableRequestType() |
ViewTableRequestType(FieldArray filter,
ViewTableFormat format,
PagedRequestSettings settings,
String tablename) |
| 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
|
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.
|
public ViewTableRequestType()
public ViewTableRequestType(FieldArray filter, ViewTableFormat format, PagedRequestSettings settings, String tablename)
public String getTablename()
public void setTablename(String tablename)
tablename - public PagedRequestSettings getSettings()
public void setSettings(PagedRequestSettings settings)
settings - public FieldArray getFilter()
public void setFilter(FieldArray filter)
filter - public ViewTableFormat getFormat()
public void setFormat(ViewTableFormat format)
format - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.