Module jonix.onix3

Class EndDate

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

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

End date

The date until which a sales restriction is effective. Optional and non-repeating.

Format As specified by the value in the dateformat attribute, or the default of YYYYMMDD if the attribute is missing
Reference name <EndDate>
Short tag <b325>
Cardinality 0…1
Attributes dateformat
Example <b325 dateformat="00">20090930</b325>

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
    • dateformat

      public DateFormats dateformat
    • value

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

      Raw Format: As specified by the value in the dateformat attribute, or the default of YYYYMMDD if the attribute is missing

      (type: dt.NonEmptyString)

    • EMPTY

      public static final EndDate EMPTY
  • Constructor Details

    • EndDate

      public EndDate()
    • EndDate

      public EndDate(Element element)
  • Method Details