Package gov.nasa.arc.pds.xml.generated
Class FileAreaExternal
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaExternal
The File Area External class describes a file
         and one or more tagged_data_objects contained within the
         file.
 
 
Java class for File_Area_External complex type
.The following schema fragment specifies the expected content contained within this class.
 <complexType name="File_Area_External">
   <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"/>
         <element name="Encoded_External" type="{http://pds.nasa.gov/pds4/pds/v1}Encoded_External" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encodedExternals property.getFile()Gets the value of the file property.voidSets the value of the file property. 
- 
Field Details
- 
file
 - 
encodedExternals
 
 - 
 - 
Constructor Details
- 
FileAreaExternal
public FileAreaExternal() 
 - 
 - 
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
 - 
getEncodedExternals
Gets the value of the encodedExternals 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 encodedExternals property.For example, to add a new item, do as follows:
getEncodedExternals().add(newItem);
Objects of the following type(s) are allowed in the list
EncodedExternal- Returns:
 - The value of the encodedExternals property.
 
 
 -