|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.File
gov.nasa.arc.pds.xml.generated.DocumentFile
public class 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}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 |
---|
protected String directoryPathName
protected String documentStandardId
Constructor Detail |
---|
public DocumentFile()
Method Detail |
---|
public String getDirectoryPathName()
String
public void setDirectoryPathName(String value)
value
- allowed object is
String
public String getDocumentStandardId()
String
public void setDocumentStandardId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |