Package net.opengis.wcs20
Interface ExtensionItemType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ExtensionItemTypeImpl
public interface ExtensionItemType
extends EObject
Contains one item from the csw:Extension container. This class does not come from the WCS model,
it has been created to carry around name and namespace of the various values since various
of them are literals
- Author:
- Andrea Aime - GeoSolutions
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the element containing the itemThe namespace of the elementThe content of the element, for simple elementsThe content of the element, for simple elementsvoid
Sets the value of the 'Name
' attribute.void
setNamespace
(String value) Sets the value of the 'Namespace
' attribute.void
setObjectContent
(Object value) Sets the value of the 'Object Content
' reference.void
setSimpleContent
(String value) Sets the value of the 'Simple Content
' 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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()The name of the element containing the item -
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getNamespace
String getNamespace()The namespace of the element -
setNamespace
Sets the value of the 'Namespace
' attribute.- Parameters:
value
- the new value of the 'Namespace' attribute.- See Also:
-
getSimpleContent
String getSimpleContent()The content of the element, for simple elements -
setSimpleContent
Sets the value of the 'Simple Content
' attribute.- Parameters:
value
- the new value of the 'Simple Content' attribute.- See Also:
-
getObjectContent
Object getObjectContent()The content of the element, for simple elements -
setObjectContent
Sets the value of the 'Object Content
' reference.- Parameters:
value
- the new value of the 'Object Content' reference.- See Also:
-