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

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

public class GetPhylogenyRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetPhylogenyRequestType()
           
GetPhylogenyRequestType(FieldArray fieldList, PagedRequestSettings pagedRequestSettings, Field toSelect)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPhylogenyRequestType

public GetPhylogenyRequestType()

GetPhylogenyRequestType

public GetPhylogenyRequestType(FieldArray fieldList,
                               PagedRequestSettings pagedRequestSettings,
                               Field toSelect)
Method Detail

getFieldList

public FieldArray getFieldList()
Gets the fieldList value for this GetPhylogenyRequestType.

Returns:
fieldList

setFieldList

public void setFieldList(FieldArray fieldList)
Sets the fieldList value for this GetPhylogenyRequestType.

Parameters:
fieldList -

getToSelect

public Field getToSelect()
Gets the toSelect value for this GetPhylogenyRequestType.

Returns:
toSelect

setToSelect

public void setToSelect(Field toSelect)
Sets the toSelect value for this GetPhylogenyRequestType.

Parameters:
toSelect -

getPagedRequestSettings

public PagedRequestSettings getPagedRequestSettings()
Gets the pagedRequestSettings value for this GetPhylogenyRequestType.

Returns:
pagedRequestSettings

setPagedRequestSettings

public void setPagedRequestSettings(PagedRequestSettings pagedRequestSettings)
Sets the pagedRequestSettings value for this GetPhylogenyRequestType.

Parameters:
pagedRequestSettings -

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.