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:
org.verapdf.model.baselayer.Object,org.verapdf.model.xmplayer.PDFAIdentification,org.verapdf.model.xmplayer.XMPObject
public class AXLPDFAIdentification extends AXLXMPObject implements org.verapdf.model.xmplayer.PDFAIdentification
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringPDFA_IDENTIFICATION
-
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()Stringgetconformance()StringgetconformancePrefix()StringgetcorrPrefix()Longgetpart()StringgetpartPrefix()Stringgetrev()StringgetrevPrefix()-
Methods inherited from class org.verapdf.model.GenericModelObject
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()
- Specified by:
getpartin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getconformance
public String getconformance()
- Specified by:
getconformancein interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getpartPrefix
public String getpartPrefix()
- Specified by:
getpartPrefixin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getconformancePrefix
public String getconformancePrefix()
- Specified by:
getconformancePrefixin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getamdPrefix
public String getamdPrefix()
- Specified by:
getamdPrefixin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getcorrPrefix
public String getcorrPrefix()
- Specified by:
getcorrPrefixin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getrevPrefix
public String getrevPrefix()
- Specified by:
getrevPrefixin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
getrev
public String getrev()
- Specified by:
getrevin interfaceorg.verapdf.model.xmplayer.PDFAIdentification
-
-