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 Type
    Method
    Description
    The name of the element containing the item
    The namespace of the element
    The content of the element, for simple elements
    The content of the element, for simple elements
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    Sets the value of the 'Namespace' attribute.
    void
    Sets the value of the 'Object Content' reference.
    void
    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

      void setName(String value)
      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

      void setNamespace(String value)
      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

      void setSimpleContent(String value)
      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

      void setObjectContent(Object value)
      Sets the value of the 'Object Content' reference.
      Parameters:
      value - the new value of the 'Object Content' reference.
      See Also: