Module jonix.common

Class JonixSeriesIdentifier

java.lang.Object
com.tectonica.jonix.common.struct.JonixSeriesIdentifier
All Implemented Interfaces:
JonixKeyedStruct<CollectionIdentifierTypes>, JonixStruct, Serializable

public class JonixSeriesIdentifier extends Object implements JonixKeyedStruct<CollectionIdentifierTypes>, Serializable
This class is a JonixStruct that represents Onix2 <SeriesIdentifier>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixSeriesIdentifier EMPTY
    • seriesIDType

      public CollectionIdentifierTypes seriesIDType
      the key of this struct (by which it can be looked up)
    • idTypeName

      public String idTypeName
      Raw Format: Free text, suggested maximum length 50 characters

      (type: NonEmptyString)

    • idValue

      public String idValue
      Raw Format: According to the identifier type specified in <ProductIDType>

      (type: NonEmptyString)

  • Constructor Details

    • JonixSeriesIdentifier

      public JonixSeriesIdentifier()
  • Method Details