Package org.apache.xmpbox.type
Class PDFATypeType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.PDFATypeType
-
public class PDFATypeType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DESCRIPTION
static java.lang.String
FIELD
static java.lang.String
NS_URI
static java.lang.String
PREFIX
static java.lang.String
TYPE
-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description PDFATypeType(XMPMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
ArrayProperty
getFields()
java.lang.String
getNamespaceURI()
java.lang.String
getPrefixValue()
java.lang.String
getType()
-
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
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
NS_URI
public static final java.lang.String NS_URI
- See Also:
- Constant Field Values
-
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
FIELD
public static final java.lang.String FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PDFATypeType
public PDFATypeType(XMPMetadata metadata)
-
-
Method Detail
-
getNamespaceURI
public java.lang.String getNamespaceURI()
-
getType
public java.lang.String getType()
-
getPrefixValue
public java.lang.String getPrefixValue()
-
getDescription
public java.lang.String getDescription()
-
getFields
public ArrayProperty getFields()
-
-