Class ProvPrinterConfiguration

  • All Implemented Interfaces:
    Equals, HashCode, ToString

    public class ProvPrinterConfiguration
    extends Object
    implements Equals, HashCode, ToString

    Java class for ProvPrinterConfiguration complex type.

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

     <complexType name="ProvPrinterConfiguration">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="relations" type="{http://openprovenance.org/model/opmPrinterConfig}RelationStyleMap" minOccurs="0"/>
             <element name="activities" type="{http://openprovenance.org/model/opmPrinterConfig}ActivityMap" minOccurs="0"/>
             <element name="entities" type="{http://openprovenance.org/model/opmPrinterConfig}EntityMap" minOccurs="0"/>
             <element name="agents" type="{http://openprovenance.org/model/opmPrinterConfig}AgentMap" minOccurs="0"/>
             <element name="accounts" type="{http://openprovenance.org/model/opmPrinterConfig}AccountMap" minOccurs="0"/>
             <element name="displayEntityValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="graphName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProvPrinterConfiguration

        public ProvPrinterConfiguration()
    • Method Detail

      • setRelations

        public void setRelations​(RelationStyleMap value)
        Sets the value of the relations property.
        Parameters:
        value - allowed object is RelationStyleMap
      • getActivities

        public ActivityMap getActivities()
        Gets the value of the activities property.
        Returns:
        possible object is ActivityMap
      • setActivities

        public void setActivities​(ActivityMap value)
        Sets the value of the activities property.
        Parameters:
        value - allowed object is ActivityMap
      • getEntities

        public EntityMap getEntities()
        Gets the value of the entities property.
        Returns:
        possible object is EntityMap
      • setEntities

        public void setEntities​(EntityMap value)
        Sets the value of the entities property.
        Parameters:
        value - allowed object is EntityMap
      • getAgents

        public AgentMap getAgents()
        Gets the value of the agents property.
        Returns:
        possible object is AgentMap
      • setAgents

        public void setAgents​(AgentMap value)
        Sets the value of the agents property.
        Parameters:
        value - allowed object is AgentMap
      • getAccounts

        public AccountMap getAccounts()
        Gets the value of the accounts property.
        Returns:
        possible object is AccountMap
      • setAccounts

        public void setAccounts​(AccountMap value)
        Sets the value of the accounts property.
        Parameters:
        value - allowed object is AccountMap
      • isDisplayEntityValue

        public Boolean isDisplayEntityValue()
        Gets the value of the displayEntityValue property.
        Returns:
        possible object is Boolean
      • setDisplayEntityValue

        public void setDisplayEntityValue​(Boolean value)
        Sets the value of the displayEntityValue property.
        Parameters:
        value - allowed object is Boolean
      • getGraphName

        public String getGraphName()
        Gets the value of the graphName property.
        Returns:
        possible object is String
      • setGraphName

        public void setGraphName​(String value)
        Sets the value of the graphName property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object