java.lang.Object
com.tectonica.jonix.onix3.SupplyDate
- All Implemented Interfaces:
OnixComposite
,OnixComposite.OnixDataComposite<JonixSupplyDate>
,OnixComposite.OnixDataCompositeWithKey<JonixSupplyDate,
,SupplyDateRoles> OnixTag
,Serializable
public class SupplyDate
extends Object
implements OnixComposite.OnixDataCompositeWithKey<JonixSupplyDate,SupplyDateRoles>, Serializable
Supply date composite
An optional group of data elements which together specify a date associated with the supply status of the product, eg expected ship date. Repeatable in order to specify multiple dates.
Reference name | <SupplyDate> |
Short tag | <supplydate> |
Cardinality | 0…n |
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixComposite
OnixComposite.OnixDataComposite<V extends JonixStruct>, OnixComposite.OnixDataCompositeUncommon, OnixComposite.OnixDataCompositeWithKey<V extends JonixKeyedStruct<K>,
K extends Enum<K> & OnixCodelist>, OnixComposite.OnixSuperComposite -
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final SupplyDate
static final String
static final String
(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This is an internal API.asStruct()
date()
The date specified in the <SupplyDateRole> field.boolean
exists()
indicates whether this tag exists in the ONIX recordFor advanced use-cases only.void
ifExists
(Consumer<SupplyDate> action) An ONIX code indicating the significance of the date.
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
SupplyDate
public SupplyDate() -
SupplyDate
-
-
Method Details
-
_initialize
public void _initialize()Description copied from interface:OnixComposite
This is an internal API. Since Jonix 8.0, composite objects are being populated lazily. This method initiates the population process, and is invoked internally by the accessor APIs of the composites- Specified by:
_initialize
in interfaceOnixComposite
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
getXmlElement
Description copied from interface:OnixComposite
For advanced use-cases only.- Specified by:
getXmlElement
in interfaceOnixComposite
- Returns:
- native representation of the XML element underlying to this tag
-
supplyDateRole
An ONIX code indicating the significance of the date. Mandatory in each occurrence of the <SupplyDate> composite, and non-repeating.
JONIX adds: this field is required -
date
The date specified in the <SupplyDateRole> field. Mandatory in each occurrence of the <SupplyDate> composite, and non-repeating. <Date> may carry a dateformat attribute: if the attribute is missing, then the default format is YYYYMMDD.
JONIX adds: this field is required -
asStruct
- Specified by:
asStruct
in interfaceOnixComposite.OnixDataComposite<JonixSupplyDate>
-
structKey
- Specified by:
structKey
in interfaceOnixComposite.OnixDataCompositeWithKey<JonixSupplyDate,
SupplyDateRoles>
-