Module jonix.common

Class JonixPersonNameIdentifier

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

public class JonixPersonNameIdentifier extends Object implements JonixKeyedStruct<PersonNameIdentifierTypes>, Serializable
This class is a JonixStruct that represents Onix2 <PersonNameIdentifier>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixPersonNameIdentifier EMPTY
    • personNameIDType

      public PersonNameIdentifierTypes personNameIDType
      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

    • JonixPersonNameIdentifier

      public JonixPersonNameIdentifier()
  • Method Details