Class Weblink
java.lang.Object
org.bremersee.garmin.weblink.v1.model.ext.Weblink
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected Stringprotected Stringprotected TokenCollectionTprotected SupportedLanguagesTprotected Stringprotected TokenCollectionTprotected longprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationDate property.Gets the value of the creator property.Gets the value of the creatorUrl property.Gets the value of the displayName property.Gets the value of the supportedLanguages property.Gets the value of the updateLocation property.getUrl()Gets the value of the url property.longGets the value of the version property.Gets the value of the wlxNamespace property.voidSets the value of the creationDate property.voidsetCreator(String value) Sets the value of the creator property.voidsetCreatorUrl(String value) Sets the value of the creatorUrl property.voidsetDisplayName(TokenCollectionT value) Sets the value of the displayName property.voidSets the value of the supportedLanguages property.voidsetUpdateLocation(String value) Sets the value of the updateLocation property.voidsetUrl(TokenCollectionT value) Sets the value of the url property.voidsetVersion(long value) Sets the value of the version property.voidsetWlxNamespace(String value) Sets the value of the wlxNamespace property.
-
Field Details
-
displayName
-
wlxNamespace
-
version
protected long version -
creator
-
creatorUrl
-
creationDate
-
updateLocation
-
supportedLanguages
-
url
-
-
Constructor Details
-
Weblink
public Weblink()
-
-
Method Details
-
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
TokenCollectionT
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value- allowed object isTokenCollectionT
-
getWlxNamespace
Gets the value of the wlxNamespace property.- Returns:
- possible object is
String
-
setWlxNamespace
Sets the value of the wlxNamespace property.- Parameters:
value- allowed object isString
-
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
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
getCreatorUrl
Gets the value of the creatorUrl property.- Returns:
- possible object is
String
-
setCreatorUrl
Sets the value of the creatorUrl property.- Parameters:
value- allowed object isString
-
getCreationDate
Gets the value of the creationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationDate
Sets the value of the creationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getUpdateLocation
Gets the value of the updateLocation property.- Returns:
- possible object is
String
-
setUpdateLocation
Sets the value of the updateLocation property.- Parameters:
value- allowed object isString
-
getSupportedLanguages
Gets the value of the supportedLanguages property.- Returns:
- possible object is
SupportedLanguagesT
-
setSupportedLanguages
Sets the value of the supportedLanguages property.- Parameters:
value- allowed object isSupportedLanguagesT
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
TokenCollectionT
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isTokenCollectionT
-