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