Package org.verapdf.model.impl.axl
Class AXLXMPMMHistoryResourceEvent
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.model.impl.axl.AXLXMPObject
-
- org.verapdf.model.impl.axl.AXLXMPMMHistoryResourceEvent
-
- All Implemented Interfaces:
Object,XMPMMHistoryResourceEvent,XMPObject
public class AXLXMPMMHistoryResourceEvent extends AXLXMPObject implements XMPMMHistoryResourceEvent
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringXMPMM_HISTORY_RESOURCE_EVENT_TYPEprotected com.adobe.xmp.impl.VeraPDFXMPNodexmpNode-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description AXLXMPMMHistoryResourceEvent(com.adobe.xmp.impl.VeraPDFXMPNode xmpNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringgetaction()action value from Resource Event structureStringgetparameters()parameters value from Resource Event structureStringgetwhen()when value from Resource Event structure-
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
-
XMPMM_HISTORY_RESOURCE_EVENT_TYPE
public static final String XMPMM_HISTORY_RESOURCE_EVENT_TYPE
- See Also:
- Constant Field Values
-
xmpNode
protected final com.adobe.xmp.impl.VeraPDFXMPNode xmpNode
-
-
Method Detail
-
getaction
public String getaction()
Description copied from interface:XMPMMHistoryResourceEventaction value from Resource Event structure- Specified by:
getactionin interfaceXMPMMHistoryResourceEvent
-
getparameters
public String getparameters()
Description copied from interface:XMPMMHistoryResourceEventparameters value from Resource Event structure- Specified by:
getparametersin interfaceXMPMMHistoryResourceEvent
-
getwhen
public String getwhen()
Description copied from interface:XMPMMHistoryResourceEventwhen value from Resource Event structure- Specified by:
getwhenin interfaceXMPMMHistoryResourceEvent
-
-