Package gov.nasa.arc.pds.xml.generated
Class Software
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Software
 
- 
 public class Software extends java.lang.ObjectThe Software class describes a software productJava 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 java.lang.StringauthorListprotected java.lang.Stringdescriptionprotected java.lang.Stringnameprotected java.lang.StringprogrammersManualIdprotected java.lang.StringsoftwareIdprotected java.lang.StringsoftwareTypeprotected java.lang.StringsoftwareVersionIdprotected java.lang.StringusersManualIdprotected java.lang.StringversionId
 - 
Constructor SummaryConstructors Constructor Description Software()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthorList()Gets the value of the authorList property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetProgrammersManualId()Gets the value of the programmersManualId property.java.lang.StringgetSoftwareId()Gets the value of the softwareId property.java.lang.StringgetSoftwareType()Gets the value of the softwareType property.java.lang.StringgetSoftwareVersionId()Gets the value of the softwareVersionId property.java.lang.StringgetUsersManualId()Gets the value of the usersManualId property.java.lang.StringgetVersionId()Gets the value of the versionId property.voidsetAuthorList(java.lang.String value)Sets the value of the authorList property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetProgrammersManualId(java.lang.String value)Sets the value of the programmersManualId property.voidsetSoftwareId(java.lang.String value)Sets the value of the softwareId property.voidsetSoftwareType(java.lang.String value)Sets the value of the softwareType property.voidsetSoftwareVersionId(java.lang.String value)Sets the value of the softwareVersionId property.voidsetUsersManualId(java.lang.String value)Sets the value of the usersManualId property.voidsetVersionId(java.lang.String value)Sets the value of the versionId property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
softwareVersionIdprotected java.lang.String softwareVersionId 
 - 
versionIdprotected java.lang.String versionId 
 - 
authorListprotected java.lang.String authorList 
 - 
programmersManualIdprotected java.lang.String programmersManualId 
 - 
softwareIdprotected java.lang.String softwareId 
 - 
softwareTypeprotected java.lang.String softwareType 
 - 
usersManualIdprotected java.lang.String usersManualId 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getSoftwareVersionIdpublic java.lang.String getSoftwareVersionId() Gets the value of the softwareVersionId property.- Returns:
- possible object is
     String
 
 - 
setSoftwareVersionIdpublic void setSoftwareVersionId(java.lang.String value) Sets the value of the softwareVersionId property.- Parameters:
- value- allowed object is- String
 
 - 
getVersionIdpublic java.lang.String getVersionId() Gets the value of the versionId property.- Returns:
- possible object is
     String
 
 - 
setVersionIdpublic void setVersionId(java.lang.String value) Sets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
 - 
getAuthorListpublic java.lang.String getAuthorList() Gets the value of the authorList property.- Returns:
- possible object is
     String
 
 - 
setAuthorListpublic void setAuthorList(java.lang.String value) Sets the value of the authorList property.- Parameters:
- value- allowed object is- String
 
 - 
getProgrammersManualIdpublic java.lang.String getProgrammersManualId() Gets the value of the programmersManualId property.- Returns:
- possible object is
     String
 
 - 
setProgrammersManualIdpublic void setProgrammersManualId(java.lang.String value) Sets the value of the programmersManualId property.- Parameters:
- value- allowed object is- String
 
 - 
getSoftwareIdpublic java.lang.String getSoftwareId() Gets the value of the softwareId property.- Returns:
- possible object is
     String
 
 - 
setSoftwareIdpublic void setSoftwareId(java.lang.String value) Sets the value of the softwareId property.- Parameters:
- value- allowed object is- String
 
 - 
getSoftwareTypepublic java.lang.String getSoftwareType() Gets the value of the softwareType property.- Returns:
- possible object is
     String
 
 - 
setSoftwareTypepublic void setSoftwareType(java.lang.String value) Sets the value of the softwareType property.- Parameters:
- value- allowed object is- String
 
 - 
getUsersManualIdpublic java.lang.String getUsersManualId() Gets the value of the usersManualId property.- Returns:
- possible object is
     String
 
 - 
setUsersManualIdpublic void setUsersManualId(java.lang.String value) Sets the value of the usersManualId property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-