- All Implemented Interfaces:
OnixComposite,OnixComposite.OnixDataComposite<JonixSalesOutletIdentifier>,OnixComposite.OnixDataCompositeWithKey<JonixSalesOutletIdentifier,,SalesOutletIdentifierTypes> OnixTag,Serializable
Sales outlet identifier composite
An optional group of data elements which together represent a coded identification of an organization, used here to identify a sales outlet. Repeatable in order to specify multiple identifiers for the same sales outlet.
| Reference name | <SalesOutletIdentifier> |
| Short tag | <salesoutletidentifier> |
| Cardinality | 0…n |
Product⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈CoverManifest⯈CoverResource⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈ProductionDetail⯈ProductionManifest⯈CoverManifest⯈CoverResource⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈ProductSupply⯈Market⯈SalesRestriction⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈PublishingDetail⯈SalesRights⯈SalesRestriction⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈InsertManifest⯈InsertResource⯈SalesOutlet⯈SalesOutletIdentifierProduct⯈ProductionDetail⯈ProductionManifest⯈InsertManifest⯈InsertResource⯈SalesOutlet⯈SalesOutletIdentifier
- Since:
- Onix-3.02
- 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 SalesOutletIdentifierstatic final Stringstatic final String(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is an internal API.asStruct()booleanexists()indicates whether this tag exists in the ONIX recordFor advanced use-cases only.A name which identifies a proprietary identifier scheme (ie a scheme which is not a standard and for which there is no individual ID type code).idValue()A code value taken from the scheme specified in the <SalesOutletIDType> element.voidifExists(Consumer<SalesOutletIdentifier> action) An ONIX code which identifies the scheme from which the value in the <IDValue> element is taken.
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
SalesOutletIdentifier
public SalesOutletIdentifier() -
SalesOutletIdentifier
-
-
Method Details
-
_initialize
public void _initialize()Description copied from interface:OnixCompositeThis 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:
_initializein interfaceOnixComposite
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-
getXmlElement
Description copied from interface:OnixCompositeFor advanced use-cases only.- Specified by:
getXmlElementin interfaceOnixComposite- Returns:
- native representation of the XML element underlying to this tag
-
salesOutletIDType
An ONIX code which identifies the scheme from which the value in the <IDValue> element is taken. Mandatory in each occurrence of the <SalesOutletIdentifier> composite, and non-repeating.
JONIX adds: this field is required -
idValue
A code value taken from the scheme specified in the <SalesOutletIDType> element. Mandatory in each occurrence of the <SalesOutletIdentifier> composite, and non-repeating.
JONIX adds: this field is required -
idTypeName
A name which identifies a proprietary identifier scheme (ie a scheme which is not a standard and for which there is no individual ID type code). Must be included when, and only when, the code in the <SalesOutletIDType> element indicates a proprietary scheme. Optional and non-repeating.
JONIX adds: this field is optional -
asStruct
- Specified by:
asStructin interfaceOnixComposite.OnixDataComposite<JonixSalesOutletIdentifier>
-
structKey
- Specified by:
structKeyin interfaceOnixComposite.OnixDataCompositeWithKey<JonixSalesOutletIdentifier,SalesOutletIdentifierTypes>
-