Package org.verapdf.model.impl.axl
Class AXLPDFAIdentification
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.model.impl.axl.AXLXMPObject
-
- org.verapdf.model.impl.axl.AXLPDFAIdentification
-
- All Implemented Interfaces:
Object,PDFAIdentification,XMPObject
public class AXLPDFAIdentification extends AXLXMPObject implements PDFAIdentification
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringPDFA_IDENTIFICATION-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description AXLPDFAIdentification(com.adobe.xmp.impl.VeraPDFMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetamdPrefix()namespace prefix for the ‘amd’ property from PDF/A Identification schemaStringgetconformance()value of ‘conformance’ property from PDF/A Identification schemaStringgetconformancePrefix()namespace prefix for the ‘conformance’ property from PDF/A Identification schemaStringgetcorrPrefix()namespace prefix for the ‘corr’ property from PDF/A Identification schemaLonggetpart()value of ‘part’ property from PDF/A Identification schemaStringgetpartPrefix()namespace prefix for the ‘part’ property from PDF/A Identification schemaStringgetrev()string value of ‘rev’ property from PDF/A Identification schemaStringgetrevPrefix()namespace prefix for the ‘rev’ property from PDF/A 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
-
PDFA_IDENTIFICATION
public static final String PDFA_IDENTIFICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getpart
public Long getpart()
Description copied from interface:PDFAIdentificationvalue of ‘part’ property from PDF/A Identification schema- Specified by:
getpartin interfacePDFAIdentification
-
getconformance
public String getconformance()
Description copied from interface:PDFAIdentificationvalue of ‘conformance’ property from PDF/A Identification schema- Specified by:
getconformancein interfacePDFAIdentification
-
getpartPrefix
public String getpartPrefix()
Description copied from interface:PDFAIdentificationnamespace prefix for the ‘part’ property from PDF/A Identification schema- Specified by:
getpartPrefixin interfacePDFAIdentification
-
getconformancePrefix
public String getconformancePrefix()
Description copied from interface:PDFAIdentificationnamespace prefix for the ‘conformance’ property from PDF/A Identification schema- Specified by:
getconformancePrefixin interfacePDFAIdentification
-
getamdPrefix
public String getamdPrefix()
Description copied from interface:PDFAIdentificationnamespace prefix for the ‘amd’ property from PDF/A Identification schema- Specified by:
getamdPrefixin interfacePDFAIdentification
-
getcorrPrefix
public String getcorrPrefix()
Description copied from interface:PDFAIdentificationnamespace prefix for the ‘corr’ property from PDF/A Identification schema- Specified by:
getcorrPrefixin interfacePDFAIdentification
-
getrevPrefix
public String getrevPrefix()
Description copied from interface:PDFAIdentificationnamespace prefix for the ‘rev’ property from PDF/A Identification schema- Specified by:
getrevPrefixin interfacePDFAIdentification
-
getrev
public String getrev()
Description copied from interface:PDFAIdentificationstring value of ‘rev’ property from PDF/A Identification schema- Specified by:
getrevin interfacePDFAIdentification
-
-