Package org.verapdf.model.impl.axl
Class AXLExtensionSchemasContainer
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.model.impl.axl.AXLXMPObject
-
- org.verapdf.model.impl.axl.AXLExtensionSchemasContainer
-
- All Implemented Interfaces:
Object,ExtensionSchemasContainer,XMPObject
public class AXLExtensionSchemasContainer extends AXLXMPObject implements ExtensionSchemasContainer
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,SchemasDefinition>containerForPDFA_1protected Map<String,SchemasDefinition>containerForPDFA_2_3static StringEXTENSION_SCHEMA_DEFINITIONSstatic StringEXTENSION_SCHEMAS_CONTAINERprotected PDFAFlavourflavourprotected com.adobe.xmp.impl.VeraPDFXMPNodexmpNode-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description AXLExtensionSchemasContainer(com.adobe.xmp.impl.VeraPDFXMPNode xmpNode, Map<String,SchemasDefinition> containerForPDFA_1, Map<String,SchemasDefinition> containerForPDFA_2_3, PDFAFlavour flavour)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetisValidBag()true if extension schema container is of type BagList<? extends Object>getLinkedObjects(String link)Stringgetprefix()namespace prefix for the container-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, 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, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
EXTENSION_SCHEMAS_CONTAINER
public static final String EXTENSION_SCHEMAS_CONTAINER
- See Also:
- Constant Field Values
-
EXTENSION_SCHEMA_DEFINITIONS
public static final String EXTENSION_SCHEMA_DEFINITIONS
- See Also:
- Constant Field Values
-
xmpNode
protected com.adobe.xmp.impl.VeraPDFXMPNode xmpNode
-
containerForPDFA_1
protected final Map<String,SchemasDefinition> containerForPDFA_1
-
containerForPDFA_2_3
protected final Map<String,SchemasDefinition> containerForPDFA_2_3
-
flavour
protected final PDFAFlavour flavour
-
-
Constructor Detail
-
AXLExtensionSchemasContainer
public AXLExtensionSchemasContainer(com.adobe.xmp.impl.VeraPDFXMPNode xmpNode, Map<String,SchemasDefinition> containerForPDFA_1, Map<String,SchemasDefinition> containerForPDFA_2_3, PDFAFlavour flavour)
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- name of the link- Returns:
- List of all objects with link name
-
getisValidBag
public Boolean getisValidBag()
Description copied from interface:ExtensionSchemasContainertrue if extension schema container is of type Bag- Specified by:
getisValidBagin interfaceExtensionSchemasContainer
-
getprefix
public String getprefix()
Description copied from interface:ExtensionSchemasContainernamespace prefix for the container- Specified by:
getprefixin interfaceExtensionSchemasContainer
-
-