Package net.opengis.wmts.v_1
Interface TextPayloadType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
TextPayloadTypeImpl
public interface TextPayloadType
extends EObject
A representation of the model object 'Text Payload Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Format' attribute.Returns the value of the 'Text Content' attribute.voidSets the value of the 'Format' attribute.voidsetTextContent(String value) Sets the value of the 'Text Content' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFormat
String getFormat()Returns the value of the 'Format' attribute. MIMEType format of the TextContent- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format' attribute.- Parameters:
value- the new value of the 'Format' attribute.- See Also:
-
getTextContent
String getTextContent()Returns the value of the 'Text Content' attribute. Text string like HTML, XHTML, XML or TXT. HTML and TXT data has to be enclosed in a CDATA element to avoid XML parsing.- Returns:
- the value of the 'Text Content' attribute.
- See Also:
-
setTextContent
Sets the value of the 'Text Content' attribute.- Parameters:
value- the new value of the 'Text Content' attribute.- See Also:
-