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

public class Weblink extends Object implements Serializable
WebLinkType

Java class for Weblink_t complex type.

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


 <complexType name="Weblink_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="displayName" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}TokenCollection_t"/>
         <element name="wlxNamespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="creatorUrl" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="updateLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="supportedLanguages" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}SupportedLanguages_t"/>
         <element name="url" type="{http://www.garmin.com/xmlschemas/WebLinkExtensions/v1}TokenCollection_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Weblink

      public Weblink()
  • Method Details

    • getDisplayName

      public TokenCollectionT getDisplayName()
      Gets the value of the displayName property.
      Returns:
      possible object is TokenCollectionT
    • setDisplayName

      public void setDisplayName(TokenCollectionT value)
      Sets the value of the displayName property.
      Parameters:
      value - allowed object is TokenCollectionT
    • getWlxNamespace

      public String getWlxNamespace()
      Gets the value of the wlxNamespace property.
      Returns:
      possible object is String
    • setWlxNamespace

      public void setWlxNamespace(String value)
      Sets the value of the wlxNamespace property.
      Parameters:
      value - allowed object is String
    • getVersion

      public long getVersion()
      Gets the value of the version property.
    • setVersion

      public void setVersion(long value)
      Sets the value of the version property.
    • getCreator

      public String getCreator()
      Gets the value of the creator property.
      Returns:
      possible object is String
    • setCreator

      public void setCreator(String value)
      Sets the value of the creator property.
      Parameters:
      value - allowed object is String
    • getCreatorUrl

      public String getCreatorUrl()
      Gets the value of the creatorUrl property.
      Returns:
      possible object is String
    • setCreatorUrl

      public void setCreatorUrl(String value)
      Sets the value of the creatorUrl property.
      Parameters:
      value - allowed object is String
    • getCreationDate

      public XMLGregorianCalendar getCreationDate()
      Gets the value of the creationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationDate

      public void setCreationDate(XMLGregorianCalendar value)
      Sets the value of the creationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUpdateLocation

      public String getUpdateLocation()
      Gets the value of the updateLocation property.
      Returns:
      possible object is String
    • setUpdateLocation

      public void setUpdateLocation(String value)
      Sets the value of the updateLocation property.
      Parameters:
      value - allowed object is String
    • getSupportedLanguages

      public SupportedLanguagesT getSupportedLanguages()
      Gets the value of the supportedLanguages property.
      Returns:
      possible object is SupportedLanguagesT
    • setSupportedLanguages

      public void setSupportedLanguages(SupportedLanguagesT value)
      Sets the value of the supportedLanguages property.
      Parameters:
      value - allowed object is SupportedLanguagesT
    • getUrl

      public TokenCollectionT getUrl()
      Gets the value of the url property.
      Returns:
      possible object is TokenCollectionT
    • setUrl

      public void setUrl(TokenCollectionT value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is TokenCollectionT