Module jonix.common

Class JonixContributorPlace

java.lang.Object
com.tectonica.jonix.common.struct.JonixContributorPlace
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixContributorPlace extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents Onix3 <ContributorPlace>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixContributorPlace EMPTY
    • contributorPlaceRelator

      public ContributorPlaceRelators contributorPlaceRelator
    • countryCode

      public Countrys countryCode
    • regionCode

      public Regions regionCode
    • locationNames

      public List<String> locationNames
      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixContributorPlace

      public JonixContributorPlace()