| Package | Description |
|---|---|
| org.apache.xmpbox.schema | |
| org.apache.xmpbox.type |
| Modifier and Type | Method and Description |
|---|---|
DateType |
XMPBasicSchema.getCreateDateProperty()
Get the CreateDate property
|
DateType |
PhotoshopSchema.getDateCreatedProperty() |
DateType |
XMPSchema.getDateProperty(String qualifiedName)
Get the Date property with its name
|
DateType |
XMPBasicSchema.getMetadataDateProperty()
Get the MetadataDate property
|
DateType |
XMPBasicSchema.getModifierDateProperty() |
DateType |
XMPBasicSchema.getModifyDateProperty()
Get the ModifyDate property
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMPBasicSchema.setCreateDateProperty(DateType date)
Set the create date property
|
void |
PhotoshopSchema.setDateCreatedProperty(DateType text) |
void |
XMPSchema.setDateProperty(DateType date)
Set a new DateProperty
|
void |
XMPBasicSchema.setMetadataDateProperty(DateType date)
Set the MetadataDate property
|
void |
XMPBasicSchema.setModifierDateProperty(DateType date) |
void |
XMPBasicSchema.setModifyDateProperty(DateType date)
Set the ModifyDate property
|
| Modifier and Type | Method and Description |
|---|---|
DateType |
TypeMapping.createDate(String namespaceURI,
String prefix,
String propertyName,
Calendar value) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.