public class DocumentFile extends File
Java class for Document_File complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document_File">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}File">
<sequence>
<element name="directory_path_name" type="{http://pds.nasa.gov/pds4/pds/v1}directory_path_name" minOccurs="0"/>
<element name="document_standard_id" type="{http://pds.nasa.gov/pds4/pds/v1}document_standard_id"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
directoryPathName |
protected java.lang.String |
documentStandardId |
comment, creationDateTime, fileName, fileSize, localIdentifier, md5Checksum, records| Constructor and Description |
|---|
DocumentFile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectoryPathName()
Gets the value of the directoryPathName property.
|
java.lang.String |
getDocumentStandardId()
Gets the value of the documentStandardId property.
|
void |
setDirectoryPathName(java.lang.String value)
Sets the value of the directoryPathName property.
|
void |
setDocumentStandardId(java.lang.String value)
Sets the value of the documentStandardId property.
|
getComment, getCreationDateTime, getFileName, getFileSize, getLocalIdentifier, getMd5Checksum, getRecords, setComment, setCreationDateTime, setFileName, setFileSize, setLocalIdentifier, setMd5Checksum, setRecordsprotected java.lang.String directoryPathName
protected java.lang.String documentStandardId
public java.lang.String getDirectoryPathName()
Stringpublic void setDirectoryPathName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentStandardId()
Stringpublic void setDocumentStandardId(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.