- All Implemented Interfaces:
OnixComposite
,OnixComposite.OnixSuperComposite
,OnixTag
,Serializable
New supplier composite
An optional group of data elements which together specify a new supply source to which orders are referred. Use only when the code in <ProductAvailability> indicates ‘no longer available from us, refer to new supplier’. Only one occurrence of the composite is permitted in this context.
Reference name | <NewSupplier> |
Short tag | <newsupplier> |
Cardinality | 0…1 |
- 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 NewSupplier
static final String
static final String
(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This is an internal API.An e‑mail address for a supply source from which the product may be ordered by a trade customer.boolean
exists()
indicates whether this tag exists in the ONIX recordA fax number of a supply source from which the product may be ordered by a trade customer.For advanced use-cases only.void
ifExists
(Consumer<NewSupplier> action) A group of data elements which together define the identity of a supplier in accordance with a specified scheme, and repeatable to allow different types of supplier identifier to be included without defining additional data elements.The name of a new supplier.A telephone number of a supply source from which the product may be ordered by a trade customer.websites()
An optional group of data elements which together identify and provide a pointer to a website which is related to the organization identified in an occurrence of the <NewSupplier> composite.
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
NewSupplier
public NewSupplier() -
NewSupplier
-
-
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
-
supplierIdentifiers
public ListOfOnixDataCompositeWithKey<SupplierIdentifier,JonixSupplierIdentifier, supplierIdentifiers()SupplierIdentifierTypes> A group of data elements which together define the identity of a supplier in accordance with a specified scheme, and repeatable to allow different types of supplier identifier to be included without defining additional data elements. Optional, but each occurrence of the <NewSupplier> composite must carry either at least one supplier identifier, or a <SupplierName>, or both.
JONIX adds: this list is required to contain at least one item -
supplierName
The name of a new supplier. Optional and non-repeating; required if no supplier identifier is sent in an occurrence of the <NewSupplier> composite.
JONIX adds: this field is optional -
telephoneNumbers
A telephone number of a supply source from which the product may be ordered by a trade customer. Optional and repeatable.
JONIX adds: this list may be empty -
faxNumbers
A fax number of a supply source from which the product may be ordered by a trade customer. Optional and repeatable.
JONIX adds: this list may be empty -
emailAddresss
An e‑mail address for a supply source from which the product may be ordered by a trade customer. Optional and repeatable.
JONIX adds: this list may be empty -
websites
An optional group of data elements which together identify and provide a pointer to a website which is related to the organization identified in an occurrence of the <NewSupplier> composite. Repeatable in order to provide links to multiple websites.
JONIX adds: this list may be empty
-