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 SummaryModifier 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 EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFormatString getFormat()Returns the value of the 'Format' attribute. MIMEType format of the TextContent- Returns:
- the value of the 'Format' attribute.
- See Also:
 
- 
setFormatSets the value of the 'Format' attribute.- Parameters:
- value- the new value of the 'Format' attribute.
- See Also:
 
- 
getTextContentString 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:
 
- 
setTextContentSets the value of the 'Text Content' attribute.- Parameters:
- value- the new value of the 'Text Content' attribute.
- See Also:
 
 
-