Class SimpleShapeAnnotationType.Position
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SimpleShapeAnnotationType.Position
-
- Enclosing class:
- SimpleShapeAnnotationType
public static class SimpleShapeAnnotationType.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()Gets the value of the rectangle property.booleanisSetRectangle()voidsetRectangle(RectangleType value)Sets the value of the rectangle property.
-
-
-
Field Detail
-
rectangle
protected RectangleType rectangle
-
-
Method Detail
-
getRectangle
public RectangleType getRectangle()
Gets the value of the rectangle property.- Returns:
- possible object is
RectangleType
-
setRectangle
public void setRectangle(RectangleType value)
Sets the value of the rectangle property.- Parameters:
value- allowed object isRectangleType
-
isSetRectangle
public boolean isSetRectangle()
-
-