org.openprovenance.model.printer
Class OPMPrinterConfiguration

java.lang.Object
  extended by org.openprovenance.model.printer.OPMPrinterConfiguration
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class OPMPrinterConfiguration
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for OPMPrinterConfiguration complex type.

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

 <complexType name="OPMPrinterConfiguration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="edges" type="{http://openprovenance.org/model/opmPrinterConfig}EdgeStyleMap" minOccurs="0"/>
         <element name="processes" type="{http://openprovenance.org/model/opmPrinterConfig}ProcessMap" minOccurs="0"/>
         <element name="artifacts" type="{http://openprovenance.org/model/opmPrinterConfig}ArtifactMap" 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="displayArtifactValue" 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>
 


Field Summary
protected  AccountMap accounts
           
protected  AgentMap agents
           
protected  ArtifactMap artifacts
           
protected  Boolean displayArtifactValue
           
protected  EdgeStyleMap edges
           
protected  String graphName
           
protected  ProcessMap processes
           
 
Constructor Summary
OPMPrinterConfiguration()
           
 
Method Summary
 boolean equals(Object object)
           
 void equals(Object object, EqualsBuilder equalsBuilder)
           
 AccountMap getAccounts()
          Gets the value of the accounts property.
 AgentMap getAgents()
          Gets the value of the agents property.
 ArtifactMap getArtifacts()
          Gets the value of the artifacts property.
 EdgeStyleMap getEdges()
          Gets the value of the edges property.
 String getGraphName()
          Gets the value of the graphName property.
 ProcessMap getProcesses()
          Gets the value of the processes property.
 int hashCode()
           
 void hashCode(HashCodeBuilder hashCodeBuilder)
           
 Boolean isDisplayArtifactValue()
          Gets the value of the displayArtifactValue property.
 void setAccounts(AccountMap value)
          Sets the value of the accounts property.
 void setAgents(AgentMap value)
          Sets the value of the agents property.
 void setArtifacts(ArtifactMap value)
          Sets the value of the artifacts property.
 void setDisplayArtifactValue(Boolean value)
          Sets the value of the displayArtifactValue property.
 void setEdges(EdgeStyleMap value)
          Sets the value of the edges property.
 void setGraphName(String value)
          Sets the value of the graphName property.
 void setProcesses(ProcessMap value)
          Sets the value of the processes property.
 String toString()
           
 void toString(ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

edges

protected EdgeStyleMap edges

processes

protected ProcessMap processes

artifacts

protected ArtifactMap artifacts

agents

protected AgentMap agents

accounts

protected AccountMap accounts

displayArtifactValue

protected Boolean displayArtifactValue

graphName

protected String graphName
Constructor Detail

OPMPrinterConfiguration

public OPMPrinterConfiguration()
Method Detail

getEdges

public EdgeStyleMap getEdges()
Gets the value of the edges property.

Returns:
possible object is EdgeStyleMap

setEdges

public void setEdges(EdgeStyleMap value)
Sets the value of the edges property.

Parameters:
value - allowed object is EdgeStyleMap

getProcesses

public ProcessMap getProcesses()
Gets the value of the processes property.

Returns:
possible object is ProcessMap

setProcesses

public void setProcesses(ProcessMap value)
Sets the value of the processes property.

Parameters:
value - allowed object is ProcessMap

getArtifacts

public ArtifactMap getArtifacts()
Gets the value of the artifacts property.

Returns:
possible object is ArtifactMap

setArtifacts

public void setArtifacts(ArtifactMap value)
Sets the value of the artifacts property.

Parameters:
value - allowed object is ArtifactMap

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

isDisplayArtifactValue

public Boolean isDisplayArtifactValue()
Gets the value of the displayArtifactValue property.

Returns:
possible object is Boolean

setDisplayArtifactValue

public void setDisplayArtifactValue(Boolean value)
Sets the value of the displayArtifactValue 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

equals

public void equals(Object object,
                   EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public void hashCode(HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public void toString(ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.