Package gov.nasa.arc.pds.xml.generated
Class FileAreaXMLSchema
java.lang.Object
gov.nasa.arc.pds.xml.generated.FileArea
gov.nasa.arc.pds.xml.generated.FileAreaXMLSchema
public class FileAreaXMLSchema extends FileArea
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
- 
Constructor SummaryConstructors Constructor Description FileAreaXMLSchema()
- 
Method SummaryModifier and Type Method Description FilegetFile()Gets the value of the file property.XMLSchemagetXMLSchema()Gets the value of the xmlSchema property.voidsetFile(File value)Sets the value of the file property.voidsetXMLSchema(XMLSchema value)Sets the value of the xmlSchema property.
- 
Field Details- 
file
- 
xmlSchema
 
- 
- 
Constructor Details- 
FileAreaXMLSchemapublic FileAreaXMLSchema()
 
- 
- 
Method Details- 
getFileGets the value of the file property.- Returns:
- possible object is
     File
 
- 
setFileSets the value of the file property.- Parameters:
- value- allowed object is- File
 
- 
getXMLSchemaGets the value of the xmlSchema property.- Returns:
- possible object is
     XMLSchema
 
- 
setXMLSchemaSets the value of the xmlSchema property.- Parameters:
- value- allowed object is- XMLSchema
 
 
-