public class OutputContentType extends Object
Java class for OutputContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PredefinedContent" type="{}PredefinedContentType" minOccurs="0"/>
<element name="OutputText" type="{}OutputTextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OutputXHTML" type="{}OutputXHTMLType" minOccurs="0"/>
<element name="OutputBarcode" type="{}OutputBarcodeType" minOccurs="0"/>
</sequence>
<attribute name="OutputFormat" use="required" type="{}OutputFormatTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OutputBarcodeType |
outputBarcode |
protected String |
outputFormat |
protected List<OutputTextType> |
outputText |
protected byte[] |
outputXHTML |
protected PredefinedContentType |
predefinedContent |
| Constructor and Description |
|---|
OutputContentType() |
| Modifier and Type | Method and Description |
|---|---|
OutputBarcodeType |
getOutputBarcode()
Gets the value of the outputBarcode property.
|
String |
getOutputFormat()
Gets the value of the outputFormat property.
|
List<OutputTextType> |
getOutputText()
Gets the value of the outputText property.
|
byte[] |
getOutputXHTML()
Gets the value of the outputXHTML property.
|
PredefinedContentType |
getPredefinedContent()
Gets the value of the predefinedContent property.
|
void |
setOutputBarcode(OutputBarcodeType value)
Sets the value of the outputBarcode property.
|
void |
setOutputFormat(String value)
Sets the value of the outputFormat property.
|
void |
setOutputXHTML(byte[] value)
Sets the value of the outputXHTML property.
|
void |
setPredefinedContent(PredefinedContentType value)
Sets the value of the predefinedContent property.
|
protected PredefinedContentType predefinedContent
protected List<OutputTextType> outputText
protected byte[] outputXHTML
protected OutputBarcodeType outputBarcode
protected String outputFormat
public PredefinedContentType getPredefinedContent()
PredefinedContentTypepublic void setPredefinedContent(PredefinedContentType value)
value - allowed object is
PredefinedContentTypepublic List<OutputTextType> 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
OutputTextType
public byte[] getOutputXHTML()
public void setOutputXHTML(byte[] value)
value - allowed object is
byte[]public OutputBarcodeType getOutputBarcode()
OutputBarcodeTypepublic void setOutputBarcode(OutputBarcodeType value)
value - allowed object is
OutputBarcodeTypepublic String getOutputFormat()
StringCopyright © 2018. All rights reserved.