Package gov.nasa.arc.pds.xml.generated
Class SoftwareScript
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.SoftwareScript
 
- 
 public class SoftwareScript extends java.lang.ObjectThe 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 java.math.BigIntegerfilesprotected java.lang.StringinstallNoteprotected java.lang.StringsupportedEnvironmentNoteprotected java.lang.StringsystemRequirementsNote
 - 
Constructor SummaryConstructors Constructor Description SoftwareScript()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetFiles()Gets the value of the files property.java.lang.StringgetInstallNote()Gets the value of the installNote property.java.lang.StringgetSupportedEnvironmentNote()Gets the value of the supportedEnvironmentNote property.java.lang.StringgetSystemRequirementsNote()Gets the value of the systemRequirementsNote property.voidsetFiles(java.math.BigInteger value)Sets the value of the files property.voidsetInstallNote(java.lang.String value)Sets the value of the installNote property.voidsetSupportedEnvironmentNote(java.lang.String value)Sets the value of the supportedEnvironmentNote property.voidsetSystemRequirementsNote(java.lang.String value)Sets the value of the systemRequirementsNote property.
 
- 
- 
- 
Method Detail- 
getFilespublic java.math.BigInteger getFiles() Gets the value of the files property.- Returns:
- possible object is
     BigInteger
 
 - 
setFilespublic void setFiles(java.math.BigInteger value) Sets the value of the files property.- Parameters:
- value- allowed object is- BigInteger
 
 - 
getInstallNotepublic java.lang.String getInstallNote() Gets the value of the installNote property.- Returns:
- possible object is
     String
 
 - 
setInstallNotepublic void setInstallNote(java.lang.String value) Sets the value of the installNote property.- Parameters:
- value- allowed object is- String
 
 - 
getSupportedEnvironmentNotepublic java.lang.String getSupportedEnvironmentNote() Gets the value of the supportedEnvironmentNote property.- Returns:
- possible object is
     String
 
 - 
setSupportedEnvironmentNotepublic void setSupportedEnvironmentNote(java.lang.String value) Sets the value of the supportedEnvironmentNote property.- Parameters:
- value- allowed object is- String
 
 - 
getSystemRequirementsNotepublic java.lang.String getSystemRequirementsNote() Gets the value of the systemRequirementsNote property.- Returns:
- possible object is
     String
 
 - 
setSystemRequirementsNotepublic void setSystemRequirementsNote(java.lang.String value) Sets the value of the systemRequirementsNote property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-