Package org.verapdf.model.xmplayer
Interface ExtensionSchemaField
-
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
public interface ExtensionSchemaField extends ExtensionSchemaObject
Extension schema field definition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetdescriptionPrefix()namespace prefix for the description fieldBooleangetisDescriptionValidText()true if field description (’pdfaField:description’ property) is of type TextBooleangetisNameValidText()true if field name (’pdfaField:name’ property) is of type TextBooleangetisValueTypeDefined()true if field value type (’pdfaField:valueType’ property) is definedBooleangetisValueTypeValidText()true if field value type (’pdfaField:valueType’ property) is of type TextStringgetnamePrefix()namespace prefix for the name fieldStringgetvalueTypePrefix()namespace prefix for the value type field-
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
-
getisDescriptionValidText
Boolean getisDescriptionValidText()
true if field description (’pdfaField:description’ property) is of type Text
-
getisNameValidText
Boolean getisNameValidText()
true if field name (’pdfaField:name’ property) is of type Text
-
getisValueTypeValidText
Boolean getisValueTypeValidText()
true if field value type (’pdfaField:valueType’ property) is of type Text
-
getisValueTypeDefined
Boolean getisValueTypeDefined()
true if field value type (’pdfaField:valueType’ property) is defined
-
getdescriptionPrefix
String getdescriptionPrefix()
namespace prefix for the description field
-
getnamePrefix
String getnamePrefix()
namespace prefix for the name field
-
getvalueTypePrefix
String getvalueTypePrefix()
namespace prefix for the value type field
-
-