java.lang.Object
com.tectonica.jonix.onix2.ProductWebsiteLink
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Link to product website
A URL for a website carrying additional information related to the product, which is available to be viewed for promotional purposes. Mandatory in each occurrence of the <ProductWebsite> composite, and non-repeating.
| Format | Variable-length text, suggested maximum length 300 characters |
| Reference name | <ProductWebsiteLink> |
| Short tag | <f123> |
| Example | <f123>http://xyzbooks.com/newtitles/1234567890.htm</f123> |
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final ProductWebsiteLinkstatic final Stringstatic final StringThis is the raw content of ProductWebsiteLink. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadbooleanexists()indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<ProductWebsiteLink> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
This is the raw content of ProductWebsiteLink. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable-length text, suggested maximum length 300 characters
(type: NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
ProductWebsiteLink
public ProductWebsiteLink() -
ProductWebsiteLink
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-