Class LiteralT
java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.TokenT
org.bremersee.garmin.weblink.v1.model.ext.LiteralT
- All Implemented Interfaces:
Serializable
Defines a constant literal.
Java class for Literal_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Literal_t">
<complexContent>
<extension base="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Token_t">
<attribute name="content" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.voidsetContent(String value) Sets the value of the content property.