org.gcube.data.harmonization.occurrence.stubs
Class GetStringListRequestType

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.stubs.GetStringListRequestType
All Implemented Interfaces:
Serializable

public class GetStringListRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetStringListRequestType()
           
GetStringListRequestType(org.gcube.common.core.types.StringMap filtersMap, ResourceType resource, PagedRequestSettings settings, StringFormat stringFormat)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 org.gcube.common.core.types.StringMap getFiltersMap()
          Gets the filtersMap value for this GetStringListRequestType.
 ResourceType getResource()
          Gets the resource value for this GetStringListRequestType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 PagedRequestSettings getSettings()
          Gets the settings value for this GetStringListRequestType.
 StringFormat getStringFormat()
          Gets the stringFormat value for this GetStringListRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFiltersMap(org.gcube.common.core.types.StringMap filtersMap)
          Sets the filtersMap value for this GetStringListRequestType.
 void setResource(ResourceType resource)
          Sets the resource value for this GetStringListRequestType.
 void setSettings(PagedRequestSettings settings)
          Sets the settings value for this GetStringListRequestType.
 void setStringFormat(StringFormat stringFormat)
          Sets the stringFormat value for this GetStringListRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetStringListRequestType

public GetStringListRequestType()

GetStringListRequestType

public GetStringListRequestType(org.gcube.common.core.types.StringMap filtersMap,
                                ResourceType resource,
                                PagedRequestSettings settings,
                                StringFormat stringFormat)
Method Detail

getResource

public ResourceType getResource()
Gets the resource value for this GetStringListRequestType.

Returns:
resource

setResource

public void setResource(ResourceType resource)
Sets the resource value for this GetStringListRequestType.

Parameters:
resource -

getSettings

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

Returns:
settings

setSettings

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

Parameters:
settings -

getStringFormat

public StringFormat getStringFormat()
Gets the stringFormat value for this GetStringListRequestType.

Returns:
stringFormat

setStringFormat

public void setStringFormat(StringFormat stringFormat)
Sets the stringFormat value for this GetStringListRequestType.

Parameters:
stringFormat -

getFiltersMap

public org.gcube.common.core.types.StringMap getFiltersMap()
Gets the filtersMap value for this GetStringListRequestType.

Returns:
filtersMap

setFiltersMap

public void setFiltersMap(org.gcube.common.core.types.StringMap filtersMap)
Sets the filtersMap value for this GetStringListRequestType.

Parameters:
filtersMap -

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 © 2012. All Rights Reserved.