Class PropertyMaps

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

public class PropertyMaps
extends Object
The Property Maps class defines a collection of one or more related Property Maps.

Java class for Property_Maps complex type.

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

 <complexType name="Property_Maps">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identifier" type="{http://pds.nasa.gov/pds4/pds/v1}identifier"/>
         <element name="title" type="{http://pds.nasa.gov/pds4/pds/v1}title" minOccurs="0"/>
         <element name="namespace_id" type="{http://pds.nasa.gov/pds4/pds/v1}namespace_id"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
         <element name="external_property_map_id" type="{http://pds.nasa.gov/pds4/pds/v1}external_property_map_id" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Property_Map" type="{http://pds.nasa.gov/pds4/pds/v1}Property_Map" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • identifier

      protected String identifier
    • title

      protected String title
    • namespaceId

      protected String namespaceId
    • description

      protected String description
    • externalPropertyMapIds

      protected List<String> externalPropertyMapIds
    • propertyMaps

      protected List<PropertyMap> propertyMaps
  • Constructor Details

    • PropertyMaps

      public PropertyMaps()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier​(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle​(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getNamespaceId

      public String getNamespaceId()
      Gets the value of the namespaceId property.
      Returns:
      possible object is String
    • setNamespaceId

      public void setNamespaceId​(String value)
      Sets the value of the namespaceId 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
    • getExternalPropertyMapIds

      public List<String> getExternalPropertyMapIds()
      Gets the value of the externalPropertyMapIds 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 externalPropertyMapIds property.

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

          getExternalPropertyMapIds().add(newItem);
       

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

    • getPropertyMaps

      public List<PropertyMap> getPropertyMaps()
      Gets the value of the propertyMaps 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 propertyMaps property.

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

          getPropertyMaps().add(newItem);
       

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