gov.nasa.arc.pds.xml.generated
Class DocumentFile

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.File
      extended by gov.nasa.arc.pds.xml.generated.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}ASCII_Short_String_Collapsed" minOccurs="0"/>
         <element name="document_standard_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String directoryPathName
           
protected  String documentStandardId
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.File
comment, creationDateTime, fileName, fileSize, localIdentifier, md5Checksum, records
 
Constructor Summary
DocumentFile()
           
 
Method Summary
 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.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.File
getComment, getCreationDateTime, getFileName, getFileSize, getLocalIdentifier, getMd5Checksum, getRecords, setComment, setCreationDateTime, setFileName, setFileSize, setLocalIdentifier, setMd5Checksum, setRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directoryPathName

protected String directoryPathName

documentStandardId

protected String documentStandardId
Constructor Detail

DocumentFile

public DocumentFile()
Method Detail

getDirectoryPathName

public String getDirectoryPathName()
Gets the value of the directoryPathName property.

Returns:
possible object is String

setDirectoryPathName

public void setDirectoryPathName(String value)
Sets the value of the directoryPathName property.

Parameters:
value - allowed object is String

getDocumentStandardId

public String getDocumentStandardId()
Gets the value of the documentStandardId property.

Returns:
possible object is String

setDocumentStandardId

public void setDocumentStandardId(String value)
Sets the value of the documentStandardId property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.