📄 documentroot.java
字号:
/**
* Returns the value of the '<em><b>Role</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
* @return the value of the '<em>Role</em>' containment reference.
* @see #setRole(CodeType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_Role()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'"
* @generated
*/
CodeType getRole();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getRole <em>Role</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Role</em>' containment reference.
* @see #getRole()
* @generated
*/
void setRole(CodeType value);
/**
* Returns the value of the '<em><b>Title</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Title of this resource, normally used for display to a human.
* <!-- end-model-doc -->
* @return the value of the '<em>Title</em>' attribute.
* @see #setTitle(String)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_Title()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Title' namespace='##targetNamespace'"
* @generated
*/
String getTitle();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getTitle <em>Title</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Title</em>' attribute.
* @see #getTitle()
* @generated
*/
void setTitle(String value);
/**
* Returns the value of the '<em><b>Abstract Meta Data</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
* @return the value of the '<em>Abstract Meta Data</em>' containment reference.
* @see net.opengis.ows.OwsPackage#getDocumentRoot_AbstractMetaData()
* @model containment="true" upper="-2" transient="true" changeable="false" volatile="true" derived="true"
* extendedMetaData="kind='element' name='AbstractMetaData' namespace='##targetNamespace'"
* @generated
*/
EObject getAbstractMetaData();
/**
* Returns the value of the '<em><b>Access Constraints</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
* @return the value of the '<em>Access Constraints</em>' attribute.
* @see #setAccessConstraints(String)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_AccessConstraints()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='AccessConstraints' namespace='##targetNamespace'"
* @generated
*/
String getAccessConstraints();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getAccessConstraints <em>Access Constraints</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Access Constraints</em>' attribute.
* @see #getAccessConstraints()
* @generated
*/
void setAccessConstraints(String value);
/**
* Returns the value of the '<em><b>Available CRS</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Available CRS</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Available CRS</em>' attribute.
* @see #setAvailableCRS(String)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_AvailableCRS()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='AvailableCRS' namespace='##targetNamespace'"
* @generated
*/
String getAvailableCRS();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getAvailableCRS <em>Available CRS</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Available CRS</em>' attribute.
* @see #getAvailableCRS()
* @generated
*/
void setAvailableCRS(String value);
/**
* Returns the value of the '<em><b>Bounding Box</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bounding Box</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Bounding Box</em>' containment reference.
* @see #setBoundingBox(BoundingBoxType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_BoundingBox()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='BoundingBox' namespace='##targetNamespace'"
* @generated
*/
BoundingBoxType getBoundingBox();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getBoundingBox <em>Bounding Box</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bounding Box</em>' containment reference.
* @see #getBoundingBox()
* @generated
*/
void setBoundingBox(BoundingBoxType value);
/**
* Returns the value of the '<em><b>Dcp</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
* @return the value of the '<em>Dcp</em>' containment reference.
* @see #setDcp(DCPType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_Dcp()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='DCP' namespace='##targetNamespace'"
* @generated
*/
DCPType getDcp();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getDcp <em>Dcp</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dcp</em>' containment reference.
* @see #getDcp()
* @generated
*/
void setDcp(DCPType value);
/**
* Returns the value of the '<em><b>Exception</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Exception</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Exception</em>' containment reference.
* @see #setException(ExceptionType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_Exception()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Exception' namespace='##targetNamespace'"
* @generated
*/
ExceptionType getException();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getException <em>Exception</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exception</em>' containment reference.
* @see #getException()
* @generated
*/
void setException(ExceptionType value);
/**
* Returns the value of the '<em><b>Exception Report</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Report message returned to the client that requested any OWS operation when the server detects an error while processing that operation request.
* <!-- end-model-doc -->
* @return the value of the '<em>Exception Report</em>' containment reference.
* @see #setExceptionReport(ExceptionReportType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_ExceptionReport()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='ExceptionReport' namespace='##targetNamespace'"
* @generated
*/
ExceptionReportType getExceptionReport();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getExceptionReport <em>Exception Report</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Exception Report</em>' containment reference.
* @see #getExceptionReport()
* @generated
*/
void setExceptionReport(ExceptionReportType value);
/**
* Returns the value of the '<em><b>Extended Capabilities</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Individual software vendors and servers can use this element to provide metadata about any additional server abilities.
* <!-- end-model-doc -->
* @return the value of the '<em>Extended Capabilities</em>' containment reference.
* @see #setExtendedCapabilities(EObject)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_ExtendedCapabilities()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='ExtendedCapabilities' namespace='##targetNamespace'"
* @generated
*/
EObject getExtendedCapabilities();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getExtendedCapabilities <em>Extended Capabilities</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Extended Capabilities</em>' containment reference.
* @see #getExtendedCapabilities()
* @generated
*/
void setExtendedCapabilities(EObject value);
/**
* Returns the value of the '<em><b>Fees</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* 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.
* <!-- end-model-doc -->
* @return the value of the '<em>Fees</em>' attribute.
* @see #setFees(String)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_Fees()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Fees' namespace='##targetNamespace'"
* @generated
*/
String getFees();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getFees <em>Fees</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Fees</em>' attribute.
* @see #getFees()
* @generated
*/
void setFees(String value);
/**
* Returns the value of the '<em><b>Get Capabilities</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Get Capabilities</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Get Capabilities</em>' containment reference.
* @see #setGetCapabilities(GetCapabilitiesType)
* @see net.opengis.ows.OwsPackage#getDocumentRoot_GetCapabilities()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='GetCapabilities' namespace='##targetNamespace'"
* @generated
*/
GetCapabilitiesType getGetCapabilities();
/**
* Sets the value of the '{@link net.opengis.ows.DocumentRoot#getGetCapabilities <em>Get Capabilities</em>}' containment reference.
* <!-- begin-user-doc -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -