Module jonix.common

Class JonixReturnsConditions

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

public class JonixReturnsConditions extends Object implements JonixKeyedStruct<ReturnsConditionsCodeTypes>, Serializable
This class is a JonixStruct that represents Onix3 <ReturnsConditions>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixReturnsConditions EMPTY
    • returnsCodeType

      public ReturnsConditionsCodeTypes returnsCodeType
      the key of this struct (by which it can be looked up)
    • returnsCodeTypeName

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

      (type: dt.NonEmptyString)

    • returnsCode

      public String returnsCode
      Raw Format: According to the scheme specified in <ReturnsCodeType>

      (type: dt.NonEmptyString)

    • returnsNotes

      public List<String> returnsNotes
      Raw Format: Variable length text, suggested maximum length 200 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixReturnsConditions

      public JonixReturnsConditions()
  • Method Details