Uses of Class
net.webpdf.wsclient.schema.extraction.info.DocumentType
-
Packages that use DocumentType Package Description net.webpdf.wsclient.schema.beans net.webpdf.wsclient.schema.extraction.info -
-
Uses of DocumentType in net.webpdf.wsclient.schema.beans
Methods in net.webpdf.wsclient.schema.beans that return DocumentType Modifier and Type Method Description @Nullable DocumentTypeDocumentFile. getMetadata()Return theDocumentTypemetadata of this document.Methods in net.webpdf.wsclient.schema.beans with parameters of type DocumentType Modifier and Type Method Description voidDocumentFile. setMetadata(@Nullable DocumentType metadata)Sets the metadata of this document. -
Uses of DocumentType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as DocumentType Modifier and Type Field Description protected DocumentTypeAttachmentType. documentType<?Methods in net.webpdf.wsclient.schema.extraction.info that return DocumentType Modifier and Type Method Description DocumentTypeObjectFactory. createDocumentType()Create an instance ofDocumentTypeDocumentTypeAttachmentType. getDocumentType()<?Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type DocumentType Modifier and Type Method Description voidAttachmentType. setDocumentType(DocumentType value)Sets the value of the documentType property.
-