Package gov.nasa.arc.pds.xml.generated
Class DocumentFile
java.lang.Object
gov.nasa.arc.pds.xml.generated.File
gov.nasa.arc.pds.xml.generated.DocumentFile
The Document File class describes a file which
is a part of a document.
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>
-
Field Summary
FieldsFields inherited from class gov.nasa.arc.pds.xml.generated.File
comment, creationDateTime, fileName, fileSize, fileURLs, localIdentifier, md5Checksum, records -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the directoryPathName property.Gets the value of the documentStandardId property.voidsetDirectoryPathName(String value) Sets the value of the directoryPathName property.voidsetDocumentStandardId(String value) Sets the value of the documentStandardId property.Methods inherited from class gov.nasa.arc.pds.xml.generated.File
getComment, getCreationDateTime, getFileName, getFileSize, getFileURLs, getLocalIdentifier, getMd5Checksum, getRecords, setComment, setCreationDateTime, setFileName, setFileSize, setLocalIdentifier, setMd5Checksum, setRecords
-
Field Details
-
directoryPathName
-
documentStandardId
-
-
Constructor Details
-
DocumentFile
public DocumentFile()
-
-
Method Details
-
getDirectoryPathName
Gets the value of the directoryPathName property.- Returns:
- possible object is
String
-
setDirectoryPathName
Sets the value of the directoryPathName property.- Parameters:
value- allowed object isString
-
getDocumentStandardId
Gets the value of the documentStandardId property.- Returns:
- possible object is
String
-
setDocumentStandardId
Sets the value of the documentStandardId property.- Parameters:
value- allowed object isString
-