Module jonix.common

Class JonixSpecificationBundleName

java.lang.Object
com.tectonica.jonix.common.struct.JonixSpecificationBundleName
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixSpecificationBundleName extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents Onix3 <SpecificationBundleName>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixSpecificationBundleName EMPTY
    • specificationBundleNameTypeName

      public String specificationBundleNameTypeName
      Raw Format: Variable length text, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

    • specificationBundleNameValue

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

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixSpecificationBundleName

      public JonixSpecificationBundleName()