Class OutputContent


  • public class OutputContent
    extends Object
    Definition: Content to display or print. -- Usage: This is a sequence of elements if they have different formats.

    Java class for OutputContent complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OutputContent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PredefinedContent" type="{}PredefinedContent" minOccurs="0"/>
             <element name="OutputText" type="{}OutputText" maxOccurs="unbounded" minOccurs="0"/>
             <element name="OutputXHTML" type="{}OutputXHTML" minOccurs="0"/>
             <element name="OutputBarcode" type="{}OutputBarcode" minOccurs="0"/>
           </sequence>
           <attribute name="OutputFormat" use="required" type="{}OutputFormatType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • predefinedContent

        protected PredefinedContent predefinedContent
        The Predefined content.
      • outputXHTML

        protected byte[] outputXHTML
        The Output xhtml.
      • outputBarcode

        protected OutputBarcode outputBarcode
        The Output barcode.
    • Constructor Detail

      • OutputContent

        public OutputContent()
    • Method Detail

      • setPredefinedContent

        public void setPredefinedContent​(PredefinedContent value)
        Sets the value of the predefinedContent property.
        Parameters:
        value - allowed object is PredefinedContent
      • getOutputText

        public List<OutputText> getOutputText()
        Gets the value of the outputText 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 JAXB object. This is why there is not a set method for the outputText property.

        For example, to add a new item, do as follows:

            getOutputText().add(newItem);
         

        Objects of the following type(s) are allowed in the list OutputText

        Returns:
        the output text
      • setOutputText

        public void setOutputText​(List<OutputText> outputText)
      • getOutputXHTML

        public byte[] getOutputXHTML()
        Gets the value of the outputXHTML property.
        Returns:
        possible object is byte[]
      • setOutputXHTML

        public void setOutputXHTML​(byte[] value)
        Sets the value of the outputXHTML property.
        Parameters:
        value - allowed object is byte[]
      • getOutputBarcode

        public OutputBarcode getOutputBarcode()
        Gets the value of the outputBarcode property.
        Returns:
        possible object is OutputBarcode
      • setOutputBarcode

        public void setOutputBarcode​(OutputBarcode value)
        Sets the value of the outputBarcode property.
        Parameters:
        value - allowed object is OutputBarcode
      • setOutputFormat

        public void setOutputFormat​(OutputFormatType value)
        Sets the value of the outputFormat property.
        Parameters:
        value - allowed object is OutputFormatType