Package gov.nasa.arc.pds.xml.generated
Class FileAreaNative
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaNative
public class FileAreaNative extends FileArea
The File Area Native describes
tagged_data_objects collected from an
instrument.
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>
-
Field Summary
Fields Modifier and Type Field Description protected List<EncodedNative>encodedNativesprotected Filefile -
Constructor Summary
Constructors Constructor Description FileAreaNative() -
Method Summary
Modifier and Type Method Description List<EncodedNative>getEncodedNatives()Gets the value of the encodedNatives property.FilegetFile()Gets the value of the file property.voidsetFile(File value)Sets the value of the file property.
-
Field Details
-
file
-
encodedNatives
-
-
Constructor Details
-
FileAreaNative
public FileAreaNative()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
File
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isFile
-
getEncodedNatives
Gets the value of the encodedNatives property.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
setmethod 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
-