java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.TokenT
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LiteralT, LocalizedLiteralT, LocalizedValueT, ValueT

public abstract class TokenT extends Object implements Serializable
May be of type Literal_t, LocalizedLiteral_t, Value_t or LocalizedValue_t

Java class for Token_t complex type.

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


 <complexType name="Token_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • TokenT

      public TokenT()