Class XRechnungResourcesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.XRechnungResourcesType
-
public class XRechnungResourcesType 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 a transformation and the resources and parameters needed for it. An XLST stylesheet must be used, which creates an HTML output. The specification of the element <code><visualization></code> is optional, because a default layout is stored on the server. The <code><visualization></code> element can contain one or more <code><file></code> entries, but must define at least one XLST stylesheet. </p>Java class for XRechnungResourcesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XRechnungResourcesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="file" type="{http://schema.webpdf.de/1.0/operation}XslTransformationFileType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<XslTransformationFileType>file
-
Constructor Summary
Constructors Constructor Description XRechnungResourcesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XslTransformationFileType>getFile()Gets the value of the file property.booleanisSetFile()voidunsetFile()
-
-
-
Field Detail
-
file
protected List<XslTransformationFileType> file
-
-
Method Detail
-
getFile
public List<XslTransformationFileType> getFile()
Gets the value of the file property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the file property.For example, to add a new item, do as follows:
getFile().add(newItem);Objects of the following type(s) are allowed in the list
XslTransformationFileType- Returns:
- The value of the file property.
-
isSetFile
public boolean isSetFile()
-
unsetFile
public void unsetFile()
-
-