public class DocumentType extends Object
Java class for document element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="document">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="information" type="{http://schema.webpdf.de/1.0/extraction/info}InformationType"/>
<element name="security" type="{http://schema.webpdf.de/1.0/extraction/info}SecurityType"/>
<element name="attachments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{http://schema.webpdf.de/1.0/extraction/info}AttachmentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pages" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="page" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/extraction/info}PageType">
<sequence>
<element name="boxes" type="{http://schema.webpdf.de/1.0/extraction/info}BoxesType"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="form" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://schema.webpdf.de/1.0/extraction/info}FieldType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="formType" type="{http://schema.webpdf.de/1.0/extraction/info}FormsFormatType" default="none" />
<attribute name="defaultAppearance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="needAppearances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="annotations" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="annotation" type="{http://schema.webpdf.de/1.0/extraction/info}AnnotationType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="signatures" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="signature" type="{http://schema.webpdf.de/1.0/extraction/info}SignatureType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="backgrounds" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="background" type="{http://schema.webpdf.de/1.0/extraction/info}BackgroundContentType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="headersFooters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="headerFooter" type="{http://schema.webpdf.de/1.0/extraction/info}HeaderFooterType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="transitions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="transition" type="{http://schema.webpdf.de/1.0/extraction/info}TransitionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="images" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="image" type="{http://schema.webpdf.de/1.0/extraction/info}ImageType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="folders" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="folder" type="{http://schema.webpdf.de/1.0/extraction/info}FolderType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentType.Annotations
Java class for anonymous complex type.
|
static class |
DocumentType.Attachments
Java class for anonymous complex type.
|
static class |
DocumentType.Backgrounds
Java class for anonymous complex type.
|
static class |
DocumentType.Folders
Java class for anonymous complex type.
|
static class |
DocumentType.Form
Java class for anonymous complex type.
|
static class |
DocumentType.HeadersFooters
Java class for anonymous complex type.
|
static class |
DocumentType.Images
Java class for anonymous complex type.
|
static class |
DocumentType.Pages
Java class for anonymous complex type.
|
static class |
DocumentType.Signatures
Java class for anonymous complex type.
|
static class |
DocumentType.Transitions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocumentType.Annotations |
annotations |
protected DocumentType.Attachments |
attachments |
protected DocumentType.Backgrounds |
backgrounds |
protected DocumentType.Folders |
folders |
protected DocumentType.Form |
form |
protected DocumentType.HeadersFooters |
headersFooters |
protected DocumentType.Images |
images |
protected InformationType |
information |
protected DocumentType.Pages |
pages |
protected SecurityType |
security |
protected DocumentType.Signatures |
signatures |
protected DocumentType.Transitions |
transitions |
| Constructor and Description |
|---|
DocumentType() |
| Modifier and Type | Method and Description |
|---|---|
DocumentType.Annotations |
getAnnotations()
Gets the value of the annotations property.
|
DocumentType.Attachments |
getAttachments()
Gets the value of the attachments property.
|
DocumentType.Backgrounds |
getBackgrounds()
Gets the value of the backgrounds property.
|
DocumentType.Folders |
getFolders()
Gets the value of the folders property.
|
DocumentType.Form |
getForm()
Gets the value of the form property.
|
DocumentType.HeadersFooters |
getHeadersFooters()
Gets the value of the headersFooters property.
|
DocumentType.Images |
getImages()
Gets the value of the images property.
|
InformationType |
getInformation()
Gets the value of the information property.
|
DocumentType.Pages |
getPages()
Gets the value of the pages property.
|
SecurityType |
getSecurity()
Gets the value of the security property.
|
DocumentType.Signatures |
getSignatures()
Gets the value of the signatures property.
|
DocumentType.Transitions |
getTransitions()
Gets the value of the transitions property.
|
boolean |
isSetAnnotations() |
boolean |
isSetAttachments() |
boolean |
isSetBackgrounds() |
boolean |
isSetFolders() |
boolean |
isSetForm() |
boolean |
isSetHeadersFooters() |
boolean |
isSetImages() |
boolean |
isSetInformation() |
boolean |
isSetPages() |
boolean |
isSetSecurity() |
boolean |
isSetSignatures() |
boolean |
isSetTransitions() |
void |
setAnnotations(DocumentType.Annotations value)
Sets the value of the annotations property.
|
void |
setAttachments(DocumentType.Attachments value)
Sets the value of the attachments property.
|
void |
setBackgrounds(DocumentType.Backgrounds value)
Sets the value of the backgrounds property.
|
void |
setFolders(DocumentType.Folders value)
Sets the value of the folders property.
|
void |
setForm(DocumentType.Form value)
Sets the value of the form property.
|
void |
setHeadersFooters(DocumentType.HeadersFooters value)
Sets the value of the headersFooters property.
|
void |
setImages(DocumentType.Images value)
Sets the value of the images property.
|
void |
setInformation(InformationType value)
Sets the value of the information property.
|
void |
setPages(DocumentType.Pages value)
Sets the value of the pages property.
|
void |
setSecurity(SecurityType value)
Sets the value of the security property.
|
void |
setSignatures(DocumentType.Signatures value)
Sets the value of the signatures property.
|
void |
setTransitions(DocumentType.Transitions value)
Sets the value of the transitions property.
|
protected InformationType information
protected SecurityType security
protected DocumentType.Attachments attachments
protected DocumentType.Pages pages
protected DocumentType.Form form
protected DocumentType.Annotations annotations
protected DocumentType.Signatures signatures
protected DocumentType.Backgrounds backgrounds
protected DocumentType.HeadersFooters headersFooters
protected DocumentType.Transitions transitions
protected DocumentType.Images images
protected DocumentType.Folders folders
public InformationType getInformation()
InformationTypepublic void setInformation(InformationType value)
value - allowed object is
InformationTypepublic boolean isSetInformation()
public SecurityType getSecurity()
SecurityTypepublic void setSecurity(SecurityType value)
value - allowed object is
SecurityTypepublic boolean isSetSecurity()
public DocumentType.Attachments getAttachments()
DocumentType.Attachmentspublic void setAttachments(DocumentType.Attachments value)
value - allowed object is
DocumentType.Attachmentspublic boolean isSetAttachments()
public DocumentType.Pages getPages()
DocumentType.Pagespublic void setPages(DocumentType.Pages value)
value - allowed object is
DocumentType.Pagespublic boolean isSetPages()
public DocumentType.Form getForm()
DocumentType.Formpublic void setForm(DocumentType.Form value)
value - allowed object is
DocumentType.Formpublic boolean isSetForm()
public DocumentType.Annotations getAnnotations()
DocumentType.Annotationspublic void setAnnotations(DocumentType.Annotations value)
value - allowed object is
DocumentType.Annotationspublic boolean isSetAnnotations()
public DocumentType.Signatures getSignatures()
DocumentType.Signaturespublic void setSignatures(DocumentType.Signatures value)
value - allowed object is
DocumentType.Signaturespublic boolean isSetSignatures()
public DocumentType.Backgrounds getBackgrounds()
DocumentType.Backgroundspublic void setBackgrounds(DocumentType.Backgrounds value)
value - allowed object is
DocumentType.Backgroundspublic boolean isSetBackgrounds()
public DocumentType.HeadersFooters getHeadersFooters()
DocumentType.HeadersFooterspublic void setHeadersFooters(DocumentType.HeadersFooters value)
value - allowed object is
DocumentType.HeadersFooterspublic boolean isSetHeadersFooters()
public DocumentType.Transitions getTransitions()
DocumentType.Transitionspublic void setTransitions(DocumentType.Transitions value)
value - allowed object is
DocumentType.Transitionspublic boolean isSetTransitions()
public DocumentType.Images getImages()
DocumentType.Imagespublic void setImages(DocumentType.Images value)
value - allowed object is
DocumentType.Imagespublic boolean isSetImages()
public DocumentType.Folders getFolders()
DocumentType.Folderspublic void setFolders(DocumentType.Folders value)
value - allowed object is
DocumentType.Folderspublic boolean isSetFolders()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.