public class Preview extends Object
Java class for preview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="preview">
<simpleContent>
<extension base="<http://comet.werk-ii.com/base>previewBinary">
<attribute name="format" use="required" type="{http://comet.werk-ii.com/base}previewFormat" />
<attribute name="encoding" use="required" type="{http://comet.werk-ii.com/base}previewEncoding" />
<attribute name="spreadRot" type="{http://comet.werk-ii.com/base}angle" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PreviewEncoding |
encoding |
protected PreviewFormat |
format |
protected BigDecimal |
spreadRot |
protected String |
value |
| Constructor and Description |
|---|
Preview() |
| Modifier and Type | Method and Description |
|---|---|
PreviewEncoding |
getEncoding()
Gets the value of the encoding property.
|
PreviewFormat |
getFormat()
Gets the value of the format property.
|
BigDecimal |
getSpreadRot()
Gets the value of the spreadRot property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setEncoding(PreviewEncoding value)
Sets the value of the encoding property.
|
void |
setFormat(PreviewFormat value)
Sets the value of the format property.
|
void |
setSpreadRot(BigDecimal value)
Sets the value of the spreadRot property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected PreviewFormat format
protected PreviewEncoding encoding
protected BigDecimal spreadRot
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic PreviewFormat getFormat()
PreviewFormatpublic void setFormat(PreviewFormat value)
value - allowed object is
PreviewFormatpublic PreviewEncoding getEncoding()
PreviewEncodingpublic void setEncoding(PreviewEncoding value)
value - allowed object is
PreviewEncodingpublic BigDecimal getSpreadRot()
BigDecimalpublic void setSpreadRot(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2017 SAP SE. All Rights Reserved.