public class Annotations 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">
<sequence>
<element name="keep-existing-rois" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
keepExistingRois |
| Constructor and Description |
|---|
Annotations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeepExistingRois()
Gets the value of the keepExistingRois property.
|
void |
setKeepExistingRois(boolean value)
Sets the value of the keepExistingRois property.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.