Class ZugferdType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ZugferdType
-
public class ZugferdType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120962_="https://jakarta.ee/xml/ns/jaxb" xmlns:p964117_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">This element can be optionally used to integrate a ZUGFeRD document. The document must at least be converted to PDF/A-3 format.</p>
Java class for ZugferdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZugferdType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="xmlFile" type="{http://schema.webpdf.de/1.0/operation}ZugferdFileDataType"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ZugferdFileDataTypexmlFile
-
Constructor Summary
Constructors Constructor Description ZugferdType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZugferdFileDataTypegetXmlFile()Gets the value of the xmlFile property.booleanisSetXmlFile()voidsetXmlFile(ZugferdFileDataType value)Sets the value of the xmlFile property.
-
-
-
Field Detail
-
xmlFile
protected ZugferdFileDataType xmlFile
-
-
Method Detail
-
getXmlFile
public ZugferdFileDataType getXmlFile()
Gets the value of the xmlFile property.- Returns:
- possible object is
ZugferdFileDataType
-
setXmlFile
public void setXmlFile(ZugferdFileDataType value)
Sets the value of the xmlFile property.- Parameters:
value- allowed object isZugferdFileDataType
-
isSetXmlFile
public boolean isSetXmlFile()
-
-