org.gcube.opensearch.opensearchdatasource.stubs
Class Provider

java.lang.Object
  extended by org.gcube.opensearch.opensearchdatasource.stubs.Provider
All Implemented Interfaces:
Serializable

public class Provider
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Provider()
           
Provider(String collectionID, StringArray fixedParameters, String openSearchResourceID)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCollectionID()
          Gets the collectionID value for this Provider.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 StringArray getFixedParameters()
          Gets the fixedParameters value for this Provider.
 String getOpenSearchResourceID()
          Gets the openSearchResourceID value for this Provider.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCollectionID(String collectionID)
          Sets the collectionID value for this Provider.
 void setFixedParameters(StringArray fixedParameters)
          Sets the fixedParameters value for this Provider.
 void setOpenSearchResourceID(String openSearchResourceID)
          Sets the openSearchResourceID value for this Provider.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Provider

public Provider()

Provider

public Provider(String collectionID,
                StringArray fixedParameters,
                String openSearchResourceID)
Method Detail

getCollectionID

public String getCollectionID()
Gets the collectionID value for this Provider.

Returns:
collectionID

setCollectionID

public void setCollectionID(String collectionID)
Sets the collectionID value for this Provider.

Parameters:
collectionID -

getOpenSearchResourceID

public String getOpenSearchResourceID()
Gets the openSearchResourceID value for this Provider.

Returns:
openSearchResourceID

setOpenSearchResourceID

public void setOpenSearchResourceID(String openSearchResourceID)
Sets the openSearchResourceID value for this Provider.

Parameters:
openSearchResourceID -

getFixedParameters

public StringArray getFixedParameters()
Gets the fixedParameters value for this Provider.

Returns:
fixedParameters

setFixedParameters

public void setFixedParameters(StringArray fixedParameters)
Sets the fixedParameters value for this Provider.

Parameters:
fixedParameters -

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.