|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.printer.OPMPrinterConfiguration
public class OPMPrinterConfiguration
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 |
|---|
protected EdgeStyleMap edges
protected ProcessMap processes
protected ArtifactMap artifacts
protected AgentMap agents
protected AccountMap accounts
protected Boolean displayArtifactValue
protected String graphName
| Constructor Detail |
|---|
public OPMPrinterConfiguration()
| Method Detail |
|---|
public EdgeStyleMap getEdges()
EdgeStyleMappublic void setEdges(EdgeStyleMap value)
value - allowed object is
EdgeStyleMappublic ProcessMap getProcesses()
ProcessMappublic void setProcesses(ProcessMap value)
value - allowed object is
ProcessMappublic ArtifactMap getArtifacts()
ArtifactMappublic void setArtifacts(ArtifactMap value)
value - allowed object is
ArtifactMappublic AgentMap getAgents()
AgentMappublic void setAgents(AgentMap value)
value - allowed object is
AgentMappublic AccountMap getAccounts()
AccountMappublic void setAccounts(AccountMap value)
value - allowed object is
AccountMappublic Boolean isDisplayArtifactValue()
Booleanpublic void setDisplayArtifactValue(Boolean value)
value - allowed object is
Booleanpublic String getGraphName()
Stringpublic void setGraphName(String value)
value - allowed object is
String
public void equals(Object object,
EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic void hashCode(HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic void toString(ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||