Class PositionedContentElementType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.barcode.PositionedContentElementType
-
- Direct Known Subclasses:
BarcodeType
public class PositionedContentElementType extends Object
Java class for PositionedContentElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PositionedContentElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/barcode}RectangleType" maxOccurs="unbounded"/> <choice> <element name="plain" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringplainprotected List<RectangleType>rectangle
-
Constructor Summary
Constructors Constructor Description PositionedContentElementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPlain()Gets the value of the plain property.List<RectangleType>getRectangle()Gets the value of the rectangle property.booleanisSetPlain()booleanisSetRectangle()voidsetPlain(String value)Sets the value of the plain property.voidunsetRectangle()
-
-
-
Field Detail
-
rectangle
protected List<RectangleType> rectangle
-
plain
protected String plain
-
-
Method Detail
-
getRectangle
public List<RectangleType> getRectangle()
Gets the value of the rectangle property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the rectangle property.For example, to add a new item, do as follows:
getRectangle().add(newItem);Objects of the following type(s) are allowed in the list
RectangleType- Returns:
- The value of the rectangle property.
-
isSetRectangle
public boolean isSetRectangle()
-
unsetRectangle
public void unsetRectangle()
-
getPlain
public String getPlain()
Gets the value of the plain property.- Returns:
- possible object is
String
-
setPlain
public void setPlain(String value)
Sets the value of the plain property.- Parameters:
value- allowed object isString
-
isSetPlain
public boolean isSetPlain()
-
-