public class VersionableResource extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="wasChangedBy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://purl.org/wf4ever/roevo#}ChangeSpecification"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.w3.org/ns/prov#}generatedAtTime" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/prov#}wasRevisionOf" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/prov#}hadOriginalSource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/prov#}wasAttributedTo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionableResource.WasChangedBy
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
about |
protected GeneratedAtTime |
generatedAtTime |
protected List<Resource> |
hadOriginalSource |
protected List<Resource> |
wasAttributedTo |
protected VersionableResource.WasChangedBy |
wasChangedBy |
protected Resource |
wasRevisionOf |
| Constructor and Description |
|---|
VersionableResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout()
Gets the value of the about property.
|
GeneratedAtTime |
getGeneratedAtTime()
Gets the value of the generatedAtTime property.
|
List<Resource> |
getHadOriginalSource()
Gets the value of the hadOriginalSource property.
|
List<Resource> |
getWasAttributedTo()
Gets the value of the wasAttributedTo property.
|
VersionableResource.WasChangedBy |
getWasChangedBy()
Gets the value of the wasChangedBy property.
|
Resource |
getWasRevisionOf()
Gets the value of the wasRevisionOf property.
|
void |
setAbout(String value)
Sets the value of the about property.
|
void |
setGeneratedAtTime(GeneratedAtTime value)
Sets the value of the generatedAtTime property.
|
void |
setWasChangedBy(VersionableResource.WasChangedBy value)
Sets the value of the wasChangedBy property.
|
void |
setWasRevisionOf(Resource value)
Sets the value of the wasRevisionOf property.
|
protected VersionableResource.WasChangedBy wasChangedBy
protected GeneratedAtTime generatedAtTime
protected Resource wasRevisionOf
protected String about
public VersionableResource.WasChangedBy getWasChangedBy()
VersionableResource.WasChangedBypublic void setWasChangedBy(VersionableResource.WasChangedBy value)
value - allowed object is
VersionableResource.WasChangedBypublic GeneratedAtTime getGeneratedAtTime()
GeneratedAtTimepublic void setGeneratedAtTime(GeneratedAtTime value)
value - allowed object is
GeneratedAtTimepublic Resource getWasRevisionOf()
Resourcepublic void setWasRevisionOf(Resource value)
value - allowed object is
Resourcepublic List<Resource> getHadOriginalSource()
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 hadOriginalSource property.
For example, to add a new item, do as follows:
getHadOriginalSource().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public List<Resource> getWasAttributedTo()
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 wasAttributedTo property.
For example, to add a new item, do as follows:
getWasAttributedTo().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public String getAbout()
StringCopyright © 2014 myGrid. All rights reserved.