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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.SoftwareBinary

public class SoftwareBinary
extends Object

The Software Script class provides a description of a software code that is stored as a compiled binary file.

Java class for Software_Binary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Software_Binary">
   <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="os_version" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" maxOccurs="unbounded"/>
         <element name="program_notes_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="software_format_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="supported_architecture_note" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" maxOccurs="unbounded"/>
         <element name="supported_operating_system_note" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" maxOccurs="unbounded"/>
         <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  List<String> osVersions
           
protected  String programNotesId
           
protected  String softwareFormatType
           
protected  List<String> supportedArchitectureNotes
           
protected  List<String> supportedOperatingSystemNotes
           
protected  String systemRequirementsNote
           
 
Constructor Summary
SoftwareBinary()
           
 
Method Summary
 int getFiles()
          Gets the value of the files property.
 List<String> getOsVersions()
          Gets the value of the osVersions property.
 String getProgramNotesId()
          Gets the value of the programNotesId property.
 String getSoftwareFormatType()
          Gets the value of the softwareFormatType 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 setFiles(int value)
          Sets the value of the files property.
 void setProgramNotesId(String value)
          Sets the value of the programNotesId property.
 void setSoftwareFormatType(String value)
          Sets the value of the softwareFormatType 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

osVersions

protected List<String> osVersions

programNotesId

protected String programNotesId

softwareFormatType

protected String softwareFormatType

supportedArchitectureNotes

protected List<String> supportedArchitectureNotes

supportedOperatingSystemNotes

protected List<String> supportedOperatingSystemNotes

systemRequirementsNote

protected String systemRequirementsNote
Constructor Detail

SoftwareBinary

public SoftwareBinary()
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.


getOsVersions

public List<String> getOsVersions()
Gets the value of the osVersions property.

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 osVersions property.

For example, to add a new item, do as follows:

    getOsVersions().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getProgramNotesId

public String getProgramNotesId()
Gets the value of the programNotesId property.

Returns:
possible object is String

setProgramNotesId

public void setProgramNotesId(String value)
Sets the value of the programNotesId property.

Parameters:
value - allowed object is String

getSoftwareFormatType

public String getSoftwareFormatType()
Gets the value of the softwareFormatType property.

Returns:
possible object is String

setSoftwareFormatType

public void setSoftwareFormatType(String value)
Sets the value of the softwareFormatType property.

Parameters:
value - allowed object is String

getSupportedArchitectureNotes

public List<String> getSupportedArchitectureNotes()
Gets the value of the supportedArchitectureNotes property.

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


getSupportedOperatingSystemNotes

public List<String> getSupportedOperatingSystemNotes()
Gets the value of the supportedOperatingSystemNotes property.

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


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 © 2014. All Rights Reserved.