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

public class ValueT extends TokenT implements Serializable
Defines a value that is the same for all languages.

Java class for Value_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Value_t">
   <complexContent>
     <extension base="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Token_t">
       <attribute name="format" use="required" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Format_t" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • format

      protected FormatT format
  • Constructor Details

    • ValueT

      public ValueT()
  • Method Details

    • getFormat

      public FormatT getFormat()
      Gets the value of the format property.
      Returns:
      possible object is FormatT
    • setFormat

      public void setFormat(FormatT value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is FormatT