Module jonix.onix3

Class SpecificationBundleName

java.lang.Object
com.tectonica.jonix.onix3.SpecificationBundleName
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixDataComposite<JonixSpecificationBundleName>, OnixTag, Serializable

public class SpecificationBundleName extends Object implements OnixComposite.OnixDataComposite<JonixSpecificationBundleName>, Serializable

Specification bundle name composite

A group of data elements that together identify a named ‘bundle’ of detailed technical specifications necessary for creation of the body of the final Product or Product part. Bundle names are inevitably proprietary, so both a Name type name and the Name value must be included.

Reference name <SpecificationBundleName>
Short tag <specificationbundlename>
Cardinality 0…n

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • SpecificationBundleName

      public SpecificationBundleName()
    • SpecificationBundleName

      public SpecificationBundleName(Element element)
  • 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 interface OnixComposite
    • exists

      public boolean exists()
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<SpecificationBundleName> or <specificationbundlename>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<SpecificationBundleName> action)
    • getXmlElement

      public Element getXmlElement()
      Description copied from interface: OnixComposite
      For advanced use-cases only.
      Specified by:
      getXmlElement in interface OnixComposite
      Returns:
      native representation of the XML element underlying to this tag
    • specificationBundleNameTypeName

      public SpecificationBundleNameTypeName specificationBundleNameTypeName()

      A name which identifies a particular proprietary naming scheme. Must be included to indicate the proprietary naming scheme from which the <SpecificationBundleNameValue> is taken. Mandatory and non-repeating.

      Jonix-Comment: this field is required
    • specificationBundleNameValue

      public SpecificationBundleNameValue specificationBundleNameValue()

      The proprietary name of a ‘bundle’ of technical specifications, taken from the naming scheme in <SpecificationBundleNameTypeName>.

      Jonix-Comment: this field is required
    • asStruct

      public JonixSpecificationBundleName asStruct()
      Specified by:
      asStruct in interface OnixComposite.OnixDataComposite<JonixSpecificationBundleName>