public class Software
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authorList |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.String |
programmersManualId |
protected java.lang.String |
softwareId |
protected java.lang.String |
softwareType |
protected java.lang.String |
softwareVersionId |
protected java.lang.String |
usersManualId |
protected java.lang.String |
versionId |
| Constructor and Description |
|---|
Software() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorList()
Gets the value of the authorList property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getProgrammersManualId()
Gets the value of the programmersManualId property.
|
java.lang.String |
getSoftwareId()
Gets the value of the softwareId property.
|
java.lang.String |
getSoftwareType()
Gets the value of the softwareType property.
|
java.lang.String |
getSoftwareVersionId()
Gets the value of the softwareVersionId property.
|
java.lang.String |
getUsersManualId()
Gets the value of the usersManualId property.
|
java.lang.String |
getVersionId()
Gets the value of the versionId property.
|
void |
setAuthorList(java.lang.String value)
Sets the value of the authorList property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProgrammersManualId(java.lang.String value)
Sets the value of the programmersManualId property.
|
void |
setSoftwareId(java.lang.String value)
Sets the value of the softwareId property.
|
void |
setSoftwareType(java.lang.String value)
Sets the value of the softwareType property.
|
void |
setSoftwareVersionId(java.lang.String value)
Sets the value of the softwareVersionId property.
|
void |
setUsersManualId(java.lang.String value)
Sets the value of the usersManualId property.
|
void |
setVersionId(java.lang.String value)
Sets the value of the versionId property.
|
protected java.lang.String name
protected java.lang.String softwareVersionId
protected java.lang.String versionId
protected java.lang.String authorList
protected java.lang.String programmersManualId
protected java.lang.String softwareId
protected java.lang.String softwareType
protected java.lang.String usersManualId
protected java.lang.String description
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSoftwareVersionId()
Stringpublic void setSoftwareVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionId()
Stringpublic void setVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthorList()
Stringpublic void setAuthorList(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProgrammersManualId()
Stringpublic void setProgrammersManualId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSoftwareId()
Stringpublic void setSoftwareId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSoftwareType()
Stringpublic void setSoftwareType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsersManualId()
Stringpublic void setUsersManualId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.