Class SelectionAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SelectionAnnotationType
-
public class SelectionAnnotationType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines criteria for the selection of annotations.</p>
Java class for SelectionAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectionAnnotationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="objectKey"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType> </element> <element name="position" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/> </choice> <attribute name="page" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectionAnnotationType.ObjectKeyJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected SelectionAnnotationType.ObjectKeyobjectKeyprotected Integerpageprotected RectangleTypeposition
-
Constructor Summary
Constructors Constructor Description SelectionAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectionAnnotationType.ObjectKeygetObjectKey()Gets the value of the objectKey property.intgetPage()Gets the value of the page property.RectangleTypegetPosition()Gets the value of the position property.booleanisSetObjectKey()booleanisSetPage()booleanisSetPosition()voidsetObjectKey(SelectionAnnotationType.ObjectKey value)Sets the value of the objectKey property.voidsetPage(int value)Sets the value of the page property.voidsetPosition(RectangleType value)Sets the value of the position property.voidunsetPage()
-
-
-
Field Detail
-
objectKey
protected SelectionAnnotationType.ObjectKey objectKey
-
position
protected RectangleType position
-
page
protected Integer page
-
-
Method Detail
-
getObjectKey
public SelectionAnnotationType.ObjectKey getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
SelectionAnnotationType.ObjectKey
-
setObjectKey
public void setObjectKey(SelectionAnnotationType.ObjectKey value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isSelectionAnnotationType.ObjectKey
-
isSetObjectKey
public boolean isSetObjectKey()
-
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()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
-