|
||||||||||
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
public class File
The File class consists of attributes that describe a file in a data store.
Java class for File complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="file_name" type="{http://pds.nasa.gov/pds4/pds/v1}file_name"/> <element name="local_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier" minOccurs="0"/> <element name="creation_date_time" type="{http://pds.nasa.gov/pds4/pds/v1}creation_date_time" minOccurs="0"/> <element name="file_size" type="{http://pds.nasa.gov/pds4/pds/v1}file_size" minOccurs="0"/> <element name="records" type="{http://pds.nasa.gov/pds4/pds/v1}records" minOccurs="0"/> <element name="md5_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}md5_checksum" minOccurs="0"/> <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
comment
|
protected String |
creationDateTime
|
protected String |
fileName
|
protected FileSize |
fileSize
|
protected String |
localIdentifier
|
protected String |
md5Checksum
|
protected Integer |
records
|
Constructor Summary | |
---|---|
File()
|
Method Summary | |
---|---|
String |
getComment()
Gets the value of the comment property. |
String |
getCreationDateTime()
Gets the value of the creationDateTime property. |
String |
getFileName()
Gets the value of the fileName property. |
FileSize |
getFileSize()
Gets the value of the fileSize property. |
String |
getLocalIdentifier()
Gets the value of the localIdentifier property. |
String |
getMd5Checksum()
Gets the value of the md5Checksum property. |
Integer |
getRecords()
Gets the value of the records property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setCreationDateTime(String value)
Sets the value of the creationDateTime property. |
void |
setFileName(String value)
Sets the value of the fileName property. |
void |
setFileSize(FileSize value)
Sets the value of the fileSize property. |
void |
setLocalIdentifier(String value)
Sets the value of the localIdentifier property. |
void |
setMd5Checksum(String value)
Sets the value of the md5Checksum property. |
void |
setRecords(Integer value)
Sets the value of the records property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String fileName
protected String localIdentifier
protected String creationDateTime
protected FileSize fileSize
protected Integer records
protected String md5Checksum
protected String comment
Constructor Detail |
---|
public File()
Method Detail |
---|
public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public String getLocalIdentifier()
String
public void setLocalIdentifier(String value)
value
- allowed object is
String
public String getCreationDateTime()
String
public void setCreationDateTime(String value)
value
- allowed object is
String
public FileSize getFileSize()
FileSize
public void setFileSize(FileSize value)
value
- allowed object is
FileSize
public Integer getRecords()
Integer
public void setRecords(Integer value)
value
- allowed object is
Integer
public String getMd5Checksum()
String
public void setMd5Checksum(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |