Module jonix.common

Class JonixCollectionSequence

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

public class JonixCollectionSequence extends Object implements JonixKeyedStruct<CollectionSequenceTypes>, Serializable
This class is a JonixStruct that represents Onix3 <CollectionSequence>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixCollectionSequence EMPTY
    • collectionSequenceType

      public CollectionSequenceTypes collectionSequenceType
      the key of this struct (by which it can be looked up)
    • collectionSequenceTypeName

      public String collectionSequenceTypeName
      Raw Format: Variable length text, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

    • collectionSequenceNumber

      public String collectionSequenceNumber
      Raw Format: Variable length string of one or more positive integers or hyphens, each successive integer or hyphen being separated by a period character, suggested maximum length 50 characters

      (type: dt.MultiLevelNumberOrHyphen)

  • Constructor Details

    • JonixCollectionSequence

      public JonixCollectionSequence()
  • Method Details