public class InformationType extends Object
Java class for InformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://schema.webpdf.de/1.0/extraction/info}DescriptionType"/>
<element name="pdfa" type="{http://schema.webpdf.de/1.0/extraction/info}PdfaType"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="fileSize" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}long">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="initialPage" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="pageLayout" type="{http://schema.webpdf.de/1.0/extraction/info}PageLayoutType" default="singlePage" />
<attribute name="magnification" type="{http://schema.webpdf.de/1.0/extraction/info}MagnificationType" default="fitVisible" />
<attribute name="magnificationZoom" default="100">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="initialView" type="{http://schema.webpdf.de/1.0/extraction/info}InitialViewType" default="none" />
<attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="portfolio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="pages">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="attachments" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="formType" type="{http://schema.webpdf.de/1.0/extraction/info}FormsFormatType" default="none" />
<attribute name="signatures" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="docMDP" type="{http://schema.webpdf.de/1.0/extraction/info}DocMdpType" default="none" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
attachments |
protected DescriptionType |
description |
protected DocMdpType |
docMDP |
protected Boolean |
encrypted |
protected Long |
fileSize |
protected FormsFormatType |
formType |
protected Integer |
initialPage |
protected InitialViewType |
initialView |
protected MagnificationType |
magnification |
protected Integer |
magnificationZoom |
protected String |
objectKey |
protected PageLayoutType |
pageLayout |
protected Integer |
pages |
protected PdfaType |
pdfa |
protected Boolean |
portfolio |
protected Integer |
signatures |
protected String |
version |
| Constructor and Description |
|---|
InformationType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAttachments()
Gets the value of the attachments property.
|
DescriptionType |
getDescription()
Gets the value of the description property.
|
DocMdpType |
getDocMDP()
Gets the value of the docMDP property.
|
long |
getFileSize()
Gets the value of the fileSize property.
|
FormsFormatType |
getFormType()
Gets the value of the formType property.
|
int |
getInitialPage()
Gets the value of the initialPage property.
|
InitialViewType |
getInitialView()
Gets the value of the initialView property.
|
MagnificationType |
getMagnification()
Gets the value of the magnification property.
|
int |
getMagnificationZoom()
Gets the value of the magnificationZoom property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
PageLayoutType |
getPageLayout()
Gets the value of the pageLayout property.
|
int |
getPages()
Gets the value of the pages property.
|
PdfaType |
getPdfa()
Gets the value of the pdfa property.
|
int |
getSignatures()
Gets the value of the signatures property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isEncrypted()
Gets the value of the encrypted property.
|
boolean |
isPortfolio()
Gets the value of the portfolio property.
|
boolean |
isSetAttachments() |
boolean |
isSetDescription() |
boolean |
isSetDocMDP() |
boolean |
isSetEncrypted() |
boolean |
isSetFileSize() |
boolean |
isSetFormType() |
boolean |
isSetInitialPage() |
boolean |
isSetInitialView() |
boolean |
isSetMagnification() |
boolean |
isSetMagnificationZoom() |
boolean |
isSetObjectKey() |
boolean |
isSetPageLayout() |
boolean |
isSetPages() |
boolean |
isSetPdfa() |
boolean |
isSetPortfolio() |
boolean |
isSetSignatures() |
boolean |
isSetVersion() |
void |
setAttachments(int value)
Sets the value of the attachments property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setDocMDP(DocMdpType value)
Sets the value of the docMDP property.
|
void |
setEncrypted(boolean value)
Sets the value of the encrypted property.
|
void |
setFileSize(long value)
Sets the value of the fileSize property.
|
void |
setFormType(FormsFormatType value)
Sets the value of the formType property.
|
void |
setInitialPage(int value)
Sets the value of the initialPage property.
|
void |
setInitialView(InitialViewType value)
Sets the value of the initialView property.
|
void |
setMagnification(MagnificationType value)
Sets the value of the magnification property.
|
void |
setMagnificationZoom(int value)
Sets the value of the magnificationZoom property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPageLayout(PageLayoutType value)
Sets the value of the pageLayout property.
|
void |
setPages(int value)
Sets the value of the pages property.
|
void |
setPdfa(PdfaType value)
Sets the value of the pdfa property.
|
void |
setPortfolio(boolean value)
Sets the value of the portfolio property.
|
void |
setSignatures(int value)
Sets the value of the signatures property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
unsetAttachments() |
void |
unsetEncrypted() |
void |
unsetFileSize() |
void |
unsetInitialPage() |
void |
unsetMagnificationZoom() |
void |
unsetPages() |
void |
unsetPortfolio() |
void |
unsetSignatures() |
protected DescriptionType description
protected PdfaType pdfa
protected String objectKey
protected String version
protected Long fileSize
protected Integer initialPage
protected PageLayoutType pageLayout
protected MagnificationType magnification
protected Integer magnificationZoom
protected InitialViewType initialView
protected Boolean encrypted
protected Boolean portfolio
protected Integer pages
protected Integer attachments
protected FormsFormatType formType
protected Integer signatures
protected DocMdpType docMDP
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic boolean isSetDescription()
public PdfaType getPdfa()
PdfaTypepublic void setPdfa(PdfaType value)
value - allowed object is
PdfaTypepublic boolean isSetPdfa()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
public long getFileSize()
Longpublic void setFileSize(long value)
value - allowed object is
Longpublic boolean isSetFileSize()
public void unsetFileSize()
public int getInitialPage()
Integerpublic void setInitialPage(int value)
value - allowed object is
Integerpublic boolean isSetInitialPage()
public void unsetInitialPage()
public PageLayoutType getPageLayout()
PageLayoutTypepublic void setPageLayout(PageLayoutType value)
value - allowed object is
PageLayoutTypepublic boolean isSetPageLayout()
public MagnificationType getMagnification()
MagnificationTypepublic void setMagnification(MagnificationType value)
value - allowed object is
MagnificationTypepublic boolean isSetMagnification()
public int getMagnificationZoom()
Integerpublic void setMagnificationZoom(int value)
value - allowed object is
Integerpublic boolean isSetMagnificationZoom()
public void unsetMagnificationZoom()
public InitialViewType getInitialView()
InitialViewTypepublic void setInitialView(InitialViewType value)
value - allowed object is
InitialViewTypepublic boolean isSetInitialView()
public boolean isEncrypted()
Booleanpublic void setEncrypted(boolean value)
value - allowed object is
Booleanpublic boolean isSetEncrypted()
public void unsetEncrypted()
public boolean isPortfolio()
Booleanpublic void setPortfolio(boolean value)
value - allowed object is
Booleanpublic boolean isSetPortfolio()
public void unsetPortfolio()
public int getPages()
Integerpublic void setPages(int value)
value - allowed object is
Integerpublic boolean isSetPages()
public void unsetPages()
public int getAttachments()
Integerpublic void setAttachments(int value)
value - allowed object is
Integerpublic boolean isSetAttachments()
public void unsetAttachments()
public FormsFormatType getFormType()
FormsFormatTypepublic void setFormType(FormsFormatType value)
value - allowed object is
FormsFormatTypepublic boolean isSetFormType()
public int getSignatures()
Integerpublic void setSignatures(int value)
value - allowed object is
Integerpublic boolean isSetSignatures()
public void unsetSignatures()
public DocMdpType getDocMDP()
DocMdpTypepublic void setDocMDP(DocMdpType value)
value - allowed object is
DocMdpTypepublic boolean isSetDocMDP()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.