Package gov.nasa.arc.pds.xml.generated
Class FileAreaUpdate
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.FileArea
-
- gov.nasa.arc.pds.xml.generated.FileAreaUpdate
-
public class FileAreaUpdate extends FileArea
The File Area Update class is a File Area that describes a file that contains one or more digital objects used to provide additional metadata for registered products.Java class for File_Area_Update complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_Update"> <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 Summary
Fields Modifier and Type Field Description protected File
file
protected Header
header
protected TableCharacter
tableCharacter
protected TableDelimited
tableDelimited
-
Constructor Summary
Constructors Constructor Description FileAreaUpdate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
Gets the value of the file property.Header
getHeader()
Gets the value of the header property.TableCharacter
getTableCharacter()
Gets the value of the tableCharacter property.TableDelimited
getTableDelimited()
Gets the value of the tableDelimited property.void
setFile(File value)
Sets the value of the file property.void
setHeader(Header value)
Sets the value of the header property.void
setTableCharacter(TableCharacter value)
Sets the value of the tableCharacter property.void
setTableDelimited(TableDelimited value)
Sets the value of the tableDelimited property.
-
-
-
Field Detail
-
file
protected File file
-
header
protected Header header
-
tableDelimited
protected TableDelimited tableDelimited
-
tableCharacter
protected TableCharacter tableCharacter
-
-
Method Detail
-
setFile
public void setFile(File value)
Sets the value of the file property.- Parameters:
value
- allowed object isFile
-
getHeader
public Header getHeader()
Gets the value of the header property.- Returns:
- possible object is
Header
-
setHeader
public void setHeader(Header value)
Sets the value of the header property.- Parameters:
value
- allowed object isHeader
-
getTableDelimited
public TableDelimited getTableDelimited()
Gets the value of the tableDelimited property.- Returns:
- possible object is
TableDelimited
-
setTableDelimited
public void setTableDelimited(TableDelimited value)
Sets the value of the tableDelimited property.- Parameters:
value
- allowed object isTableDelimited
-
getTableCharacter
public TableCharacter getTableCharacter()
Gets the value of the tableCharacter property.- Returns:
- possible object is
TableCharacter
-
setTableCharacter
public void setTableCharacter(TableCharacter value)
Sets the value of the tableCharacter property.- Parameters:
value
- allowed object isTableCharacter
-
-