Module jonix.common

Class JonixTextItemIdentifier

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

public class JonixTextItemIdentifier extends Object implements JonixKeyedStruct<TextItemIdentifierTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <TextItemIdentifier> and Onix3 <TextItemIdentifier>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixTextItemIdentifier EMPTY
    • textItemIDType

      public TextItemIdentifierTypes textItemIDType
      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

    • JonixTextItemIdentifier

      public JonixTextItemIdentifier()
  • Method Details