Package org.verapdf.model.xmplayer
Interface ExtensionSchemaProperty
-
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
- All Known Implementing Classes:
AXLExtensionSchemaProperty
public interface ExtensionSchemaProperty extends ExtensionSchemaObject
Extension schema property definition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringgetcategory()category field valueStringgetcategoryPrefix()namespace prefix for the category propertyStringgetdescriptionPrefix()namespace prefix for the description propertyBooleangetisCategoryValidText()true if property category (’pdfaProperty:category’ property) is of type TextBooleangetisDescriptionValidText()true if property description (’pdfaProperty:description’ property) is of type TextBooleangetisNameValidText()true if property name (’pdfaProperty:name’ property) is of type TextBooleangetisValueTypeDefined()true if property value type (’pdfaProperty:valueType’ property) is definedBooleangetisValueTypeValidText()true if property value type (’pdfaProperty:valueType’ property) is of type TextStringgetnamePrefix()namespace prefix for the name propertyStringgetvalueTypePrefix()namespace prefix for the value type property-
Methods inherited from interface org.verapdf.model.xmplayer.ExtensionSchemaObject
getcontainsUndefinedFields, getundefinedFields
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-