org.gcube.opensearch.opensearchdatasource.stubs
Class OpenSearchDataSourceResourceProperties

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

public class OpenSearchDataSourceResourceProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OpenSearchDataSourceResourceProperties()
           
OpenSearchDataSourceResourceProperties(String GHN, String RI, String VO, String adaptorID, String[] collectionID, Calendar currentTime, String descriptionDocumentURI, String[] fixedParameters, boolean fixedTopicSet, String openSearchResource, String[] scope, String serviceClass, String serviceID, String serviceName, String[] supportedRelations, String[] templates, Calendar terminationTime, org.oasis.wsn.TopicExpressionType[] topic, org.apache.axis.types.URI[] topicExpressionDialects)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAdaptorID()
          Gets the adaptorID value for this OpenSearchDataSourceResourceProperties.
 String[] getCollectionID()
          Gets the collectionID value for this OpenSearchDataSourceResourceProperties.
 Calendar getCurrentTime()
          Gets the currentTime value for this OpenSearchDataSourceResourceProperties.
 String getDescriptionDocumentURI()
          Gets the descriptionDocumentURI value for this OpenSearchDataSourceResourceProperties.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getFixedParameters()
          Gets the fixedParameters value for this OpenSearchDataSourceResourceProperties.
 String getGHN()
          Gets the GHN value for this OpenSearchDataSourceResourceProperties.
 String getOpenSearchResource()
          Gets the openSearchResource value for this OpenSearchDataSourceResourceProperties.
 String getRI()
          Gets the RI value for this OpenSearchDataSourceResourceProperties.
 String[] getScope()
          Gets the scope value for this OpenSearchDataSourceResourceProperties.
 String getScope(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceClass()
          Gets the serviceClass value for this OpenSearchDataSourceResourceProperties.
 String getServiceID()
          Gets the serviceID value for this OpenSearchDataSourceResourceProperties.
 String getServiceName()
          Gets the serviceName value for this OpenSearchDataSourceResourceProperties.
 String[] getSupportedRelations()
          Gets the supportedRelations value for this OpenSearchDataSourceResourceProperties.
 String[] getTemplates()
          Gets the templates value for this OpenSearchDataSourceResourceProperties.
 Calendar getTerminationTime()
          Gets the terminationTime value for this OpenSearchDataSourceResourceProperties.
 org.oasis.wsn.TopicExpressionType[] getTopic()
          Gets the topic value for this OpenSearchDataSourceResourceProperties.
 org.oasis.wsn.TopicExpressionType getTopic(int i)
           
 org.apache.axis.types.URI[] getTopicExpressionDialects()
          Gets the topicExpressionDialects value for this OpenSearchDataSourceResourceProperties.
 org.apache.axis.types.URI getTopicExpressionDialects(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getVO()
          Gets the VO value for this OpenSearchDataSourceResourceProperties.
 int hashCode()
           
 boolean isFixedTopicSet()
          Gets the fixedTopicSet value for this OpenSearchDataSourceResourceProperties.
 void setAdaptorID(String adaptorID)
          Sets the adaptorID value for this OpenSearchDataSourceResourceProperties.
 void setCollectionID(String[] collectionID)
          Sets the collectionID value for this OpenSearchDataSourceResourceProperties.
 void setCurrentTime(Calendar currentTime)
          Sets the currentTime value for this OpenSearchDataSourceResourceProperties.
 void setDescriptionDocumentURI(String descriptionDocumentURI)
          Sets the descriptionDocumentURI value for this OpenSearchDataSourceResourceProperties.
 void setFixedParameters(String[] fixedParameters)
          Sets the fixedParameters value for this OpenSearchDataSourceResourceProperties.
 void setFixedTopicSet(boolean fixedTopicSet)
          Sets the fixedTopicSet value for this OpenSearchDataSourceResourceProperties.
 void setGHN(String GHN)
          Sets the GHN value for this OpenSearchDataSourceResourceProperties.
 void setOpenSearchResource(String openSearchResource)
          Sets the openSearchResource value for this OpenSearchDataSourceResourceProperties.
 void setRI(String RI)
          Sets the RI value for this OpenSearchDataSourceResourceProperties.
 void setScope(int i, String _value)
           
 void setScope(String[] scope)
          Sets the scope value for this OpenSearchDataSourceResourceProperties.
 void setServiceClass(String serviceClass)
          Sets the serviceClass value for this OpenSearchDataSourceResourceProperties.
 void setServiceID(String serviceID)
          Sets the serviceID value for this OpenSearchDataSourceResourceProperties.
 void setServiceName(String serviceName)
          Sets the serviceName value for this OpenSearchDataSourceResourceProperties.
 void setSupportedRelations(String[] supportedRelations)
          Sets the supportedRelations value for this OpenSearchDataSourceResourceProperties.
 void setTemplates(String[] templates)
          Sets the templates value for this OpenSearchDataSourceResourceProperties.
 void setTerminationTime(Calendar terminationTime)
          Sets the terminationTime value for this OpenSearchDataSourceResourceProperties.
 void setTopic(int i, org.oasis.wsn.TopicExpressionType _value)
           
 void setTopic(org.oasis.wsn.TopicExpressionType[] topic)
          Sets the topic value for this OpenSearchDataSourceResourceProperties.
 void setTopicExpressionDialects(int i, org.apache.axis.types.URI _value)
           
 void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
          Sets the topicExpressionDialects value for this OpenSearchDataSourceResourceProperties.
 void setVO(String VO)
          Sets the VO value for this OpenSearchDataSourceResourceProperties.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSearchDataSourceResourceProperties

public OpenSearchDataSourceResourceProperties()

OpenSearchDataSourceResourceProperties

public OpenSearchDataSourceResourceProperties(String GHN,
                                              String RI,
                                              String VO,
                                              String adaptorID,
                                              String[] collectionID,
                                              Calendar currentTime,
                                              String descriptionDocumentURI,
                                              String[] fixedParameters,
                                              boolean fixedTopicSet,
                                              String openSearchResource,
                                              String[] scope,
                                              String serviceClass,
                                              String serviceID,
                                              String serviceName,
                                              String[] supportedRelations,
                                              String[] templates,
                                              Calendar terminationTime,
                                              org.oasis.wsn.TopicExpressionType[] topic,
                                              org.apache.axis.types.URI[] topicExpressionDialects)
Method Detail

getAdaptorID

public String getAdaptorID()
Gets the adaptorID value for this OpenSearchDataSourceResourceProperties.

Returns:
adaptorID

setAdaptorID

public void setAdaptorID(String adaptorID)
Sets the adaptorID value for this OpenSearchDataSourceResourceProperties.

Parameters:
adaptorID -

getCollectionID

public String[] getCollectionID()
Gets the collectionID value for this OpenSearchDataSourceResourceProperties.

Returns:
collectionID

setCollectionID

public void setCollectionID(String[] collectionID)
Sets the collectionID value for this OpenSearchDataSourceResourceProperties.

Parameters:
collectionID -

getSupportedRelations

public String[] getSupportedRelations()
Gets the supportedRelations value for this OpenSearchDataSourceResourceProperties.

Returns:
supportedRelations

setSupportedRelations

public void setSupportedRelations(String[] supportedRelations)
Sets the supportedRelations value for this OpenSearchDataSourceResourceProperties.

Parameters:
supportedRelations -

getDescriptionDocumentURI

public String getDescriptionDocumentURI()
Gets the descriptionDocumentURI value for this OpenSearchDataSourceResourceProperties.

Returns:
descriptionDocumentURI

setDescriptionDocumentURI

public void setDescriptionDocumentURI(String descriptionDocumentURI)
Sets the descriptionDocumentURI value for this OpenSearchDataSourceResourceProperties.

Parameters:
descriptionDocumentURI -

getTemplates

public String[] getTemplates()
Gets the templates value for this OpenSearchDataSourceResourceProperties.

Returns:
templates

setTemplates

public void setTemplates(String[] templates)
Sets the templates value for this OpenSearchDataSourceResourceProperties.

Parameters:
templates -

getOpenSearchResource

public String getOpenSearchResource()
Gets the openSearchResource value for this OpenSearchDataSourceResourceProperties.

Returns:
openSearchResource

setOpenSearchResource

public void setOpenSearchResource(String openSearchResource)
Sets the openSearchResource value for this OpenSearchDataSourceResourceProperties.

Parameters:
openSearchResource -

getFixedParameters

public String[] getFixedParameters()
Gets the fixedParameters value for this OpenSearchDataSourceResourceProperties.

Returns:
fixedParameters

setFixedParameters

public void setFixedParameters(String[] fixedParameters)
Sets the fixedParameters value for this OpenSearchDataSourceResourceProperties.

Parameters:
fixedParameters -

getServiceID

public String getServiceID()
Gets the serviceID value for this OpenSearchDataSourceResourceProperties.

Returns:
serviceID

setServiceID

public void setServiceID(String serviceID)
Sets the serviceID value for this OpenSearchDataSourceResourceProperties.

Parameters:
serviceID -

getServiceName

public String getServiceName()
Gets the serviceName value for this OpenSearchDataSourceResourceProperties.

Returns:
serviceName

setServiceName

public void setServiceName(String serviceName)
Sets the serviceName value for this OpenSearchDataSourceResourceProperties.

Parameters:
serviceName -

getVO

public String getVO()
Gets the VO value for this OpenSearchDataSourceResourceProperties.

Returns:
VO

setVO

public void setVO(String VO)
Sets the VO value for this OpenSearchDataSourceResourceProperties.

Parameters:
VO -

isFixedTopicSet

public boolean isFixedTopicSet()
Gets the fixedTopicSet value for this OpenSearchDataSourceResourceProperties.

Returns:
fixedTopicSet

setFixedTopicSet

public void setFixedTopicSet(boolean fixedTopicSet)
Sets the fixedTopicSet value for this OpenSearchDataSourceResourceProperties.

Parameters:
fixedTopicSet -

getRI

public String getRI()
Gets the RI value for this OpenSearchDataSourceResourceProperties.

Returns:
RI

setRI

public void setRI(String RI)
Sets the RI value for this OpenSearchDataSourceResourceProperties.

Parameters:
RI -

getServiceClass

public String getServiceClass()
Gets the serviceClass value for this OpenSearchDataSourceResourceProperties.

Returns:
serviceClass

setServiceClass

public void setServiceClass(String serviceClass)
Sets the serviceClass value for this OpenSearchDataSourceResourceProperties.

Parameters:
serviceClass -

getTopic

public org.oasis.wsn.TopicExpressionType[] getTopic()
Gets the topic value for this OpenSearchDataSourceResourceProperties.

Returns:
topic

setTopic

public void setTopic(org.oasis.wsn.TopicExpressionType[] topic)
Sets the topic value for this OpenSearchDataSourceResourceProperties.

Parameters:
topic -

getTopic

public org.oasis.wsn.TopicExpressionType getTopic(int i)

setTopic

public void setTopic(int i,
                     org.oasis.wsn.TopicExpressionType _value)

getGHN

public String getGHN()
Gets the GHN value for this OpenSearchDataSourceResourceProperties.

Returns:
GHN

setGHN

public void setGHN(String GHN)
Sets the GHN value for this OpenSearchDataSourceResourceProperties.

Parameters:
GHN -

getTerminationTime

public Calendar getTerminationTime()
Gets the terminationTime value for this OpenSearchDataSourceResourceProperties.

Returns:
terminationTime

setTerminationTime

public void setTerminationTime(Calendar terminationTime)
Sets the terminationTime value for this OpenSearchDataSourceResourceProperties.

Parameters:
terminationTime -

getScope

public String[] getScope()
Gets the scope value for this OpenSearchDataSourceResourceProperties.

Returns:
scope

setScope

public void setScope(String[] scope)
Sets the scope value for this OpenSearchDataSourceResourceProperties.

Parameters:
scope -

getScope

public String getScope(int i)

setScope

public void setScope(int i,
                     String _value)

getTopicExpressionDialects

public org.apache.axis.types.URI[] getTopicExpressionDialects()
Gets the topicExpressionDialects value for this OpenSearchDataSourceResourceProperties.

Returns:
topicExpressionDialects

setTopicExpressionDialects

public void setTopicExpressionDialects(org.apache.axis.types.URI[] topicExpressionDialects)
Sets the topicExpressionDialects value for this OpenSearchDataSourceResourceProperties.

Parameters:
topicExpressionDialects -

getTopicExpressionDialects

public org.apache.axis.types.URI getTopicExpressionDialects(int i)

setTopicExpressionDialects

public void setTopicExpressionDialects(int i,
                                       org.apache.axis.types.URI _value)

getCurrentTime

public Calendar getCurrentTime()
Gets the currentTime value for this OpenSearchDataSourceResourceProperties.

Returns:
currentTime

setCurrentTime

public void setCurrentTime(Calendar currentTime)
Sets the currentTime value for this OpenSearchDataSourceResourceProperties.

Parameters:
currentTime -

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.