Module jonix.common

Class JonixCollectionIdentifier

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

public class JonixCollectionIdentifier extends Object implements JonixKeyedStruct<CollectionIdentifierTypes>, Serializable
This class is a JonixStruct that represents Onix3 <CollectionIdentifier>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixCollectionIdentifier EMPTY
    • collectionIDType

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

      public TitleElementLevels collectionElementLevel
    • idTypeName

      public String idTypeName
      Raw Format: Variable length text, suggested maximum 100 characters

      (type: dt.NonEmptyString)

    • idValue

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

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixCollectionIdentifier

      public JonixCollectionIdentifier()
  • Method Details