Class GFSEContentItem
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.gfse.GFSEContentItem
-
- All Implemented Interfaces:
Object,SEContentItem
- Direct Known Subclasses:
GFSEMarkedContent,GFSESimpleContentItem,GFSEUnmarkedContent
public class GFSEContentItem extends GenericModelObject implements SEContentItem
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_ITEMprotected GFOpMarkedContentparentMarkedContentOperatorprotected LongparentMCIDprotected StringparentsTagsprotected StringparentStructureTag-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSEContentItem(String objectType, String parentStructureTag, String parentsTags)GFSEContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtraContext()List<? extends Object>getLinkedObjects(String link)StringgetparentsTags()ampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)StringgetparentStandardTag()(if it is a part of the structure tree), null, if it is not a part of the structure treeStringgetparentStructureTag()null, if it is not a part of the structure tree-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
CONTENT_ITEM
public static final String CONTENT_ITEM
- See Also:
- Constant Field Values
-
parentMCID
protected Long parentMCID
-
parentMarkedContentOperator
protected GFOpMarkedContent parentMarkedContentOperator
-
parentStructureTag
protected String parentStructureTag
-
parentsTags
protected String parentsTags
-
-
Method Detail
-
getExtraContext
public String getExtraContext()
- Specified by:
getExtraContextin interfaceObject- Overrides:
getExtraContextin classGenericModelObject- Returns:
- extra context of the current object
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getparentsTags
public String getparentsTags()
Description copied from interface:SEContentItemampersand separated list of tags, associated with parents marked content sequences (first operand of the BMC/BDC operators)- Specified by:
getparentsTagsin interfaceSEContentItem
-
getparentStructureTag
public String getparentStructureTag()
Description copied from interface:SEContentItemnull, if it is not a part of the structure tree- Specified by:
getparentStructureTagin interfaceSEContentItem
-
getparentStandardTag
public String getparentStandardTag()
Description copied from interface:SEContentItem(if it is a part of the structure tree), null, if it is not a part of the structure tree- Specified by:
getparentStandardTagin interfaceSEContentItem
-
-