Module jonix.onix3

Class SalesOutletName

java.lang.Object
com.tectonica.jonix.onix3.SalesOutletName
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class SalesOutletName extends Object implements OnixElement<String>, Serializable

Sales outlet name

The name of a wholesale or retail sales outlet to which a sales restriction is linked. Non-repeating.

Format Variable length text, suggested maximum length 200 characters
Reference name <SalesOutletName>
Short tag <b382>
Cardinality 0…1
Attributes language
Example <SalesOutletName>Marks &amp; Spencer</SalesOutletName> (note '&' is a reserved character in XML)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • language

      public Languages language
    • value

      public String value
      This is the raw content of SalesOutletName. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 200 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final SalesOutletName EMPTY
  • Constructor Details

    • SalesOutletName

      public SalesOutletName()
    • SalesOutletName

      public SalesOutletName(Element element)
  • Method Details