Package org.verapdf.model.xmplayer
Interface ExtensionSchemaProperty
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
- All Known Implementing Classes:
AXLExtensionSchemaProperty
Extension schema property definition
-
Method Summary
Modifier and TypeMethodDescriptioncategory field valuenamespace prefix for the category propertynamespace prefix for the description propertytrue if property category (’pdfaProperty:category’ property) is of type Texttrue if property description (’pdfaProperty:description’ property) is of type Texttrue if property name (’pdfaProperty:name’ property) is of type Texttrue if property value type (’pdfaProperty:valueType’ property) is definedtrue if property value type (’pdfaProperty:valueType’ property) is of type Textnamespace prefix for the name propertynamespace prefix for the value type propertyMethods inherited from interface org.verapdf.model.xmplayer.ExtensionSchemaObject
getcontainsUndefinedFields, getundefinedFieldsMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getcategory
String getcategory()category field value -
getisCategoryValidText
Boolean getisCategoryValidText()true if property category (’pdfaProperty:category’ property) is of type Text -
getisDescriptionValidText
Boolean getisDescriptionValidText()true if property description (’pdfaProperty:description’ property) is of type Text -
getisNameValidText
Boolean getisNameValidText()true if property name (’pdfaProperty:name’ property) is of type Text -
getisValueTypeValidText
Boolean getisValueTypeValidText()true if property value type (’pdfaProperty:valueType’ property) is of type Text -
getisValueTypeDefined
Boolean getisValueTypeDefined()true if property value type (’pdfaProperty:valueType’ property) is defined -
getcategoryPrefix
String getcategoryPrefix()namespace prefix for the category property -
getdescriptionPrefix
String getdescriptionPrefix()namespace prefix for the description property -
getnamePrefix
String getnamePrefix()namespace prefix for the name property -
getvalueTypePrefix
String getvalueTypePrefix()namespace prefix for the value type property
-