Module jonix.onix3

Class SpecificationBundleNameValue

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

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

Bundle name value

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

Format Variable length text matching the format for the name type specified in <SpecificationBundleNameTypeName>, suggested maximum length 50 characters
Reference name <SpecificationBundleNameValue>
Short tag <x559>
Cardinality 1
Example <x559>Standard B16</x559>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
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
    • value

      public String value
      This is the raw content of SpecificationBundleNameValue. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text matching the format for the name type specified in <SpecificationBundleNameTypeName>, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final SpecificationBundleNameValue EMPTY
  • Constructor Details

    • SpecificationBundleNameValue

      public SpecificationBundleNameValue()
    • SpecificationBundleNameValue

      public SpecificationBundleNameValue(Element element)
  • Method Details