Package org.verapdf.model.xmplayer
Interface ExtensionSchemaField
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
- All Known Implementing Classes:
AXLExtensionSchemaField
Extension schema field definition
-
Method Summary
Modifier and TypeMethodDescriptionnamespace prefix for the description fieldtrue if field description (’pdfaField:description’ property) is of type Texttrue if field name (’pdfaField:name’ property) is of type Texttrue if field value type (’pdfaField:valueType’ property) is definedtrue if field value type (’pdfaField:valueType’ property) is of type Textnamespace prefix for the name fieldnamespace prefix for the value type fieldMethods 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
-
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
-