public class AnnotationLayers 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 ref="{}annotationLayer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="IQMVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="JavaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="lastUpdate" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AnnotationLayer> |
annotationLayer |
protected String |
iqmVersion |
protected String |
javaVersion |
protected XMLGregorianCalendar |
lastUpdate |
| Constructor and Description |
|---|
AnnotationLayers() |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationLayer> |
getAnnotationLayer()
Gets the value of the annotationLayer property.
|
String |
getIQMVersion()
Gets the value of the iqmVersion property.
|
String |
getJavaVersion()
Gets the value of the javaVersion property.
|
XMLGregorianCalendar |
getLastUpdate()
Gets the value of the lastUpdate property.
|
void |
setIQMVersion(String value)
Sets the value of the iqmVersion property.
|
void |
setJavaVersion(String value)
Sets the value of the javaVersion property.
|
void |
setLastUpdate(XMLGregorianCalendar value)
Sets the value of the lastUpdate property.
|
protected List<AnnotationLayer> annotationLayer
protected String iqmVersion
protected String javaVersion
protected XMLGregorianCalendar lastUpdate
public List<AnnotationLayer> getAnnotationLayer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the annotationLayer property.
For example, to add a new item, do as follows:
getAnnotationLayer().add(newItem);
Objects of the following type(s) are allowed in the list
AnnotationLayer
public String getIQMVersion()
Stringpublic void setIQMVersion(String value)
value - allowed object is
Stringpublic String getJavaVersion()
Stringpublic void setJavaVersion(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastUpdate()
XMLGregorianCalendarpublic void setLastUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.