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:
wmtsv_1Package.getTextPayloadType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormat()
Returns the value of the 'Format' attribute.String
getTextContent()
Returns the value of the 'Text Content' attribute.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setTextContent(String value)
Sets the value of the 'Text Content
' attribute.
-
-
-
Method Detail
-
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(String)
,wmtsv_1Package.getTextPayloadType_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
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(String)
,wmtsv_1Package.getTextPayloadType_TextContent()
-
setTextContent
void setTextContent(String value)
Sets the value of the 'Text Content
' attribute.- Parameters:
value
- the new value of the 'Text Content' attribute.- See Also:
getTextContent()
-
-