public class BaseBarcodeType extends Object
Java class for BaseBarcodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseBarcodeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="position" type="{http://schema.webpdf.de/1.0/operation}RectangleType" minOccurs="0"/>
</all>
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" default="utf-8" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rotation" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</attribute>
<attribute name="margin" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="pages" default="">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
charset |
protected Integer |
margin |
protected String |
pages |
protected RectangleType |
position |
protected Integer |
rotation |
protected String |
value |
| Constructor and Description |
|---|
BaseBarcodeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Gets the value of the charset property.
|
int |
getMargin()
Gets the value of the margin property.
|
String |
getPages()
Gets the value of the pages property.
|
RectangleType |
getPosition()
Gets the value of the position property.
|
int |
getRotation()
Gets the value of the rotation property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetCharset() |
boolean |
isSetMargin() |
boolean |
isSetPages() |
boolean |
isSetPosition() |
boolean |
isSetRotation() |
boolean |
isSetValue() |
void |
setCharset(String value)
Sets the value of the charset property.
|
void |
setMargin(int value)
Sets the value of the margin property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setPosition(RectangleType value)
Sets the value of the position property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetMargin() |
void |
unsetRotation() |
protected RectangleType position
protected String charset
protected String value
protected Integer rotation
protected Integer margin
protected String pages
public RectangleType getPosition()
RectangleTypepublic void setPosition(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetPosition()
public String getCharset()
Stringpublic void setCharset(String value)
value - allowed object is
Stringpublic boolean isSetCharset()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public int getRotation()
Integerpublic void setRotation(int value)
value - allowed object is
Integerpublic boolean isSetRotation()
public void unsetRotation()
public int getMargin()
Integerpublic void setMargin(int value)
value - allowed object is
Integerpublic boolean isSetMargin()
public void unsetMargin()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.