Class TokenCollectionT

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

public class TokenCollectionT extends Object implements Serializable
Builds link name or URL using Tokens.

Java class for TokenCollection_t complex type.

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


 <complexType name="TokenCollection_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="token" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}Token_t" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • TokenCollectionT

      public TokenCollectionT()
  • Method Details

    • getTokens

      public List<TokenT> getTokens()
      Gets the value of the tokens property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the tokens property.

      For example, to add a new item, do as follows:

          getTokens().add(newItem);
       

      Objects of the following type(s) are allowed in the list TokenT

      Returns:
      The value of the tokens property.