Package gov.nasa.arc.pds.xml.generated
Class SoftwareScript
java.lang.Object
gov.nasa.arc.pds.xml.generated.SoftwareScript
public class SoftwareScript extends Object
The Software Script class provides a description
         of a software code that is stored as a script.
 
 
Java class for Software_Script complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Software_Script">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="files" type="{http://pds.nasa.gov/pds4/pds/v1}files"/>
         <element name="install_note" type="{http://pds.nasa.gov/pds4/pds/v1}install_note"/>
         <element name="supported_environment_note" type="{http://pds.nasa.gov/pds4/pds/v1}supported_environment_note"/>
         <element name="system_requirements_note" type="{http://pds.nasa.gov/pds4/pds/v1}system_requirements_note"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected BigIntegerfilesprotected StringinstallNoteprotected StringsupportedEnvironmentNoteprotected StringsystemRequirementsNote
- 
Constructor SummaryConstructors Constructor Description SoftwareScript()
- 
Method SummaryModifier and Type Method Description BigIntegergetFiles()Gets the value of the files property.StringgetInstallNote()Gets the value of the installNote property.StringgetSupportedEnvironmentNote()Gets the value of the supportedEnvironmentNote property.StringgetSystemRequirementsNote()Gets the value of the systemRequirementsNote property.voidsetFiles(BigInteger value)Sets the value of the files property.voidsetInstallNote(String value)Sets the value of the installNote property.voidsetSupportedEnvironmentNote(String value)Sets the value of the supportedEnvironmentNote property.voidsetSystemRequirementsNote(String value)Sets the value of the systemRequirementsNote property.
- 
Field Details- 
files
- 
installNote
- 
supportedEnvironmentNote
- 
systemRequirementsNote
 
- 
- 
Constructor Details- 
SoftwareScriptpublic SoftwareScript()
 
- 
- 
Method Details- 
getFilesGets the value of the files property.- Returns:
- possible object is
     BigInteger
 
- 
setFilesSets the value of the files property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getInstallNoteGets the value of the installNote property.- Returns:
- possible object is
     String
 
- 
setInstallNoteSets the value of the installNote property.- Parameters:
- value- allowed object is- String
 
- 
getSupportedEnvironmentNoteGets the value of the supportedEnvironmentNote property.- Returns:
- possible object is
     String
 
- 
setSupportedEnvironmentNoteSets the value of the supportedEnvironmentNote property.- Parameters:
- value- allowed object is- String
 
- 
getSystemRequirementsNoteGets the value of the systemRequirementsNote property.- Returns:
- possible object is
     String
 
- 
setSystemRequirementsNoteSets the value of the systemRequirementsNote property.- Parameters:
- value- allowed object is- String
 
 
-