Interface GetRecordsType
- All Superinterfaces:
EObject,Notifier,RequestBaseType
- All Known Implementing Classes:
GetRecordsTypeImpl
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFeatureMapgetAny()Returns the value of the 'Any' attribute list.Returns the value of the 'Distributed Search' containment reference.Returns the value of the 'Max Records' attribute.Returns the value of the 'Output Format' attribute.Returns the value of the 'Output Schema' attribute.getQuery()Returns the value of the 'Abstract Query' containment reference.Returns the value of the 'Request Id' attribute.Returns the value of the 'Response Handler' attribute.Returns the value of the 'Result Type' attribute.Returns the value of the 'Start Position' attribute.booleanReturns whether the value of the 'Output Format' attribute is set.booleanReturns whether the value of the 'Result Type' attribute is set.voidSets the value of the 'Distributed Search' containment reference.voidsetMaxRecords(Integer value) Sets the value of the 'Max Records' attribute.voidsetOutputFormat(String value) Sets the value of the 'Output Format' attribute.voidsetOutputSchema(String value) Sets the value of the 'Output Schema' attribute.voidSets the value of the 'Query' attribute.voidsetRequestId(String value) Sets the value of the 'Request Id' attribute.voidsetResponseHandler(String value) Sets the value of the 'Response Handler' attribute.voidsetResultType(ResultType value) Sets the value of the 'Result Type' attribute.voidsetStartPosition(Integer value) Sets the value of the 'Start Position' attribute.voidUnsets the value of the 'Output Format' attribute.voidUnsets the value of the 'Result Type' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
Method Details
-
getDistributedSearch
DistributedSearchType getDistributedSearch()Returns the value of the 'Distributed Search' containment reference.If the meaning of the 'Distributed Search' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Distributed Search' containment reference.
- See Also:
-
setDistributedSearch
Sets the value of the 'Distributed Search' containment reference.- Parameters:
value- the new value of the 'Distributed Search' containment reference.- See Also:
-
getResponseHandler
String getResponseHandler()Returns the value of the 'Response Handler' attribute.If the meaning of the 'Response Handler' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Response Handler' attribute.
- See Also:
-
setResponseHandler
Sets the value of the 'Response Handler' attribute.- Parameters:
value- the new value of the 'Response Handler' attribute.- See Also:
-
getQuery
Object getQuery()Returns the value of the 'Abstract Query' containment reference.If the meaning of the 'Abstract Query' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Query' containment reference.
- See Also:
-
net.opengis.cat.csw20.Csw20Package#getGetRecordsType_AbstractQuery()
-
setQuery
Sets the value of the 'Query' attribute.- Parameters:
value- the new value of the 'Query' attribute.- See Also:
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
getMaxRecords
Integer getMaxRecords()Returns the value of the 'Max Records' attribute. The default value is"10".If the meaning of the 'Max Records' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Records' attribute.
- See Also:
-
#isSetMaxRecords()#unsetMaxRecords()#setMaxRecords(BigInteger)Csw20Package.getGetRecordsType_MaxRecords()
-
setMaxRecords
Sets the value of the 'Max Records' attribute.- Parameters:
value- the new value of the 'Max Records' attribute.- See Also:
-
getOutputFormat
String getOutputFormat()Returns the value of the 'Output Format' attribute. The default value is"application/xml".If the meaning of the 'Output Format' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Format' attribute.
- See Also:
-
setOutputFormat
Sets the value of the 'Output Format' attribute.- Parameters:
value- the new value of the 'Output Format' attribute.- See Also:
-
unsetOutputFormat
void unsetOutputFormat()Unsets the value of the 'Output Format' attribute. -
isSetOutputFormat
boolean isSetOutputFormat()Returns whether the value of the 'Output Format' attribute is set.- Returns:
- whether the value of the 'Output Format' attribute is set.
- See Also:
-
getOutputSchema
String getOutputSchema()Returns the value of the 'Output Schema' attribute.If the meaning of the 'Output Schema' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Schema' attribute.
- See Also:
-
setOutputSchema
Sets the value of the 'Output Schema' attribute.- Parameters:
value- the new value of the 'Output Schema' attribute.- See Also:
-
getRequestId
String getRequestId()Returns the value of the 'Request Id' attribute.If the meaning of the 'Request Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Request Id' attribute.
- See Also:
-
setRequestId
Sets the value of the 'Request Id' attribute.- Parameters:
value- the new value of the 'Request Id' attribute.- See Also:
-
getResultType
ResultType getResultType()Returns the value of the 'Result Type' attribute. The default value is"hits". The literals are from the enumerationResultType.If the meaning of the 'Result Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Type' attribute.
- See Also:
-
setResultType
Sets the value of the 'Result Type' attribute.- Parameters:
value- the new value of the 'Result Type' attribute.- See Also:
-
unsetResultType
void unsetResultType()Unsets the value of the 'Result Type' attribute. -
isSetResultType
boolean isSetResultType()Returns whether the value of the 'Result Type' attribute is set.- Returns:
- whether the value of the 'Result Type' attribute is set.
- See Also:
-
getStartPosition
Integer getStartPosition()Returns the value of the 'Start Position' attribute. The default value is"1".If the meaning of the 'Start Position' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Start Position' attribute.
- See Also:
-
setStartPosition
Sets the value of the 'Start Position' attribute.- Parameters:
value- the new value of the 'Start Position' attribute.- See Also:
-