java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.TokenT
org.bremersee.garmin.weblink.v1.model.ext.LiteralT
All Implemented Interfaces:
Serializable

public class LiteralT extends TokenT implements 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 Details

    • content

      protected String content
  • Constructor Details

    • LiteralT

      public LiteralT()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String