Class AnnotationSelectionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationSelectionType
-
public class AnnotationSelectionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The annotation element can be used to select document annotations that should be modified. The name of the relevant "annotations" container will depend on the definition context. The container can contain 0 to n "annotation" elements.</p>
Java class for AnnotationSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationSelectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="page" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> <attribute name="index"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AnnotationSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the value of the index property.StringgetName()Gets the value of the name property.intgetPage()Gets the value of the page property.booleanisSetIndex()booleanisSetName()booleanisSetPage()voidsetIndex(int value)Sets the value of the index property.voidsetName(String value)Sets the value of the name property.voidsetPage(int value)Sets the value of the page property.voidunsetIndex()voidunsetPage()
-
-
-
Method Detail
-
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()
-
getIndex
public int getIndex()
Gets the value of the index property.- Returns:
- possible object is
Integer
-
setIndex
public void setIndex(int value)
Sets the value of the index property.- Parameters:
value- allowed object isInteger
-
isSetIndex
public boolean isSetIndex()
-
unsetIndex
public void unsetIndex()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
-