Package gov.nasa.arc.pds.xml.generated
Class File
java.lang.Object
gov.nasa.arc.pds.xml.generated.File
- Direct Known Subclasses:
- DocumentFile
public class File extends Object
The File class consists of attributes that
         describe a file in a data store.
 
 
Java class for File complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="File">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="file_name" type="{http://pds.nasa.gov/pds4/pds/v1}file_name"/>
         <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/>
         <element name="creation_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}creation_date_time" minOccurs="0"/>
         <element name="file_size" type="{http://pds.nasa.gov/pds4/pds/v1}file_size" minOccurs="0"/>
         <element name="records" type="{http://pds.nasa.gov/pds4/pds/v1}records" minOccurs="0"/>
         <element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" minOccurs="0"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected Stringcommentprotected StringcreationDateTimeprotected StringfileNameprotected FileSizefileSizeprotected StringlocalIdentifierprotected Stringmd5Checksumprotected BigIntegerrecords
- 
Constructor SummaryConstructors Constructor Description File()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.StringgetCreationDateTime()Gets the value of the creationDateTime property.StringgetFileName()Gets the value of the fileName property.FileSizegetFileSize()Gets the value of the fileSize property.StringgetLocalIdentifier()Gets the value of the localIdentifier property.StringgetMd5Checksum()Gets the value of the md5Checksum property.BigIntegergetRecords()Gets the value of the records property.voidsetComment(String value)Sets the value of the comment property.voidsetCreationDateTime(String value)Sets the value of the creationDateTime property.voidsetFileName(String value)Sets the value of the fileName property.voidsetFileSize(FileSize value)Sets the value of the fileSize property.voidsetLocalIdentifier(String value)Sets the value of the localIdentifier property.voidsetMd5Checksum(String value)Sets the value of the md5Checksum property.voidsetRecords(BigInteger value)Sets the value of the records property.
- 
Field Details- 
fileName
- 
localIdentifier
- 
creationDateTime
- 
fileSize
- 
records
- 
md5Checksum
- 
comment
 
- 
- 
Constructor Details- 
Filepublic File()
 
- 
- 
Method Details- 
getFileNameGets the value of the fileName property.- Returns:
- possible object is
     String
 
- 
setFileNameSets the value of the fileName property.- Parameters:
- value- allowed object is- String
 
- 
getLocalIdentifierGets the value of the localIdentifier property.- Returns:
- possible object is
     String
 
- 
setLocalIdentifierSets the value of the localIdentifier property.- Parameters:
- value- allowed object is- String
 
- 
getCreationDateTimeGets the value of the creationDateTime property.- Returns:
- possible object is
     String
 
- 
setCreationDateTimeSets the value of the creationDateTime property.- Parameters:
- value- allowed object is- String
 
- 
getFileSizeGets the value of the fileSize property.- Returns:
- possible object is
     FileSize
 
- 
setFileSizeSets the value of the fileSize property.- Parameters:
- value- allowed object is- FileSize
 
- 
getRecordsGets the value of the records property.- Returns:
- possible object is
     BigInteger
 
- 
setRecordsSets the value of the records property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getMd5ChecksumGets the value of the md5Checksum property.- Returns:
- possible object is
     String
 
- 
setMd5ChecksumSets the value of the md5Checksum property.- Parameters:
- value- allowed object is- String
 
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 
-