Interface ExtensionSchemaProperty

All Superinterfaces:
ExtensionSchemaObject, Object, XMPObject
All Known Implementing Classes:
AXLExtensionSchemaProperty

public interface ExtensionSchemaProperty extends ExtensionSchemaObject
Extension schema property definition
  • Method Details

    • 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