Class BaseBarcodeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseBarcodeType
-
- Direct Known Subclasses:
AztecBarcodeType,CodabarBarcodeType,Code128BarcodeType,Code39BarcodeType,DataMatrixBarcodeType,Ean13BarcodeType,Ean8BarcodeType,ItfBarcodeType,Pdf417BarcodeType,QrBarcodeType,UpcaBarcodeType
public class BaseBarcodeType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p115207_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p454012_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p642845_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">All barcode elements have a number of basic attributes in common. These attributes are described via this base type.</p>
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>
-
-
Constructor Summary
Constructors Constructor Description BaseBarcodeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharset()Gets the value of the charset property.intgetMargin()Gets the value of the margin property.StringgetPages()Gets the value of the pages property.RectangleTypegetPosition()Gets the value of the position property.intgetRotation()Gets the value of the rotation property.StringgetValue()Gets the value of the value property.booleanisSetCharset()booleanisSetMargin()booleanisSetPages()booleanisSetPosition()booleanisSetRotation()booleanisSetValue()voidsetCharset(String value)Sets the value of the charset property.voidsetMargin(int value)Sets the value of the margin property.voidsetPages(String value)Sets the value of the pages property.voidsetPosition(RectangleType value)Sets the value of the position property.voidsetRotation(int value)Sets the value of the rotation property.voidsetValue(String value)Sets the value of the value property.voidunsetMargin()voidunsetRotation()
-
-
-
Method Detail
-
getPosition
public RectangleType getPosition()
Gets the value of the position property.- Returns:
- possible object is
RectangleType
-
setPosition
public void setPosition(RectangleType value)
Sets the value of the position property.- Parameters:
value- allowed object isRectangleType
-
isSetPosition
public boolean isSetPosition()
-
getCharset
public String getCharset()
Gets the value of the charset property.- Returns:
- possible object is
String
-
setCharset
public void setCharset(String value)
Sets the value of the charset property.- Parameters:
value- allowed object isString
-
isSetCharset
public boolean isSetCharset()
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
isSetValue
public boolean isSetValue()
-
getRotation
public int getRotation()
Gets the value of the rotation property.- Returns:
- possible object is
Integer
-
setRotation
public void setRotation(int value)
Sets the value of the rotation property.- Parameters:
value- allowed object isInteger
-
isSetRotation
public boolean isSetRotation()
-
unsetRotation
public void unsetRotation()
-
getMargin
public int getMargin()
Gets the value of the margin property.- Returns:
- possible object is
Integer
-
setMargin
public void setMargin(int value)
Sets the value of the margin property.- Parameters:
value- allowed object isInteger
-
isSetMargin
public boolean isSetMargin()
-
unsetMargin
public void unsetMargin()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
-