|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.Used
public class Used
Java class for Used complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Used">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="effect" type="{http://openprovenance.org/model/opmx#}ProcessRef"/>
<element name="role" type="{http://openprovenance.org/model/opmx#}Role"/>
<element name="cause" type="{http://openprovenance.org/model/opmx#}ArtifactRef"/>
<element name="account" type="{http://openprovenance.org/model/opmx#}AccountRef" maxOccurs="unbounded" minOccurs="0"/>
<element name="time" type="{http://openprovenance.org/model/opmx#}OTime" minOccurs="0"/>
<element ref="{http://openprovenance.org/model/opmx#}annotation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AccountRef> |
account
|
protected List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> |
annotation
|
protected ArtifactRef |
cause
|
protected ProcessRef |
effect
|
protected String |
id
|
protected Role |
role
|
protected OTime |
time
|
| Constructor Summary | |
|---|---|
Used()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
void |
equals(Object object,
EqualsBuilder equalsBuilder)
|
List<AccountRef> |
getAccount()
Gets the value of the account property. |
List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> |
getAnnotation()
Gets the value of the annotation property. |
ArtifactRef |
getCause()
Gets the value of the cause property. |
ProcessRef |
getEffect()
Gets the value of the effect property. |
String |
getId()
Gets the value of the id property. |
Role |
getRole()
Gets the value of the role property. |
OTime |
getTime()
Gets the value of the time property. |
int |
hashCode()
|
void |
hashCode(HashCodeBuilder hashCodeBuilder)
|
void |
setCause(ArtifactRef value)
Sets the value of the cause property. |
void |
setEffect(ProcessRef value)
Sets the value of the effect property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRole(Role value)
Sets the value of the role property. |
void |
setTime(OTime value)
Sets the value of the time 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 ProcessRef effect
protected Role role
protected ArtifactRef cause
protected List<AccountRef> account
protected OTime time
protected List<javax.xml.bind.JAXBElement<? extends EmbeddedAnnotation>> annotation
protected String id
| Constructor Detail |
|---|
public Used()
| Method Detail |
|---|
public ProcessRef getEffect()
getEffect in interface EdgeProcessRefpublic void setEffect(ProcessRef value)
value - allowed object is
ProcessRefpublic Role getRole()
Rolepublic void setRole(Role value)
value - allowed object is
Rolepublic ArtifactRef getCause()
getCause in interface EdgeArtifactRefpublic void setCause(ArtifactRef value)
value - allowed object is
ArtifactRefpublic List<AccountRef> getAccount()
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 account property.
For example, to add a new item, do as follows:
getAccount().add(newItem);
Objects of the following type(s) are allowed in the list
AccountRef
getAccount in interface HasAccountspublic OTime getTime()
OTimepublic void setTime(OTime value)
value - allowed object is
OTimepublic 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<Value>
JAXBElement<Type>
JAXBElement<Label>
JAXBElement<PName>
JAXBElement<EmbeddedAnnotation>
JAXBElement<Profile>
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 | |||||||||