public class Provider extends Object implements Serializable
| Constructor and Description |
|---|
Provider() |
Provider(String collectionID,
StringArray fixedParameters,
String openSearchResourceID) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Provider()
public Provider(String collectionID, StringArray fixedParameters, String openSearchResourceID)
public String getCollectionID()
public void setCollectionID(String collectionID)
collectionID - public String getOpenSearchResourceID()
public void setOpenSearchResourceID(String openSearchResourceID)
openSearchResourceID - public StringArray getFixedParameters()
public void setFixedParameters(StringArray fixedParameters)
fixedParameters - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.