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

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

public class GetOccurrenceCellsRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetOccurrenceCellsRequestType()
           
GetOccurrenceCellsRequestType(PagedRequestSettings pagedRequestSettings, String speciesID)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 PagedRequestSettings getPagedRequestSettings()
          Gets the pagedRequestSettings value for this GetOccurrenceCellsRequestType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpeciesID()
          Gets the speciesID value for this GetOccurrenceCellsRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPagedRequestSettings(PagedRequestSettings pagedRequestSettings)
          Sets the pagedRequestSettings value for this GetOccurrenceCellsRequestType.
 void setSpeciesID(String speciesID)
          Sets the speciesID value for this GetOccurrenceCellsRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetOccurrenceCellsRequestType

public GetOccurrenceCellsRequestType()

GetOccurrenceCellsRequestType

public GetOccurrenceCellsRequestType(PagedRequestSettings pagedRequestSettings,
                                     String speciesID)
Method Detail

getSpeciesID

public String getSpeciesID()
Gets the speciesID value for this GetOccurrenceCellsRequestType.

Returns:
speciesID

setSpeciesID

public void setSpeciesID(String speciesID)
Sets the speciesID value for this GetOccurrenceCellsRequestType.

Parameters:
speciesID -

getPagedRequestSettings

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

Returns:
pagedRequestSettings

setPagedRequestSettings

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

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.