public class SupplementalData extends Object
Java class for SupplementalData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SupplementalData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any namespace='http://www.agustawestland-ans.com/ARINC/extensions, http://www.garmin.com/ARINC/extensions, http://www.navtech.aero/ARINC/extensions, http://www.mitre.org/ARINC/extensions, http://www.NGA.mil' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
any
xs:any provides the ability to extend ARINC 424 with custom data.
|
Constructor and Description |
---|
SupplementalData() |
protected List<Object> any
public List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
xs:any provides the ability to extend ARINC 424 with custom data. An organization that creates an extension should define a namespace for the extension. This element is what identifies a valid namespace for the extensions. A user should add the namespace, if not already provided in this element's definition to the namespace attribute. The namespace must be different than the default namespace and or any namespace used outside of extensions to this standard.
Copyright © 2017. All rights reserved.