Class 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>&lt;visualization&gt;</code> is optional, because a default layout is stored on the server. The <code>&lt;visualization&gt;</code> element can contain one or more <code>&lt;file&gt;</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>
     
    • Constructor Detail

      • XRechnungResourcesType

        public XRechnungResourcesType()
    • 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 set method 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()