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 Details

    • name

      protected String name
    • softwareVersionId

      protected String softwareVersionId
    • versionId

      protected String versionId
    • authorList

      protected String authorList
    • programmersManualId

      protected String programmersManualId
    • softwareId

      protected String softwareId
    • softwareType

      protected String softwareType
    • usersManualId

      protected String usersManualId
    • description

      protected String description
  • Constructor Details

    • Software

      public Software()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getSoftwareVersionId

      public String getSoftwareVersionId()
      Gets the value of the softwareVersionId property.
      Returns:
      possible object is String
    • setSoftwareVersionId

      public void setSoftwareVersionId​(String value)
      Sets the value of the softwareVersionId property.
      Parameters:
      value - allowed object is String
    • getVersionId

      public String getVersionId()
      Gets the value of the versionId property.
      Returns:
      possible object is String
    • setVersionId

      public void setVersionId​(String value)
      Sets the value of the versionId property.
      Parameters:
      value - allowed object is String
    • getAuthorList

      public String getAuthorList()
      Gets the value of the authorList property.
      Returns:
      possible object is String
    • setAuthorList

      public void setAuthorList​(String value)
      Sets the value of the authorList property.
      Parameters:
      value - allowed object is String
    • getProgrammersManualId

      public String getProgrammersManualId()
      Gets the value of the programmersManualId property.
      Returns:
      possible object is String
    • setProgrammersManualId

      public void setProgrammersManualId​(String value)
      Sets the value of the programmersManualId property.
      Parameters:
      value - allowed object is String
    • getSoftwareId

      public String getSoftwareId()
      Gets the value of the softwareId property.
      Returns:
      possible object is String
    • setSoftwareId

      public void setSoftwareId​(String value)
      Sets the value of the softwareId property.
      Parameters:
      value - allowed object is String
    • getSoftwareType

      public String getSoftwareType()
      Gets the value of the softwareType property.
      Returns:
      possible object is String
    • setSoftwareType

      public void setSoftwareType​(String value)
      Sets the value of the softwareType property.
      Parameters:
      value - allowed object is String
    • getUsersManualId

      public String getUsersManualId()
      Gets the value of the usersManualId property.
      Returns:
      possible object is String
    • setUsersManualId

      public void setUsersManualId​(String value)
      Sets the value of the usersManualId property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription​(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String