gov.nasa.arc.pds.xml.generated
Class SoftwareScript

java.lang.Object
  extended by 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}ASCII_Text_Preserved"/>
         <element name="supported_environment_note" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
         <element name="system_requirements_note" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int files
           
protected  String installNote
           
protected  String supportedEnvironmentNote
           
protected  String systemRequirementsNote
           
 
Constructor Summary
SoftwareScript()
           
 
Method Summary
 int getFiles()
          Gets the value of the files property.
 String getInstallNote()
          Gets the value of the installNote property.
 String getSupportedEnvironmentNote()
          Gets the value of the supportedEnvironmentNote property.
 String getSystemRequirementsNote()
          Gets the value of the systemRequirementsNote property.
 void setFiles(int value)
          Sets the value of the files property.
 void setInstallNote(String value)
          Sets the value of the installNote property.
 void setSupportedEnvironmentNote(String value)
          Sets the value of the supportedEnvironmentNote property.
 void setSystemRequirementsNote(String value)
          Sets the value of the systemRequirementsNote property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

files

protected int files

installNote

protected String installNote

supportedEnvironmentNote

protected String supportedEnvironmentNote

systemRequirementsNote

protected String systemRequirementsNote
Constructor Detail

SoftwareScript

public SoftwareScript()
Method Detail

getFiles

public int getFiles()
Gets the value of the files property.


setFiles

public void setFiles(int value)
Sets the value of the files property.


getInstallNote

public String getInstallNote()
Gets the value of the installNote property.

Returns:
possible object is String

setInstallNote

public void setInstallNote(String value)
Sets the value of the installNote property.

Parameters:
value - allowed object is String

getSupportedEnvironmentNote

public String getSupportedEnvironmentNote()
Gets the value of the supportedEnvironmentNote property.

Returns:
possible object is String

setSupportedEnvironmentNote

public void setSupportedEnvironmentNote(String value)
Sets the value of the supportedEnvironmentNote property.

Parameters:
value - allowed object is String

getSystemRequirementsNote

public String getSystemRequirementsNote()
Gets the value of the systemRequirementsNote property.

Returns:
possible object is String

setSystemRequirementsNote

public void setSystemRequirementsNote(String value)
Sets the value of the systemRequirementsNote property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.