Module jonix.common

Class JonixComplexity

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

public class JonixComplexity extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents both Onix2 <Complexity> and Onix3 <Complexity>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixComplexity EMPTY
    • complexityCode

      public String complexityCode
      Raw Format: Variable length alphanumeric, suggested maximum length 20 characters, according to the code type specified in the <ComplexitySchemeIdentifier> element

      (type: dt.NonEmptyString)

    • complexitySchemeIdentifier

      public ComplexitySchemeIdentifiers complexitySchemeIdentifier
  • Constructor Details

    • JonixComplexity

      public JonixComplexity()