public class Eagle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
compatibilityOrDrawing |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Eagle() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getCompatibilityOrDrawing()
Gets the value of the compatibilityOrDrawing property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.String version
protected java.util.List<java.lang.Object> compatibilityOrDrawing
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is Stringpublic java.util.List<java.lang.Object> getCompatibilityOrDrawing()
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 compatibilityOrDrawing property.
For example, to add a new item, do as follows:
getCompatibilityOrDrawing().add(newItem);
Objects of the following type(s) are allowed in the list Compatibility
Drawing