public class AttachmentType extends Object
Java class for AttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schema.webpdf.de/1.0/extraction/info}document" minOccurs="0"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="number">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="size" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="folderId" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DocumentType |
documentType |
protected Integer |
folderId |
protected String |
mimeType |
protected String |
name |
protected Integer |
number |
protected String |
objectKey |
protected Integer |
page |
protected Double |
size |
| Constructor and Description |
|---|
AttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
DocumentType |
getDocumentType()
Gets the value of the documentType property.
|
int |
getFolderId()
Gets the value of the folderId property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getName()
Gets the value of the name property.
|
int |
getNumber()
Gets the value of the number property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
double |
getSize()
Gets the value of the size property.
|
boolean |
isSetDescription() |
boolean |
isSetDocumentType() |
boolean |
isSetFolderId() |
boolean |
isSetMimeType() |
boolean |
isSetName() |
boolean |
isSetNumber() |
boolean |
isSetObjectKey() |
boolean |
isSetPage() |
boolean |
isSetSize() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDocumentType(DocumentType value)
Sets the value of the documentType property.
|
void |
setFolderId(int value)
Sets the value of the folderId property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumber(int value)
Sets the value of the number property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setSize(double value)
Sets the value of the size property.
|
void |
unsetFolderId() |
void |
unsetNumber() |
void |
unsetPage() |
void |
unsetSize() |
protected DocumentType documentType
protected String objectKey
protected Integer number
protected Integer page
protected String name
protected Double size
protected String description
protected String mimeType
protected Integer folderId
public DocumentType getDocumentType()
DocumentTypepublic void setDocumentType(DocumentType value)
value - allowed object is
DocumentTypepublic boolean isSetDocumentType()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public int getNumber()
Integerpublic void setNumber(int value)
value - allowed object is
Integerpublic boolean isSetNumber()
public void unsetNumber()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public double getSize()
Doublepublic void setSize(double value)
value - allowed object is
Doublepublic boolean isSetSize()
public void unsetSize()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic boolean isSetMimeType()
public int getFolderId()
Integerpublic void setFolderId(int value)
value - allowed object is
Integerpublic boolean isSetFolderId()
public void unsetFolderId()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.