Module jonix.onix3

Class ExpectedDate

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

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

Shipment expected date

The date on which a stock shipment is expected. Mandatory in each occurrence of the <OnOrderDetail> composite, 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 <ExpectedDate>
Short tag <j302>
Cardinality 1
Attributes dateformat
Example <ExpectedDate>20060227</ExpectedDate>

This tag may be included in the following composites:

Possible placements within ONIX message:

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 ExpectedDate. 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 ExpectedDate EMPTY
  • Constructor Details

    • ExpectedDate

      public ExpectedDate()
    • ExpectedDate

      public ExpectedDate(Element element)
  • Method Details