|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.SoftwareSource
public class SoftwareSource
The Software Script class provides a description of a software code that is stored as source code.
Java class for Software_Source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Software_Source"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="compile_note" type="{http://pds.nasa.gov/pds4/pds/v1}compile_note"/> <element name="files" type="{http://pds.nasa.gov/pds4/pds/v1}files"/> <element name="os_version" type="{http://pds.nasa.gov/pds4/pds/v1}os_version"/> <element name="program_notes_id" type="{http://pds.nasa.gov/pds4/pds/v1}program_notes_id"/> <element name="software_dialect" type="{http://pds.nasa.gov/pds4/pds/v1}software_dialect"/> <element name="software_format_type" type="{http://pds.nasa.gov/pds4/pds/v1}software_format_type"/> <element name="software_language" type="{http://pds.nasa.gov/pds4/pds/v1}software_language"/> <element name="supported_architecture_note" type="{http://pds.nasa.gov/pds4/pds/v1}supported_architecture_note" maxOccurs="unbounded"/> <element name="supported_operating_system_note" type="{http://pds.nasa.gov/pds4/pds/v1}supported_operating_system_note" maxOccurs="unbounded"/> <element name="system_requirements_note" type="{http://pds.nasa.gov/pds4/pds/v1}system_requirements_note"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
compileNote
|
protected int |
files
|
protected String |
osVersion
|
protected String |
programNotesId
|
protected String |
softwareDialect
|
protected String |
softwareFormatType
|
protected String |
softwareLanguage
|
protected List<String> |
supportedArchitectureNotes
|
protected List<String> |
supportedOperatingSystemNotes
|
protected String |
systemRequirementsNote
|
Constructor Summary | |
---|---|
SoftwareSource()
|
Method Summary | |
---|---|
String |
getCompileNote()
Gets the value of the compileNote property. |
int |
getFiles()
Gets the value of the files property. |
String |
getOsVersion()
Gets the value of the osVersion property. |
String |
getProgramNotesId()
Gets the value of the programNotesId property. |
String |
getSoftwareDialect()
Gets the value of the softwareDialect property. |
String |
getSoftwareFormatType()
Gets the value of the softwareFormatType property. |
String |
getSoftwareLanguage()
Gets the value of the softwareLanguage property. |
List<String> |
getSupportedArchitectureNotes()
Gets the value of the supportedArchitectureNotes property. |
List<String> |
getSupportedOperatingSystemNotes()
Gets the value of the supportedOperatingSystemNotes property. |
String |
getSystemRequirementsNote()
Gets the value of the systemRequirementsNote property. |
void |
setCompileNote(String value)
Sets the value of the compileNote property. |
void |
setFiles(int value)
Sets the value of the files property. |
void |
setOsVersion(String value)
Sets the value of the osVersion property. |
void |
setProgramNotesId(String value)
Sets the value of the programNotesId property. |
void |
setSoftwareDialect(String value)
Sets the value of the softwareDialect property. |
void |
setSoftwareFormatType(String value)
Sets the value of the softwareFormatType property. |
void |
setSoftwareLanguage(String value)
Sets the value of the softwareLanguage 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 |
---|
protected String compileNote
protected int files
protected String osVersion
protected String programNotesId
protected String softwareDialect
protected String softwareFormatType
protected String softwareLanguage
protected List<String> supportedArchitectureNotes
protected List<String> supportedOperatingSystemNotes
protected String systemRequirementsNote
Constructor Detail |
---|
public SoftwareSource()
Method Detail |
---|
public String getCompileNote()
String
public void setCompileNote(String value)
value
- allowed object is
String
public int getFiles()
public void setFiles(int value)
public String getOsVersion()
String
public void setOsVersion(String value)
value
- allowed object is
String
public String getProgramNotesId()
String
public void setProgramNotesId(String value)
value
- allowed object is
String
public String getSoftwareDialect()
String
public void setSoftwareDialect(String value)
value
- allowed object is
String
public String getSoftwareFormatType()
String
public void setSoftwareFormatType(String value)
value
- allowed object is
String
public String getSoftwareLanguage()
String
public void setSoftwareLanguage(String value)
value
- allowed object is
String
public List<String> getSupportedArchitectureNotes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the supportedArchitectureNotes property.
For example, to add a new item, do as follows:
getSupportedArchitectureNotes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getSupportedOperatingSystemNotes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the supportedOperatingSystemNotes property.
For example, to add a new item, do as follows:
getSupportedOperatingSystemNotes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSystemRequirementsNote()
String
public void setSystemRequirementsNote(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |