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
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<String,SchemasDefinition> protected final Map<String,SchemasDefinition> static final Stringstatic final Stringprotected final PDFAFlavourprotected org.verapdf.xmp.impl.VeraPDFXMPNodeFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionAXLExtensionSchemasContainer(org.verapdf.xmp.impl.VeraPDFXMPNode xmpNode, Map<String, SchemasDefinition> containerForPDFA_1, Map<String, SchemasDefinition> containerForPDFA_2_3, PDFAFlavour flavour) -
Method Summary
Modifier and TypeMethodDescriptiontrue if extension schema container is of type BaggetLinkedObjects(String link) namespace prefix for the containerMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
EXTENSION_SCHEMAS_CONTAINER
- See Also:
-
EXTENSION_SCHEMA_DEFINITIONS
- See Also:
-
xmpNode
protected org.verapdf.xmp.impl.VeraPDFXMPNode xmpNode -
containerForPDFA_1
-
containerForPDFA_2_3
-
flavour
-
-
Constructor Details
-
AXLExtensionSchemasContainer
public AXLExtensionSchemasContainer(org.verapdf.xmp.impl.VeraPDFXMPNode xmpNode, Map<String, SchemasDefinition> containerForPDFA_1, Map<String, SchemasDefinition> containerForPDFA_2_3, PDFAFlavour flavour)
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- name of the link- Returns:
- List of all objects with link name
-
getisValidBag
Description copied from interface:ExtensionSchemasContainertrue if extension schema container is of type Bag- Specified by:
getisValidBagin interfaceExtensionSchemasContainer
-
getprefix
Description copied from interface:ExtensionSchemasContainernamespace prefix for the container- Specified by:
getprefixin interfaceExtensionSchemasContainer
-