public class AnnotationsType extends Object
Java class for AnnotationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotation" type="{http://reference.e-government.gv.at/namespace/verificationservice/20120922#}CheckResultType"
maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CheckResultType> |
annotation |
| Constructor and Description |
|---|
AnnotationsType() |
| Modifier and Type | Method and Description |
|---|---|
List<CheckResultType> |
getAnnotation()
Gets the value of the annotation property.
|
protected List<CheckResultType> annotation
public List<CheckResultType> getAnnotation()
set method for the
annotation property. For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list CheckResultTypeCopyright © 2014–2019. All rights reserved.