public class SoftwareScript
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
files |
protected java.lang.String |
installNote |
protected java.lang.String |
supportedEnvironmentNote |
protected java.lang.String |
systemRequirementsNote |
| Constructor and Description |
|---|
SoftwareScript() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getFiles()
Gets the value of the files property.
|
java.lang.String |
getInstallNote()
Gets the value of the installNote property.
|
java.lang.String |
getSupportedEnvironmentNote()
Gets the value of the supportedEnvironmentNote property.
|
java.lang.String |
getSystemRequirementsNote()
Gets the value of the systemRequirementsNote property.
|
void |
setFiles(java.math.BigInteger value)
Sets the value of the files property.
|
void |
setInstallNote(java.lang.String value)
Sets the value of the installNote property.
|
void |
setSupportedEnvironmentNote(java.lang.String value)
Sets the value of the supportedEnvironmentNote property.
|
void |
setSystemRequirementsNote(java.lang.String value)
Sets the value of the systemRequirementsNote property.
|
protected java.math.BigInteger files
protected java.lang.String installNote
protected java.lang.String supportedEnvironmentNote
protected java.lang.String systemRequirementsNote
public java.math.BigInteger getFiles()
BigIntegerpublic void setFiles(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getInstallNote()
Stringpublic void setInstallNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSupportedEnvironmentNote()
Stringpublic void setSupportedEnvironmentNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSystemRequirementsNote()
Stringpublic void setSystemRequirementsNote(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.