Package org.verapdf.model.impl.axl
Class AXLPDFUAIdentification
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.model.impl.axl.AXLXMPObject
-
- org.verapdf.model.impl.axl.AXLPDFUAIdentification
-
- All Implemented Interfaces:
Object,PDFUAIdentification,XMPObject
public class AXLPDFUAIdentification extends AXLXMPObject implements PDFUAIdentification
-
-
Field Summary
Fields Modifier and Type Field Description static StringPDFUA_IDENTIFICATION-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description AXLPDFUAIdentification(com.adobe.xmp.impl.VeraPDFMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longgetpart()value of ‘part’ property from PDF/UA Identification schema-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
PDFUA_IDENTIFICATION
public static final String PDFUA_IDENTIFICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getpart
public Long getpart()
Description copied from interface:PDFUAIdentificationvalue of ‘part’ property from PDF/UA Identification schema- Specified by:
getpartin interfacePDFUAIdentification
-
-