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 String |
directoryPathName |
protected String |
documentStandardId |
comment, creationDateTime, fileName, fileSize, localIdentifier, md5Checksum, records| Constructor and Description |
|---|
DocumentFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryPathName()
Gets the value of the directoryPathName property.
|
String |
getDocumentStandardId()
Gets the value of the documentStandardId property.
|
void |
setDirectoryPathName(String value)
Sets the value of the directoryPathName property.
|
void |
setDocumentStandardId(String value)
Sets the value of the documentStandardId property.
|
getComment, getCreationDateTime, getFileName, getFileSize, getLocalIdentifier, getMd5Checksum, getRecords, setComment, setCreationDateTime, setFileName, setFileSize, setLocalIdentifier, setMd5Checksum, setRecordsprotected String directoryPathName
protected String documentStandardId
public String getDirectoryPathName()
Stringpublic void setDirectoryPathName(String value)
value - allowed object is
Stringpublic String getDocumentStandardId()
StringCopyright © 2019. All rights reserved.