Package net.opengis.wmts.v_1
Interface TextPayloadType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TextPayloadTypeImpl
 
 public interface TextPayloadType extends EObjectA representation of the model object 'Text Payload Type'.The following features are supported: - See Also:
- wmtsv_1Package.getTextPayloadType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Returns the value of the 'Format' attribute.StringgetTextContent()Returns the value of the 'Text Content' attribute.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetTextContent(String value)Sets the value of the 'Text Content' attribute.
 
- 
- 
- 
Method Detail- 
getFormatString getFormat() Returns the value of the 'Format' attribute. MIMEType format of the TextContent- Returns:
- the value of the 'Format' attribute.
- See Also:
- setFormat(String),- wmtsv_1Package.getTextPayloadType_Format()
 
 - 
setFormatvoid setFormat(String value) Sets the value of the 'Format' attribute.- Parameters:
- value- the new value of the 'Format' attribute.
- See Also:
- getFormat()
 
 - 
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:
- setTextContent(String),- wmtsv_1Package.getTextPayloadType_TextContent()
 
 - 
setTextContentvoid setTextContent(String value) Sets the value of the 'Text Content' attribute.- Parameters:
- value- the new value of the 'Text Content' attribute.
- See Also:
- getTextContent()
 
 
- 
 
-