Module jonix.onix3

Class InsertPointValue

java.lang.Object
com.tectonica.jonix.onix3.InsertPointValue
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class InsertPointValue extends Object implements OnixElement<String>, Serializable

Insertion point value

The point at which the insert must be positioned, in the format specified in <InsertPointType>.

Format Dependent on the positioning specified in <InsertPointType>
Reference name <InsertPointValue>
Short tag <x575>
Cardinality 1
Example <x575>49</x575> (Before [logical or physical] page 49)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • value

      public String value
      This is the raw content of InsertPointValue. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Dependent on the positioning specified in <InsertPointType>

      (type: dt.NonEmptyString)

    • EMPTY

      public static final InsertPointValue EMPTY
  • Constructor Details

    • InsertPointValue

      public InsertPointValue()
    • InsertPointValue

      public InsertPointValue(Element element)
  • Method Details