Package net.opengis.cat.csw20
Interface GetRecordByIdType
- All Superinterfaces:
EObject,Notifier,RequestBaseType
- All Known Implementing Classes:
GetRecordByIdTypeImpl
A representation of the model object 'Get Record By Id Type'.
Convenience operation to retrieve default record representations
by identifier.
Id - object identifier (a URI) that provides a reference to a
catalogue item (or a result set if the catalogue supports
persistent result sets).
ElementSetName - one of "brief, "summary", or "full"
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Element Set Name' containment reference.EList<URI>getId()Returns the value of the 'Id' attribute.Returns the value of the 'Output Format' attribute.Returns the value of the 'Output Schema' attribute.booleanReturns whether the value of the 'Output Format' attribute is set.voidSets the value of the 'Element Set Name' containment reference.voidsetOutputFormat(String value) Sets the value of the 'Output Format' attribute.voidsetOutputSchema(String value) Sets the value of the 'Output Schema' attribute.voidUnsets the value of the 'Output Format' 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
-
getId
EList<URI> getId()Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
-
getElementSetName
ElementSetNameType getElementSetName()Returns the value of the 'Element Set Name' containment reference.If the meaning of the 'Element Set Name' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Element Set Name' containment reference.
- See Also:
-
setElementSetName
Sets the value of the 'Element Set Name' containment reference.- Parameters:
value- the new value of the 'Element Set Name' containment reference.- 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:
-