Package org.verapdf.model.xmplayer
Interface ExtensionSchemaValueType
- All Superinterfaces:
ExtensionSchemaObject,Object,XMPObject
- All Known Implementing Classes:
AXLExtensionSchemaValueType
Extension schema value type definition
-
Method Summary
Modifier and TypeMethodDescriptionnamespace prefix for the description typenamespace prefix for the fields list typetrue if type description (’pdfaType:description’ property) is of type Texttrue if type fields list (’pdfaType:field’ property) is of type Seqtrue if type namespace URI (’pdfaType:namespaceURI’ property) is of type URItrue if type preferred prefix (’pdfaType:prefix’ property) is of type Texttrue if type name (’pdfaType:type’ property) is of type Textnamespace prefix for the namespace URI typenamespace prefix for the prefix typenamespace prefix for the type typeMethods 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 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
-