Package gov.nasa.arc.pds.xml.generated
Class FileAreaMetadata
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.FileArea
- 
- gov.nasa.arc.pds.xml.generated.FileAreaMetadata
 
 
- 
 public class FileAreaMetadata extends FileArea The File Area Metadata class describes a table which provides new, and/or improved, metadata. All field names provided must be attributes defined in PDS4, either in the common dictionary, or in a PDS4 discipline or mission dictionary.Java class for File_Area_Metadata complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="File_Area_Metadata"> <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="Header" type="{http://pds.nasa.gov/pds4/pds/v1}Header" minOccurs="0"/> <choice> <element name="Table_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Table_Character"/> <element name="Table_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Table_Delimited"/> </choice> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected Filefileprotected Headerheaderprotected TableCharactertableCharacterprotected TableDelimitedtableDelimited
 - 
Constructor SummaryConstructors Constructor Description FileAreaMetadata()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Gets the value of the file property.HeadergetHeader()Gets the value of the header property.TableCharactergetTableCharacter()Gets the value of the tableCharacter property.TableDelimitedgetTableDelimited()Gets the value of the tableDelimited property.voidsetFile(File value)Sets the value of the file property.voidsetHeader(Header value)Sets the value of the header property.voidsetTableCharacter(TableCharacter value)Sets the value of the tableCharacter property.voidsetTableDelimited(TableDelimited value)Sets the value of the tableDelimited property.
 
- 
- 
- 
Field Detail- 
fileprotected File file 
 - 
headerprotected Header header 
 - 
tableDelimitedprotected TableDelimited tableDelimited 
 - 
tableCharacterprotected TableCharacter tableCharacter 
 
- 
 - 
Method Detail- 
setFilepublic void setFile(File value) Sets the value of the file property.- Parameters:
- value- allowed object is- File
 
 - 
getHeaderpublic Header getHeader() Gets the value of the header property.- Returns:
- possible object is
     Header
 
 - 
setHeaderpublic void setHeader(Header value) Sets the value of the header property.- Parameters:
- value- allowed object is- Header
 
 - 
getTableDelimitedpublic TableDelimited getTableDelimited() Gets the value of the tableDelimited property.- Returns:
- possible object is
     TableDelimited
 
 - 
setTableDelimitedpublic void setTableDelimited(TableDelimited value) Sets the value of the tableDelimited property.- Parameters:
- value- allowed object is- TableDelimited
 
 - 
getTableCharacterpublic TableCharacter getTableCharacter() Gets the value of the tableCharacter property.- Returns:
- possible object is
     TableCharacter
 
 - 
setTableCharacterpublic void setTableCharacter(TableCharacter value) Sets the value of the tableCharacter property.- Parameters:
- value- allowed object is- TableCharacter
 
 
- 
 
-