java.lang.Object
com.tectonica.jonix.onix3.InsertPoint
- All Implemented Interfaces:
OnixComposite
,OnixComposite.OnixDataComposite<JonixInsertPoint>
,OnixComposite.OnixDataCompositeWithKey<JonixInsertPoint,
,InsertPointTypes> OnixTag
,Serializable
public class InsertPoint
extends Object
implements OnixComposite.OnixDataCompositeWithKey<JonixInsertPoint,InsertPointTypes>, Serializable
Insertion point composite
A group of data elements which together specify where within the body of the product the insert must be positioned. For a physical product, this is normally specified as a page number – either a physical printed page number or a ‘logical’ page number which counts all pages in the book block irrespective of any printed page numbers. For physical numbers, an insert may be placed immediately following an even numbered page or preceding an odd numbered page.
Reference name | <InsertPoint> |
Short tag | <insertpoint> |
Cardinality | 1 |
- Since:
- Onix-3.08
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixComposite
OnixComposite.OnixDataComposite<V extends JonixStruct>, OnixComposite.OnixDataCompositeUncommon, OnixComposite.OnixDataCompositeWithKey<V extends JonixKeyedStruct<K>,
K extends Enum<K> & OnixCodelist>, OnixComposite.OnixSuperComposite -
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final InsertPoint
static final String
static final String
(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This is an internal API.asStruct()
boolean
exists()
indicates whether this tag exists in the ONIX recordFor advanced use-cases only.void
ifExists
(Consumer<InsertPoint> action) An ONIX code specifying the format in which the insertion point is included in <InsertPointValue>.The point at which the insert must be positioned, in the format specified in <InsertPointType>.
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
EMPTY
-
-
Constructor Details
-
InsertPoint
public InsertPoint() -
InsertPoint
-
-
Method Details
-
_initialize
public void _initialize()Description copied from interface:OnixComposite
This is an internal API. Since Jonix 8.0, composite objects are being populated lazily. This method initiates the population process, and is invoked internally by the accessor APIs of the composites- Specified by:
_initialize
in interfaceOnixComposite
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
getXmlElement
Description copied from interface:OnixComposite
For advanced use-cases only.- Specified by:
getXmlElement
in interfaceOnixComposite
- Returns:
- native representation of the XML element underlying to this tag
-
insertPointType
An ONIX code specifying the format in which the insertion point is included in <InsertPointValue>.
JONIX adds: this field is required -
insertPointValue
The point at which the insert must be positioned, in the format specified in <InsertPointType>.
JONIX adds: this field is required -
asStruct
- Specified by:
asStruct
in interfaceOnixComposite.OnixDataComposite<JonixInsertPoint>
-
structKey
- Specified by:
structKey
in interfaceOnixComposite.OnixDataCompositeWithKey<JonixInsertPoint,
InsertPointTypes>
-