public class DateType extends AbstractSimpleProperty
Constructor and Description |
---|
DateType(XMPMetadata metadata,
String namespaceURI,
String prefix,
String propertyName,
Object value)
Property Date type constructor (namespaceURI is given)
|
Modifier and Type | Method and Description |
---|---|
String |
getStringValue()
Return the property value
|
Calendar |
getValue()
return the property value
|
void |
setValue(Object value)
Set value of this property
|
getNamespace, getPrefix, getRawValue, toString
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public DateType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value)
metadata
- The metadata to attach to this propertynamespaceURI
- the namespace URI to associate to this propertyprefix
- The prefix to set for this propertypropertyName
- The local Name of this propertyvalue
- The value to set for this propertypublic Calendar getValue()
getValue
in class AbstractSimpleProperty
public void setValue(Object value)
setValue
in class AbstractSimpleProperty
value
- The value to setpublic String getStringValue()
AbstractSimpleProperty
getStringValue
in class AbstractSimpleProperty
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.