public class SoftwareBinary extends Object
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}os_version" maxOccurs="unbounded"/>
<element name="program_notes_id" type="{http://pds.nasa.gov/pds4/pds/v1}program_notes_id"/>
<element name="software_format_type" type="{http://pds.nasa.gov/pds4/pds/v1}software_format_type"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
files |
protected List<String> |
osVersions |
protected String |
programNotesId |
protected String |
softwareFormatType |
protected List<String> |
supportedArchitectureNotes |
protected List<String> |
supportedOperatingSystemNotes |
protected String |
systemRequirementsNote |
| Constructor and Description |
|---|
SoftwareBinary() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
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(BigInteger 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.
|
protected BigInteger files
protected String programNotesId
protected String softwareFormatType
protected String systemRequirementsNote
public BigInteger getFiles()
BigIntegerpublic void setFiles(BigInteger value)
value - allowed object is
BigIntegerpublic List<String> getOsVersions()
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
public String getProgramNotesId()
Stringpublic void setProgramNotesId(String value)
value - allowed object is
Stringpublic String getSoftwareFormatType()
Stringpublic void setSoftwareFormatType(String value)
value - allowed object is
Stringpublic 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()
StringCopyright © 2019. All rights reserved.