Class PropertyMapEntry


  • public class PropertyMapEntry
    extends java.lang.Object
    The property map entry consists of a property name and one or more values.

    Java class for Property_Map_Entry complex type

    .

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

    
     <complexType name="Property_Map_Entry">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="property_map_type" type="{http://pds.nasa.gov/pds4/pds/v1}property_map_type" minOccurs="0"/>
             <element name="property_map_subtype" type="{http://pds.nasa.gov/pds4/pds/v1}property_map_subtype" minOccurs="0"/>
             <element name="property_name" type="{http://pds.nasa.gov/pds4/pds/v1}property_name"/>
             <element name="property_value" type="{http://pds.nasa.gov/pds4/pds/v1}property_value" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyMapSubtype()
      Gets the value of the propertyMapSubtype property.
      java.lang.String getPropertyMapType()
      Gets the value of the propertyMapType property.
      java.lang.String getPropertyName()
      Gets the value of the propertyName property.
      java.util.List<java.lang.String> getPropertyValues()
      Gets the value of the propertyValues property.
      void setPropertyMapSubtype​(java.lang.String value)
      Sets the value of the propertyMapSubtype property.
      void setPropertyMapType​(java.lang.String value)
      Sets the value of the propertyMapType property.
      void setPropertyName​(java.lang.String value)
      Sets the value of the propertyName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propertyMapType

        protected java.lang.String propertyMapType
      • propertyMapSubtype

        protected java.lang.String propertyMapSubtype
      • propertyName

        protected java.lang.String propertyName
      • propertyValues

        protected java.util.List<java.lang.String> propertyValues
    • Constructor Detail

      • PropertyMapEntry

        public PropertyMapEntry()
    • Method Detail

      • getPropertyMapType

        public java.lang.String getPropertyMapType()
        Gets the value of the propertyMapType property.
        Returns:
        possible object is String
      • setPropertyMapType

        public void setPropertyMapType​(java.lang.String value)
        Sets the value of the propertyMapType property.
        Parameters:
        value - allowed object is String
      • getPropertyMapSubtype

        public java.lang.String getPropertyMapSubtype()
        Gets the value of the propertyMapSubtype property.
        Returns:
        possible object is String
      • setPropertyMapSubtype

        public void setPropertyMapSubtype​(java.lang.String value)
        Sets the value of the propertyMapSubtype property.
        Parameters:
        value - allowed object is String
      • getPropertyName

        public java.lang.String getPropertyName()
        Gets the value of the propertyName property.
        Returns:
        possible object is String
      • setPropertyName

        public void setPropertyName​(java.lang.String value)
        Sets the value of the propertyName property.
        Parameters:
        value - allowed object is String
      • getPropertyValues

        public java.util.List<java.lang.String> getPropertyValues()
        Gets the value of the propertyValues 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 propertyValues property.

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

         getPropertyValues().add(newItem);
         

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

        Returns:
        The value of the propertyValues property.