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 InsertPointstatic final Stringstatic final String(type: dt.NonEmptyString) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis is an internal API.asStruct()booleanexists()indicates whether this tag exists in the ONIX recordFor advanced use-cases only.voidifExists(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:OnixCompositeThis 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:
_initializein interfaceOnixComposite
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-
getXmlElement
Description copied from interface:OnixCompositeFor advanced use-cases only.- Specified by:
getXmlElementin 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:
asStructin interfaceOnixComposite.OnixDataComposite<JonixInsertPoint>
-
structKey
- Specified by:
structKeyin interfaceOnixComposite.OnixDataCompositeWithKey<JonixInsertPoint,InsertPointTypes>
-