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()<?StringgetName()<?intgetPage()<?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()
-
-
-
Field Detail
-
page
protected Integer page
<?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 page number of the page where the annotation is found.</p>
-
index
protected Integer index
<?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 index for the annotation in the page's annotation directory. This value is an alternative to the annotation name and does not have to be set if an annotation name is specified.</p>
-
name
protected String name
<?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 name of the annotation in the page's annotation directory. This value is an alternative to the annotation index and does not have to be set if an annotation index is specified.</p>
-
-
Method Detail
-
getPage
public int getPage()
<?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 page number of the page where the annotation is found.</p>
- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getIndex
public int getIndex()
<?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 index for the annotation in the page's annotation directory. This value is an alternative to the annotation name and does not have to be set if an annotation name is specified.</p>
- Returns:
- possible object is
Integer
-
setIndex
public void setIndex(int value)
Sets the value of the index property.- Parameters:
value- allowed object isInteger- See Also:
getIndex()
-
isSetIndex
public boolean isSetIndex()
-
unsetIndex
public void unsetIndex()
-
getName
public String getName()
<?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 name of the annotation in the page's annotation directory. This value is an alternative to the annotation index and does not have to be set if an annotation index is specified.</p>
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
-
isSetName
public boolean isSetName()
-
-