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