Interface ReferenceType

All Superinterfaces:
AbstractReferenceBaseType, EObject, Notifier
All Known Subinterfaces:
ServiceReferenceType
All Known Implementing Classes:
ReferenceTypeImpl, ServiceReferenceTypeImpl

public interface ReferenceType extends AbstractReferenceBaseType
A representation of the model object 'Reference Type'. Complete reference to a remote or local resource, allowing including metadata about that resource.

The following features are supported:

See Also:
  • Method Details

    • getIdentifier

      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference. Optional unique identifier of the referenced resource.
      Returns:
      the value of the 'Identifier' containment reference.
      See Also:
    • setIdentifier

      void setIdentifier(CodeType value)
      Sets the value of the 'Identifier' containment reference.
      Parameters:
      value - the new value of the 'Identifier' containment reference.
      See Also:
    • getAbstract

      EList getAbstract()
      Returns the value of the 'Abstract' containment reference list. The list contents are of type LanguageStringType. Brief narrative description of this resource, normally used for display to a human.
      Returns:
      the value of the 'Abstract' containment reference list.
      See Also:
    • getFormat

      String getFormat()
      Returns the value of the 'Format' attribute. The format of the referenced resource. This element is omitted when the mime type is indicated in the http header of the reference.
      Returns:
      the value of the 'Format' attribute.
      See Also:
    • setFormat

      void setFormat(String value)
      Sets the value of the 'Format' attribute.
      Parameters:
      value - the new value of the 'Format' attribute.
      See Also:
    • getMetadata

      EList getMetadata()
      Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of additional metadata about this resource. A list of optional metadata elements for this ReferenceType could be specified in the Implementation Specification for each use of this type in a specific OWS.
      Returns:
      the value of the 'Metadata' containment reference list.
      See Also: