|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaXMLSchema
public class FileAreaXMLSchema
The File Area XML Schema class describes a file that contains a resource used for the PDS4 implementation into XML.
Java class for File_Area_XML_Schema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_XML_Schema"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area"> <sequence> <element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/> <element name="XML_Schema" type="{http://pds.nasa.gov/pds4/pds/v1}XML_Schema"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected File |
file
|
protected XMLSchema |
xmlSchema
|
Constructor Summary | |
---|---|
FileAreaXMLSchema()
|
Method Summary | |
---|---|
File |
getFile()
Gets the value of the file property. |
XMLSchema |
getXMLSchema()
Gets the value of the xmlSchema property. |
void |
setFile(File value)
Sets the value of the file property. |
void |
setXMLSchema(XMLSchema value)
Sets the value of the xmlSchema property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected File file
protected XMLSchema xmlSchema
Constructor Detail |
---|
public FileAreaXMLSchema()
Method Detail |
---|
public File getFile()
File
public void setFile(File value)
value
- allowed object is
File
public XMLSchema getXMLSchema()
XMLSchema
public void setXMLSchema(XMLSchema value)
value
- allowed object is
XMLSchema
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |