public class GetPhylogenyRequestType extends Object implements Serializable
| Constructor and Description |
|---|
GetPhylogenyRequestType() |
GetPhylogenyRequestType(FieldArray fieldList,
PagedRequestSettings pagedRequestSettings,
Field toSelect) |
| 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 |
getFieldList()
Gets the fieldList value for this GetPhylogenyRequestType.
|
PagedRequestSettings |
getPagedRequestSettings()
Gets the pagedRequestSettings value for this GetPhylogenyRequestType.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Field |
getToSelect()
Gets the toSelect value for this GetPhylogenyRequestType.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFieldList(FieldArray fieldList)
Sets the fieldList value for this GetPhylogenyRequestType.
|
void |
setPagedRequestSettings(PagedRequestSettings pagedRequestSettings)
Sets the pagedRequestSettings value for this GetPhylogenyRequestType.
|
void |
setToSelect(Field toSelect)
Sets the toSelect value for this GetPhylogenyRequestType.
|
public GetPhylogenyRequestType()
public GetPhylogenyRequestType(FieldArray fieldList, PagedRequestSettings pagedRequestSettings, Field toSelect)
public FieldArray getFieldList()
public void setFieldList(FieldArray fieldList)
fieldList - public Field getToSelect()
public void setToSelect(Field toSelect)
toSelect - public PagedRequestSettings getPagedRequestSettings()
public void setPagedRequestSettings(PagedRequestSettings pagedRequestSettings)
pagedRequestSettings - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.