|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.printer.ArtifactMap
public class ArtifactMap
Java class for ArtifactMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArtifactMap">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="artifact" type="{http://openprovenance.org/model/opmPrinterConfig}ArtifactMapEntry" 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>
| Field Summary | |
|---|---|
protected List<ArtifactMapEntry> |
artifact
|
protected Boolean |
coloredAsAccount
|
protected Boolean |
displayValue
|
| Constructor Summary | |
|---|---|
ArtifactMap()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
void |
equals(Object object,
EqualsBuilder equalsBuilder)
|
List<ArtifactMapEntry> |
getArtifact()
Gets the value of the artifact property. |
int |
hashCode()
|
void |
hashCode(HashCodeBuilder hashCodeBuilder)
|
Boolean |
isColoredAsAccount()
Gets the value of the coloredAsAccount property. |
Boolean |
isDisplayValue()
Gets the value of the displayValue property. |
void |
setColoredAsAccount(Boolean value)
Sets the value of the coloredAsAccount property. |
void |
setDisplayValue(Boolean value)
Sets the value of the displayValue 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 List<ArtifactMapEntry> artifact
protected Boolean displayValue
protected Boolean coloredAsAccount
| Constructor Detail |
|---|
public ArtifactMap()
| Method Detail |
|---|
public List<ArtifactMapEntry> getArtifact()
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 artifact property.
For example, to add a new item, do as follows:
getArtifact().add(newItem);
Objects of the following type(s) are allowed in the list
ArtifactMapEntry
public Boolean isDisplayValue()
Booleanpublic void setDisplayValue(Boolean value)
value - allowed object is
Booleanpublic Boolean isColoredAsAccount()
Booleanpublic void setColoredAsAccount(Boolean value)
value - allowed object is
Boolean
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 | |||||||||