Class ArchiveResource

java.lang.Object
gov.nasa.arc.pds.xml.generated.ArchiveResource

public class ArchiveResource extends Object
The Archive_Resource class describes tools and services that enable access to, use of, and interaction with PDS4 data.

Java class for Archive_Resource complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Archive_Resource">
   <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="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id" minOccurs="0"/>
         <element name="url" type="{http://pds.nasa.gov/pds4/pds/v1}url" maxOccurs="unbounded"/>
         <element name="release_date" type="{http://pds.nasa.gov/pds4/pds/v1}release_date" minOccurs="0"/>
         <element name="resource_type" type="{http://pds.nasa.gov/pds4/pds/v1}resource_type" maxOccurs="unbounded"/>
         <element name="resource_subtype" type="{http://pds.nasa.gov/pds4/pds/v1}resource_subtype" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interface_type" type="{http://pds.nasa.gov/pds4/pds/v1}interface_type" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • versionId

      protected String versionId
    • urls

      protected List<String> urls
    • releaseDate

      protected String releaseDate
    • resourceTypes

      protected List<String> resourceTypes
    • resourceSubtypes

      protected List<String> resourceSubtypes
    • interfaceTypes

      protected List<String> interfaceTypes
    • description

      protected String description
  • Constructor Details

    • ArchiveResource

      public ArchiveResource()
  • 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
    • 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
    • getUrls

      public List<String> getUrls()
      Gets the value of the urls property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the urls property.

      For example, to add a new item, do as follows:

       getUrls().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the urls property.
    • getReleaseDate

      public String getReleaseDate()
      Gets the value of the releaseDate property.
      Returns:
      possible object is String
    • setReleaseDate

      public void setReleaseDate(String value)
      Sets the value of the releaseDate property.
      Parameters:
      value - allowed object is String
    • getResourceTypes

      public List<String> getResourceTypes()
      Gets the value of the resourceTypes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceTypes property.

      For example, to add a new item, do as follows:

       getResourceTypes().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the resourceTypes property.
    • getResourceSubtypes

      public List<String> getResourceSubtypes()
      Gets the value of the resourceSubtypes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceSubtypes property.

      For example, to add a new item, do as follows:

       getResourceSubtypes().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the resourceSubtypes property.
    • getInterfaceTypes

      public List<String> getInterfaceTypes()
      Gets the value of the interfaceTypes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the interfaceTypes property.

      For example, to add a new item, do as follows:

       getInterfaceTypes().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the interfaceTypes property.
    • 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