Class DocumentFile


  • public class DocumentFile
    extends File
    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 Detail

      • directoryPathName

        protected java.lang.String directoryPathName
      • documentStandardId

        protected java.lang.String documentStandardId
    • Constructor Detail

      • DocumentFile

        public DocumentFile()
    • Method Detail

      • getDirectoryPathName

        public java.lang.String getDirectoryPathName()
        Gets the value of the directoryPathName property.
        Returns:
        possible object is String
      • setDirectoryPathName

        public void setDirectoryPathName​(java.lang.String value)
        Sets the value of the directoryPathName property.
        Parameters:
        value - allowed object is String
      • getDocumentStandardId

        public java.lang.String getDocumentStandardId()
        Gets the value of the documentStandardId property.
        Returns:
        possible object is String
      • setDocumentStandardId

        public void setDocumentStandardId​(java.lang.String value)
        Sets the value of the documentStandardId property.
        Parameters:
        value - allowed object is String