Package net.opengis.cat.csw20
Interface GetRecordByIdType
-
- All Superinterfaces:
EObject
,Notifier
,RequestBaseType
- All Known Implementing Classes:
GetRecordByIdTypeImpl
public interface GetRecordByIdType extends RequestBaseType
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:
Csw20Package.getGetRecordByIdType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementSetNameType
getElementSetName()
Returns the value of the 'Element Set Name' containment reference.EList<URI>
getId()
Returns the value of the 'Id' attribute.String
getOutputFormat()
Returns the value of the 'Output Format' attribute.String
getOutputSchema()
Returns the value of the 'Output Schema' attribute.boolean
isSetOutputFormat()
Returns whether the value of the 'Output Format
' attribute is set.void
setElementSetName(ElementSetNameType value)
Sets the value of the 'Element Set Name
' containment reference.void
setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.void
setOutputSchema(String value)
Sets the value of the 'Output Schema
' attribute.void
unsetOutputFormat()
Unsets 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, eUnset
-
Methods inherited from interface RequestBaseType
getBaseUrl, getExtendedProperties, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setService, setVersion, unsetService, unsetVersion
-
-
-
-
Method Detail
-
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:
Csw20Package.getGetRecordByIdType_Id()
-
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(ElementSetNameType)
,Csw20Package.getGetRecordByIdType_ElementSetName()
-
setElementSetName
void setElementSetName(ElementSetNameType value)
Sets the value of the 'Element Set Name
' containment reference.- Parameters:
value
- the new value of the 'Element Set Name' containment reference.- See Also:
getElementSetName()
-
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:
isSetOutputFormat()
,unsetOutputFormat()
,setOutputFormat(String)
,Csw20Package.getGetRecordByIdType_OutputFormat()
-
setOutputFormat
void setOutputFormat(String value)
Sets the value of the 'Output Format
' attribute.- Parameters:
value
- the new value of the 'Output Format' attribute.- See Also:
isSetOutputFormat()
,unsetOutputFormat()
,getOutputFormat()
-
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:
unsetOutputFormat()
,getOutputFormat()
,setOutputFormat(String)
-
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(String)
,Csw20Package.getGetRecordByIdType_OutputSchema()
-
setOutputSchema
void setOutputSchema(String value)
Sets the value of the 'Output Schema
' attribute.- Parameters:
value
- the new value of the 'Output Schema' attribute.- See Also:
getOutputSchema()
-
-