Package org.apache.xmpbox.type
Class PDFASchemaType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.PDFASchemaType
-
public class PDFASchemaType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAMESPACE_URI
static java.lang.String
PREFIX
static java.lang.String
PROPERTY
static java.lang.String
SCHEMA
static java.lang.String
VALUE_TYPE
-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description PDFASchemaType(XMPMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNamespaceURI()
java.lang.String
getPrefixValue()
ArrayProperty
getProperty()
ArrayProperty
getValueType()
-
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
-
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
-
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
-
-
-
Field Detail
-
SCHEMA
public static final java.lang.String SCHEMA
- See Also:
- Constant Field Values
-
NAMESPACE_URI
public static final java.lang.String NAMESPACE_URI
- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
PROPERTY
public static final java.lang.String PROPERTY
- See Also:
- Constant Field Values
-
VALUE_TYPE
public static final java.lang.String VALUE_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDFASchemaType
public PDFASchemaType(XMPMetadata metadata)
-
-
Method Detail
-
getNamespaceURI
public java.lang.String getNamespaceURI()
-
getPrefixValue
public java.lang.String getPrefixValue()
-
getProperty
public ArrayProperty getProperty()
-
getValueType
public ArrayProperty getValueType()
-
-