Class ActivityMap

  • All Implemented Interfaces:
    Equals, HashCode, ToString

    public class ActivityMap
    extends Object
    implements Equals, HashCode, ToString

    Java class for ActivityMap complex type.

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

     <complexType name="ActivityMap">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="activity" type="{http://openprovenance.org/model/opmPrinterConfig}ActivityMapEntry" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="displayValue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="coloredAsAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ActivityMap

        public ActivityMap()
    • Method Detail

      • getActivity

        public List<ActivityMapEntry> getActivity()
        Gets the value of the activity 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 activity property.

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

            getActivity().add(newItem);
         

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

      • isDisplayValue

        public Boolean isDisplayValue()
        Gets the value of the displayValue property.
        Returns:
        possible object is Boolean
      • setDisplayValue

        public void setDisplayValue​(Boolean value)
        Sets the value of the displayValue property.
        Parameters:
        value - allowed object is Boolean
      • isColoredAsAccount

        public Boolean isColoredAsAccount()
        Gets the value of the coloredAsAccount property.
        Returns:
        possible object is Boolean
      • setColoredAsAccount

        public void setColoredAsAccount​(Boolean value)
        Sets the value of the coloredAsAccount property.
        Parameters:
        value - allowed object is Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object