public class AnnotationSelectionType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
index |
protected String |
name |
protected Integer |
page |
| Constructor and Description |
|---|
AnnotationSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets the value of the index property.
|
String |
getName()
Gets the value of the name property.
|
int |
getPage()
Gets the value of the page property.
|
boolean |
isSetIndex() |
boolean |
isSetName() |
boolean |
isSetPage() |
void |
setIndex(int value)
Sets the value of the index property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
unsetIndex() |
void |
unsetPage() |
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public int getIndex()
Integerpublic void setIndex(int value)
value - allowed object is
Integerpublic boolean isSetIndex()
public void unsetIndex()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.