public class File
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected java.lang.String |
creationDateTime |
protected java.lang.String |
fileName |
protected FileSize |
fileSize |
protected java.lang.String |
localIdentifier |
protected java.lang.String |
md5Checksum |
protected java.math.BigInteger |
records |
| Constructor and Description |
|---|
File() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
java.lang.String |
getFileName()
Gets the value of the fileName property.
|
FileSize |
getFileSize()
Gets the value of the fileSize property.
|
java.lang.String |
getLocalIdentifier()
Gets the value of the localIdentifier property.
|
java.lang.String |
getMd5Checksum()
Gets the value of the md5Checksum property.
|
java.math.BigInteger |
getRecords()
Gets the value of the records property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setCreationDateTime(java.lang.String value)
Sets the value of the creationDateTime property.
|
void |
setFileName(java.lang.String value)
Sets the value of the fileName property.
|
void |
setFileSize(FileSize value)
Sets the value of the fileSize property.
|
void |
setLocalIdentifier(java.lang.String value)
Sets the value of the localIdentifier property.
|
void |
setMd5Checksum(java.lang.String value)
Sets the value of the md5Checksum property.
|
void |
setRecords(java.math.BigInteger value)
Sets the value of the records property.
|
protected java.lang.String fileName
protected java.lang.String localIdentifier
protected java.lang.String creationDateTime
protected FileSize fileSize
protected java.math.BigInteger records
protected java.lang.String md5Checksum
protected java.lang.String comment
public java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocalIdentifier()
Stringpublic void setLocalIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCreationDateTime()
Stringpublic void setCreationDateTime(java.lang.String value)
value - allowed object is
Stringpublic FileSize getFileSize()
FileSizepublic void setFileSize(FileSize value)
value - allowed object is
FileSizepublic java.math.BigInteger getRecords()
BigIntegerpublic void setRecords(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getMd5Checksum()
Stringpublic void setMd5Checksum(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.