Uses of Class
org.apache.xmpbox.type.DateType
-
Packages that use DateType Package Description org.apache.xmpbox.schema org.apache.xmpbox.type -
-
Uses of DateType in org.apache.xmpbox.schema
Methods in org.apache.xmpbox.schema that return DateType Modifier and Type Method Description DateType
XMPBasicSchema. getCreateDateProperty()
Get the CreateDate propertyDateType
PhotoshopSchema. getDateCreatedProperty()
DateType
XMPSchema. getDateProperty(java.lang.String qualifiedName)
Get the Date property with its nameDateType
XMPBasicSchema. getMetadataDateProperty()
Get the MetadataDate propertyDateType
XMPBasicSchema. getModifierDateProperty()
DateType
XMPBasicSchema. getModifyDateProperty()
Get the ModifyDate propertyMethods in org.apache.xmpbox.schema with parameters of type DateType Modifier and Type Method Description void
XMPBasicSchema. setCreateDateProperty(DateType date)
Set the create date propertyvoid
PhotoshopSchema. setDateCreatedProperty(DateType text)
void
XMPSchema. setDateProperty(DateType date)
Set a new DatePropertyvoid
XMPBasicSchema. setMetadataDateProperty(DateType date)
Set the MetadataDate propertyvoid
XMPBasicSchema. setModifierDateProperty(DateType date)
void
XMPBasicSchema. setModifyDateProperty(DateType date)
Set the ModifyDate property -
Uses of DateType in org.apache.xmpbox.type
Methods in org.apache.xmpbox.type that return DateType Modifier and Type Method Description DateType
TypeMapping. createDate(java.lang.String namespaceURI, java.lang.String prefix, java.lang.String propertyName, java.util.Calendar value)
-