Class FreeTextAnnotationType.Position
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FreeTextAnnotationType.Position
-
- Enclosing class:
- FreeTextAnnotationType
public static class FreeTextAnnotationType.Position extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RectangleTyperectangle<?
-
Constructor Summary
Constructors Constructor Description Position()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleTypegetRectangle()<?booleanisSetRectangle()voidsetRectangle(RectangleType value)Sets the value of the rectangle property.
-
-
-
Field Detail
-
rectangle
protected RectangleType rectangle
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Select an unrotated rectangular position.</p>
-
-
Method Detail
-
getRectangle
public RectangleType getRectangle()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Select an unrotated rectangular position.</p>
- Returns:
- possible object is
RectangleType
-
setRectangle
public void setRectangle(RectangleType value)
Sets the value of the rectangle property.- Parameters:
value- allowed object isRectangleType- See Also:
getRectangle()
-
isSetRectangle
public boolean isSetRectangle()
-
-