|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.OPMGraph
public class OPMGraph
Java class for OPMGraph complex type. See OPMGraph.
| Field Summary | |
|---|---|
protected Accounts |
accounts
|
protected Agents |
agents
|
protected List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> |
annotation
|
protected Annotations |
annotations
|
protected Artifacts |
artifacts
|
protected CausalDependencies |
causalDependencies
|
protected String |
id
|
protected Processes |
processes
|
| Constructor Summary | |
|---|---|
OPMGraph()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
void |
equals(Object object,
EqualsBuilder equalsBuilder)
|
Accounts |
getAccounts()
Gets the value of the accounts property. |
Agents |
getAgents()
Gets the value of the agents property. |
List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> |
getAnnotation()
Gets the value of the annotation property. |
Annotations |
getAnnotations()
Gets the value of the annotations property. |
Artifacts |
getArtifacts()
Gets the value of the artifacts property. |
CausalDependencies |
getCausalDependencies()
Gets the value of the causalDependencies property. |
String |
getId()
Gets the value of the id property. |
Processes |
getProcesses()
Gets the value of the processes property. |
int |
hashCode()
|
void |
hashCode(HashCodeBuilder hashCodeBuilder)
|
void |
setAccounts(Accounts value)
Sets the value of the accounts property. |
void |
setAgents(Agents value)
Sets the value of the agents property. |
void |
setAnnotations(Annotations value)
Sets the value of the annotations property. |
void |
setArtifacts(Artifacts value)
Sets the value of the artifacts property. |
void |
setCausalDependencies(CausalDependencies value)
Sets the value of the causalDependencies property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setProcesses(Processes 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 Accounts accounts
protected Processes processes
protected Artifacts artifacts
protected Agents agents
protected CausalDependencies causalDependencies
protected Annotations annotations
protected List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> annotation
protected String id
| Constructor Detail |
|---|
public OPMGraph()
| Method Detail |
|---|
public Accounts getAccounts()
Accountspublic void setAccounts(Accounts value)
value - allowed object is
Accountspublic Processes getProcesses()
Processespublic void setProcesses(Processes value)
value - allowed object is
Processespublic Artifacts getArtifacts()
Artifactspublic void setArtifacts(Artifacts value)
value - allowed object is
Artifactspublic Agents getAgents()
Agentspublic void setAgents(Agents value)
value - allowed object is
Agentspublic CausalDependencies getCausalDependencies()
CausalDependenciespublic void setCausalDependencies(CausalDependencies value)
value - allowed object is
CausalDependenciespublic Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
Annotationspublic List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Type>
JAXBElement<Label>
JAXBElement<PName>
JAXBElement<Profile>
JAXBElement<EmbeddedAnnotation>
JAXBElement<Value>
getAnnotation in interface Annotablepublic String getId()
getId in interface IdentifiableStringpublic void setId(String value)
setId in interface Identifiablevalue - 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 | |||||||||