Interface DocumentRoot

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
DocumentRootImpl

public interface DocumentRoot extends EObject
See Also:
  • Method Details

    • getMixed

      FeatureMap getMixed()
      Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Mixed' attribute list.
      See Also:
    • getXMLNSPrefixMap

      EMap<String,String> getXMLNSPrefixMap()
      Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

      If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'XMLNS Prefix Map' map.
      See Also:
    • getXSISchemaLocation

      EMap<String,String> getXSISchemaLocation()
      Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

      If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'XSI Schema Location' map.
      See Also:
    • getAbstract

      String getAbstract()
      Returns the value of the 'Abstract' attribute. Brief narrative description of this resource, normally used for display to a human.
      Returns:
      the value of the 'Abstract' attribute.
      See Also:
    • setAbstract

      void setAbstract(String value)
      Sets the value of the 'Abstract' attribute.
      Parameters:
      value - the new value of the 'Abstract' attribute.
      See Also:
    • getContactInfo

      ContactType getContactInfo()
      Returns the value of the 'Contact Info' containment reference. Address of the responsible party.
      Returns:
      the value of the 'Contact Info' containment reference.
      See Also:
    • setContactInfo

      void setContactInfo(ContactType value)
      Sets the value of the 'Contact Info' containment reference.
      Parameters:
      value - the new value of the 'Contact Info' containment reference.
      See Also:
    • getIndividualName

      String getIndividualName()
      Returns the value of the 'Individual Name' attribute. Name of the responsible person: surname, given name, title separated by a delimiter.
      Returns:
      the value of the 'Individual Name' attribute.
      See Also:
    • setIndividualName

      void setIndividualName(String value)
      Sets the value of the 'Individual Name' attribute.
      Parameters:
      value - the new value of the 'Individual Name' attribute.
      See Also:
    • getKeywords

      KeywordsType getKeywords()
      Returns the value of the 'Keywords' containment reference.

      If the meaning of the 'Keywords' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Keywords' containment reference.
      See Also:
    • setKeywords

      void setKeywords(KeywordsType value)
      Sets the value of the 'Keywords' containment reference.
      Parameters:
      value - the new value of the 'Keywords' containment reference.
      See Also:
    • getOrganisationName

      String getOrganisationName()
      Returns the value of the 'Organisation Name' attribute. Name of the responsible organization.
      Returns:
      the value of the 'Organisation Name' attribute.
      See Also:
    • setOrganisationName

      void setOrganisationName(String value)
      Sets the value of the 'Organisation Name' attribute.
      Parameters:
      value - the new value of the 'Organisation Name' attribute.
      See Also:
    • getPointOfContact

      ResponsiblePartyType getPointOfContact()
      Returns the value of the 'Point Of Contact' containment reference. Identification of, and means of communication with, person(s) responsible for the resource(s). For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The optional individualName element was made mandatory, since either the organizationName or individualName element is mandatory. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.
      Returns:
      the value of the 'Point Of Contact' containment reference.
      See Also:
    • setPointOfContact

      void setPointOfContact(ResponsiblePartyType value)
      Sets the value of the 'Point Of Contact' containment reference.
      Parameters:
      value - the new value of the 'Point Of Contact' containment reference.
      See Also:
    • getPositionName

      String getPositionName()
      Returns the value of the 'Position Name' attribute. Role or position of the responsible person.
      Returns:
      the value of the 'Position Name' attribute.
      See Also:
    • setPositionName

      void setPositionName(String value)
      Sets the value of the 'Position Name' attribute.
      Parameters:
      value - the new value of the 'Position Name' attribute.
      See Also:
    • getRole

      CodeType getRole()
      Returns the value of the 'Role' containment reference. Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.
      Returns:
      the value of the 'Role' containment reference.
      See Also:
    • setRole

      void setRole(CodeType value)
      Sets the value of the 'Role' containment reference.
      Parameters:
      value - the new value of the 'Role' containment reference.
      See Also:
    • getTitle

      String getTitle()
      Returns the value of the 'Title' attribute. Title of this resource, normally used for display to a human.
      Returns:
      the value of the 'Title' attribute.
      See Also:
    • setTitle

      void setTitle(String value)
      Sets the value of the 'Title' attribute.
      Parameters:
      value - the new value of the 'Title' attribute.
      See Also:
    • getAbstractMetaData

      EObject getAbstractMetaData()
      Returns the value of the 'Abstract Meta Data' containment reference. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.
      Returns:
      the value of the 'Abstract Meta Data' containment reference.
      See Also:
    • getAccessConstraints

      String getAccessConstraints()
      Returns the value of the 'Access Constraints' attribute. Access constraint applied to assure the protection of privacy or intellectual property, or any other restrictions on retrieving or using data from or otherwise using this server. The reserved value NONE (case insensitive) shall be used to mean no access constraints are imposed.
      Returns:
      the value of the 'Access Constraints' attribute.
      See Also:
    • setAccessConstraints

      void setAccessConstraints(String value)
      Sets the value of the 'Access Constraints' attribute.
      Parameters:
      value - the new value of the 'Access Constraints' attribute.
      See Also:
    • getAvailableCRS

      String getAvailableCRS()
      Returns the value of the 'Available CRS' attribute.

      If the meaning of the 'Available CRS' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Available CRS' attribute.
      See Also:
    • setAvailableCRS

      void setAvailableCRS(String value)
      Sets the value of the 'Available CRS' attribute.
      Parameters:
      value - the new value of the 'Available CRS' attribute.
      See Also:
    • getBoundingBox

      BoundingBoxType getBoundingBox()
      Returns the value of the 'Bounding Box' containment reference.

      If the meaning of the 'Bounding Box' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Bounding Box' containment reference.
      See Also:
    • setBoundingBox

      void setBoundingBox(BoundingBoxType value)
      Sets the value of the 'Bounding Box' containment reference.
      Parameters:
      value - the new value of the 'Bounding Box' containment reference.
      See Also:
    • getDcp

      DCPType getDcp()
      Returns the value of the 'Dcp' containment reference. Information for one distributed Computing Platform (DCP) supported for this operation. At present, only the HTTP DCP is defined, so this element only includes the HTTP element.
      Returns:
      the value of the 'Dcp' containment reference.
      See Also:
    • setDcp

      void setDcp(DCPType value)
      Sets the value of the 'Dcp' containment reference.
      Parameters:
      value - the new value of the 'Dcp' containment reference.
      See Also:
    • getException

      ExceptionType getException()
      Returns the value of the 'Exception' containment reference.

      If the meaning of the 'Exception' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Exception' containment reference.
      See Also:
    • setException

      void setException(ExceptionType value)
      Sets the value of the 'Exception' containment reference.
      Parameters:
      value - the new value of the 'Exception' containment reference.
      See Also:
    • getExceptionReport

      ExceptionReportType getExceptionReport()
      Returns the value of the 'Exception Report' containment reference. Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request.
      Returns:
      the value of the 'Exception Report' containment reference.
      See Also:
    • setExceptionReport

      void setExceptionReport(ExceptionReportType value)
      Sets the value of the 'Exception Report' containment reference.
      Parameters:
      value - the new value of the 'Exception Report' containment reference.
      See Also:
    • getExtendedCapabilities

      EObject getExtendedCapabilities()
      Returns the value of the 'Extended Capabilities' containment reference. Individual software vendors and servers can use this element to provide metadata about any additional server abilities.
      Returns:
      the value of the 'Extended Capabilities' containment reference.
      See Also:
    • setExtendedCapabilities

      void setExtendedCapabilities(EObject value)
      Sets the value of the 'Extended Capabilities' containment reference.
      Parameters:
      value - the new value of the 'Extended Capabilities' containment reference.
      See Also:
    • getFees

      String getFees()
      Returns the value of the 'Fees' attribute. Fees and terms for retrieving data from or otherwise using this server, including the monetary units as specified in ISO 4217. The reserved value NONE (case insensitive) shall be used to mean no fees or terms.
      Returns:
      the value of the 'Fees' attribute.
      See Also:
    • setFees

      void setFees(String value)
      Sets the value of the 'Fees' attribute.
      Parameters:
      value - the new value of the 'Fees' attribute.
      See Also:
    • getGetCapabilities

      GetCapabilitiesType getGetCapabilities()
      Returns the value of the 'Get Capabilities' containment reference.

      If the meaning of the 'Get Capabilities' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Get Capabilities' containment reference.
      See Also:
    • setGetCapabilities

      void setGetCapabilities(GetCapabilitiesType value)
      Sets the value of the 'Get Capabilities' containment reference.
      Parameters:
      value - the new value of the 'Get Capabilities' containment reference.
      See Also:
    • getHttp

      HTTPType getHttp()
      Returns the value of the 'Http' containment reference. Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.
      Returns:
      the value of the 'Http' containment reference.
      See Also:
    • setHttp

      void setHttp(HTTPType value)
      Sets the value of the 'Http' containment reference.
      Parameters:
      value - the new value of the 'Http' containment reference.
      See Also:
    • getIdentifier

      CodeType getIdentifier()
      Returns the value of the 'Identifier' containment reference. Unique identifier or name of this dataset.
      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:
    • getLanguage

      String getLanguage()
      Returns the value of the 'Language' attribute. Identifier of a language used by the data(set) contents. This language identifier shall be as specified in IETF RFC 1766. When this element is omitted, the language used is not identified.
      Returns:
      the value of the 'Language' attribute.
      See Also:
    • setLanguage

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

      MetadataType getMetadata()
      Returns the value of the 'Metadata' containment reference.

      If the meaning of the 'Metadata' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Metadata' containment reference.
      See Also:
    • setMetadata

      void setMetadata(MetadataType value)
      Sets the value of the 'Metadata' containment reference.
      Parameters:
      value - the new value of the 'Metadata' containment reference.
      See Also:
    • getOperation

      OperationType getOperation()
      Returns the value of the 'Operation' containment reference. Metadata for one operation that this server implements.
      Returns:
      the value of the 'Operation' containment reference.
      See Also:
    • setOperation

      void setOperation(OperationType value)
      Sets the value of the 'Operation' containment reference.
      Parameters:
      value - the new value of the 'Operation' containment reference.
      See Also:
    • getOperationsMetadata

      OperationsMetadataType getOperationsMetadata()
      Returns the value of the 'Operations Metadata' containment reference. Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests. The basic contents of this section shall be the same for all OWS types, but individual services can add elements and/or change the optionality of optional elements.
      Returns:
      the value of the 'Operations Metadata' containment reference.
      See Also:
    • setOperationsMetadata

      void setOperationsMetadata(OperationsMetadataType value)
      Sets the value of the 'Operations Metadata' containment reference.
      Parameters:
      value - the new value of the 'Operations Metadata' containment reference.
      See Also:
    • getOutputFormat

      String getOutputFormat()
      Returns the value of the 'Output Format' attribute. Reference to a format in which this data can be encoded and transferred. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.
      Returns:
      the value of the 'Output Format' attribute.
      See Also:
    • 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:
    • getServiceIdentification

      ServiceIdentificationType getServiceIdentification()
      Returns the value of the 'Service Identification' containment reference. General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.
      Returns:
      the value of the 'Service Identification' containment reference.
      See Also:
    • setServiceIdentification

      void setServiceIdentification(ServiceIdentificationType value)
      Sets the value of the 'Service Identification' containment reference.
      Parameters:
      value - the new value of the 'Service Identification' containment reference.
      See Also:
    • getServiceProvider

      ServiceProviderType getServiceProvider()
      Returns the value of the 'Service Provider' containment reference. Metadata about the organization that provides this specific service instance or server.
      Returns:
      the value of the 'Service Provider' containment reference.
      See Also:
    • setServiceProvider

      void setServiceProvider(ServiceProviderType value)
      Sets the value of the 'Service Provider' containment reference.
      Parameters:
      value - the new value of the 'Service Provider' containment reference.
      See Also:
    • getSupportedCRS

      String getSupportedCRS()
      Returns the value of the 'Supported CRS' attribute. Coordinate reference system in which data from this data(set) or resource is available or supported. More specific parameter names should be used by specific OWS specifications wherever applicable. More than one such parameter can be included for different purposes.
      Returns:
      the value of the 'Supported CRS' attribute.
      See Also:
    • setSupportedCRS

      void setSupportedCRS(String value)
      Sets the value of the 'Supported CRS' attribute.
      Parameters:
      value - the new value of the 'Supported CRS' attribute.
      See Also:
    • getWgS84BoundingBox

      WGS84BoundingBoxType getWgS84BoundingBox()
      Returns the value of the 'Wg S84 Bounding Box' containment reference.

      If the meaning of the 'Wg S84 Bounding Box' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Wg S84 Bounding Box' containment reference.
      See Also:
    • setWgS84BoundingBox

      void setWgS84BoundingBox(WGS84BoundingBoxType value)
      Sets the value of the 'Wg S84 Bounding Box' containment reference.
      Parameters:
      value - the new value of the 'Wg S84 Bounding Box' containment reference.
      See Also: