Module jonix.common

Class JonixWorkIdentifier

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

public class JonixWorkIdentifier extends Object implements JonixKeyedStruct<WorkIdentifierTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <WorkIdentifier> and Onix3 <WorkIdentifier>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixWorkIdentifier EMPTY
    • workIDType

      public WorkIdentifierTypes workIDType
      the key of this struct (by which it can be looked up)
    • 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

    • JonixWorkIdentifier

      public JonixWorkIdentifier()
  • Method Details