Package gov.nasa.arc.pds.xml.generated
Class Software
java.lang.Object
gov.nasa.arc.pds.xml.generated.Software
public class Software extends Object
The Software class describes a software
         product
 
 
Java class for Software complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Software">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/>
         <element name="software_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}software_version_id"/>
         <element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id" minOccurs="0"/>
         <element name="author_list" type="{http://pds.nasa.gov/pds4/pds/v1}author_list" minOccurs="0"/>
         <element name="programmers_manual_id" type="{http://pds.nasa.gov/pds4/pds/v1}programmers_manual_id"/>
         <element name="software_id" type="{http://pds.nasa.gov/pds4/pds/v1}software_id"/>
         <element name="software_type" type="{http://pds.nasa.gov/pds4/pds/v1}software_type"/>
         <element name="users_manual_id" type="{http://pds.nasa.gov/pds4/pds/v1}users_manual_id"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringauthorListprotected Stringdescriptionprotected Stringnameprotected StringprogrammersManualIdprotected StringsoftwareIdprotected StringsoftwareTypeprotected StringsoftwareVersionIdprotected StringusersManualIdprotected StringversionId
- 
Constructor SummaryConstructors Constructor Description Software()
- 
Method SummaryModifier and Type Method Description StringgetAuthorList()Gets the value of the authorList property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.StringgetProgrammersManualId()Gets the value of the programmersManualId property.StringgetSoftwareId()Gets the value of the softwareId property.StringgetSoftwareType()Gets the value of the softwareType property.StringgetSoftwareVersionId()Gets the value of the softwareVersionId property.StringgetUsersManualId()Gets the value of the usersManualId property.StringgetVersionId()Gets the value of the versionId property.voidsetAuthorList(String value)Sets the value of the authorList property.voidsetDescription(String value)Sets the value of the description property.voidsetName(String value)Sets the value of the name property.voidsetProgrammersManualId(String value)Sets the value of the programmersManualId property.voidsetSoftwareId(String value)Sets the value of the softwareId property.voidsetSoftwareType(String value)Sets the value of the softwareType property.voidsetSoftwareVersionId(String value)Sets the value of the softwareVersionId property.voidsetUsersManualId(String value)Sets the value of the usersManualId property.voidsetVersionId(String value)Sets the value of the versionId property.
- 
Field Details- 
name
- 
softwareVersionId
- 
versionId
- 
authorList
- 
programmersManualId
- 
softwareId
- 
softwareType
- 
usersManualId
- 
description
 
- 
- 
Constructor Details- 
Softwarepublic Software()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getSoftwareVersionIdGets the value of the softwareVersionId property.- Returns:
- possible object is
     String
 
- 
setSoftwareVersionIdSets the value of the softwareVersionId property.- Parameters:
- value- allowed object is- String
 
- 
getVersionIdGets the value of the versionId property.- Returns:
- possible object is
     String
 
- 
setVersionIdSets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
- 
getAuthorListGets the value of the authorList property.- Returns:
- possible object is
     String
 
- 
setAuthorListSets the value of the authorList property.- Parameters:
- value- allowed object is- String
 
- 
getProgrammersManualIdGets the value of the programmersManualId property.- Returns:
- possible object is
     String
 
- 
setProgrammersManualIdSets the value of the programmersManualId property.- Parameters:
- value- allowed object is- String
 
- 
getSoftwareIdGets the value of the softwareId property.- Returns:
- possible object is
     String
 
- 
setSoftwareIdSets the value of the softwareId property.- Parameters:
- value- allowed object is- String
 
- 
getSoftwareTypeGets the value of the softwareType property.- Returns:
- possible object is
     String
 
- 
setSoftwareTypeSets the value of the softwareType property.- Parameters:
- value- allowed object is- String
 
- 
getUsersManualIdGets the value of the usersManualId property.- Returns:
- possible object is
     String
 
- 
setUsersManualIdSets the value of the usersManualId property.- Parameters:
- value- allowed object is- String
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-