public class OutputContent extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected OutputBarcode |
outputBarcode
The Output barcode.
|
protected OutputFormatType |
outputFormat
The Output format.
|
protected List<OutputText> |
outputText
The Output text.
|
protected byte[] |
outputXHTML
The Output xhtml.
|
protected PredefinedContent |
predefinedContent
The Predefined content.
|
| Constructor and Description |
|---|
OutputContent() |
| Modifier and Type | Method and Description |
|---|---|
OutputBarcode |
getOutputBarcode()
Gets the value of the outputBarcode property.
|
OutputFormatType |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<OutputText> |
getOutputText()
Gets the value of the outputText property.
|
byte[] |
getOutputXHTML()
Gets the value of the outputXHTML property.
|
PredefinedContent |
getPredefinedContent()
Gets the value of the predefinedContent property.
|
void |
setOutputBarcode(OutputBarcode value)
Sets the value of the outputBarcode property.
|
void |
setOutputFormat(OutputFormatType value)
Sets the value of the outputFormat property.
|
void |
setOutputXHTML(byte[] value)
Sets the value of the outputXHTML property.
|
void |
setPredefinedContent(PredefinedContent value)
Sets the value of the predefinedContent property.
|
protected PredefinedContent predefinedContent
protected List<OutputText> outputText
protected byte[] outputXHTML
protected OutputBarcode outputBarcode
protected OutputFormatType outputFormat
public PredefinedContent getPredefinedContent()
PredefinedContentpublic void setPredefinedContent(PredefinedContent value)
value - allowed object is PredefinedContentpublic List<OutputText> getOutputText()
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
public byte[] getOutputXHTML()
public void setOutputXHTML(byte[] value)
value - allowed object is byte[]public OutputBarcode getOutputBarcode()
OutputBarcodepublic void setOutputBarcode(OutputBarcode value)
value - allowed object is OutputBarcodepublic OutputFormatType getOutputFormat()
OutputFormatTypepublic void setOutputFormat(OutputFormatType value)
value - allowed object is OutputFormatTypeCopyright © 2022. All rights reserved.