public class FileAreaNative extends FileArea
Java class for File_Area_Native complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_Native">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area">
<sequence>
<element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/>
<choice maxOccurs="unbounded">
<element name="Encoded_Native" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_Native"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EncodedNative> |
encodedNatives |
protected File |
file |
| Constructor and Description |
|---|
FileAreaNative() |
| Modifier and Type | Method and Description |
|---|---|
List<EncodedNative> |
getEncodedNatives()
Gets the value of the encodedNatives property.
|
File |
getFile()
Gets the value of the file property.
|
void |
setFile(File value)
Sets the value of the file property.
|
protected File file
protected List<EncodedNative> encodedNatives
public void setFile(File value)
value - allowed object is
Filepublic List<EncodedNative> getEncodedNatives()
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 encodedNatives property.
For example, to add a new item, do as follows:
getEncodedNatives().add(newItem);
Objects of the following type(s) are allowed in the list
EncodedNative
Copyright © 2021. All rights reserved.