public class FileAttachmentType extends Object
Java class for FileAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileAttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="data" type="{http://schema.webpdf.de/1.0/operation}AttachmentFileDataType"/>
<element name="annotation" type="{http://schema.webpdf.de/1.0/operation}FileAnnotationType" minOccurs="0"/>
</all>
<attribute name="fileName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileAnnotationType |
annotation |
protected AttachmentFileDataType |
data |
protected String |
fileName |
| Constructor and Description |
|---|
FileAttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
FileAnnotationType |
getAnnotation()
Gets the value of the annotation property.
|
AttachmentFileDataType |
getData()
Gets the value of the data property.
|
String |
getFileName()
Gets the value of the fileName property.
|
boolean |
isSetAnnotation() |
boolean |
isSetData() |
boolean |
isSetFileName() |
void |
setAnnotation(FileAnnotationType value)
Sets the value of the annotation property.
|
void |
setData(AttachmentFileDataType value)
Sets the value of the data property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
protected AttachmentFileDataType data
protected FileAnnotationType annotation
protected String fileName
public AttachmentFileDataType getData()
AttachmentFileDataTypepublic void setData(AttachmentFileDataType value)
value - allowed object is
AttachmentFileDataTypepublic boolean isSetData()
public FileAnnotationType getAnnotation()
FileAnnotationTypepublic void setAnnotation(FileAnnotationType value)
value - allowed object is
FileAnnotationTypepublic boolean isSetAnnotation()
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic boolean isSetFileName()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.