Package org.verapdf.model.xmplayer
Interface ExtensionSchemaValueType
-
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
- All Known Implementing Classes:
AXLExtensionSchemaValueType
public interface ExtensionSchemaValueType extends ExtensionSchemaObject
Extension schema value type definition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetdescriptionPrefix()namespace prefix for the description typeStringgetfieldPrefix()namespace prefix for the fields list typeBooleangetisDescriptionValidText()true if type description (’pdfaType:description’ property) is of type TextBooleangetisFieldValidSeq()true if type fields list (’pdfaType:field’ property) is of type SeqBooleangetisNamespaceURIValidURI()true if type namespace URI (’pdfaType:namespaceURI’ property) is of type URIBooleangetisPrefixValidText()true if type preferred prefix (’pdfaType:prefix’ property) is of type TextBooleangetisTypeValidText()true if type name (’pdfaType:type’ property) is of type TextStringgetnamespaceURIPrefix()namespace prefix for the namespace URI typeStringgetprefixPrefix()namespace prefix for the prefix typeStringgettypePrefix()namespace prefix for the type type-
Methods inherited from interface org.verapdf.model.xmplayer.ExtensionSchemaObject
getcontainsUndefinedFields
-
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 type description (’pdfaType:description’ property) is of type Text
-
getisFieldValidSeq
Boolean getisFieldValidSeq()
true if type fields list (’pdfaType:field’ property) is of type Seq
-
getisNamespaceURIValidURI
Boolean getisNamespaceURIValidURI()
true if type namespace URI (’pdfaType:namespaceURI’ property) is of type URI
-
getisPrefixValidText
Boolean getisPrefixValidText()
true if type preferred prefix (’pdfaType:prefix’ property) is of type Text
-
getisTypeValidText
Boolean getisTypeValidText()
true if type name (’pdfaType:type’ property) is of type Text
-
getdescriptionPrefix
String getdescriptionPrefix()
namespace prefix for the description type
-
getfieldPrefix
String getfieldPrefix()
namespace prefix for the fields list type
-
getnamespaceURIPrefix
String getnamespaceURIPrefix()
namespace prefix for the namespace URI type
-
getprefixPrefix
String getprefixPrefix()
namespace prefix for the prefix type
-
gettypePrefix
String gettypePrefix()
namespace prefix for the type type
-
-