Package net.webpdf.wsclient.openapi
Class OperationZugferd
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationZugferd
-
public class OperationZugferd extends Object
This element can be optionally used to integrate a ZUGFeRD document. The document must at least be converted to PDF/A-3 format.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_XML_FILE
-
Constructor Summary
Constructors Constructor Description OperationZugferd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull OperationZugferdFileDatagetXmlFile()Get xmlFileinthashCode()voidsetXmlFile(OperationZugferdFileData xmlFile)StringtoString()OperationZugferdxmlFile(OperationZugferdFileData xmlFile)
-
-
-
Field Detail
-
JSON_PROPERTY_XML_FILE
public static final String JSON_PROPERTY_XML_FILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
xmlFile
public OperationZugferd xmlFile(OperationZugferdFileData xmlFile)
-
getXmlFile
@NotNull public @NotNull OperationZugferdFileData getXmlFile()
Get xmlFile- Returns:
- xmlFile
-
setXmlFile
public void setXmlFile(OperationZugferdFileData xmlFile)
-
-