Class XRechnungType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.XRechnungType
-
public class XRechnungType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="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 defines one "XRechnung" transformation and the resources and parameters necessary for it.</p>
Java class for XRechnungType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XRechnungType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="visualization" type="{http://schema.webpdf.de/1.0/operation}XRechnungResourcesType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XRechnungResourcesTypevisualization
-
Constructor Summary
Constructors Constructor Description XRechnungType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XRechnungResourcesTypegetVisualization()Gets the value of the visualization property.booleanisSetVisualization()voidsetVisualization(XRechnungResourcesType value)Sets the value of the visualization property.
-
-
-
Field Detail
-
visualization
protected XRechnungResourcesType visualization
-
-
Method Detail
-
getVisualization
public XRechnungResourcesType getVisualization()
Gets the value of the visualization property.- Returns:
- possible object is
XRechnungResourcesType
-
setVisualization
public void setVisualization(XRechnungResourcesType value)
Sets the value of the visualization property.- Parameters:
value- allowed object isXRechnungResourcesType
-
isSetVisualization
public boolean isSetVisualization()
-
-