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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
plain |
protected List<RectangleType> |
rectangle |
| Constructor and Description |
|---|
PositionedContentElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlain()
Gets the value of the plain property.
|
List<RectangleType> |
getRectangle()
Gets the value of the rectangle property.
|
boolean |
isSetPlain() |
boolean |
isSetRectangle() |
void |
setPlain(String value)
Sets the value of the plain property.
|
void |
unsetRectangle() |
protected List<RectangleType> rectangle
protected String plain
public List<RectangleType> getRectangle()
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 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
public boolean isSetRectangle()
public void unsetRectangle()
public String getPlain()
Stringpublic void setPlain(String value)
value - allowed object is
Stringpublic boolean isSetPlain()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.