|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.registry.VersionableObjectEventType
public class VersionableObjectEventType
VersionableObjectEventType describes the structure of a reference to a versionable object's events. Either all instances of the object matching the inherited criteria, a specific instance, or specific instances of the object may be selected.
Java class for VersionableObjectEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionableObjectEventType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="All" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}EmptyType"/>
<element name="URN" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<sequence>
<element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}IDQueryType"/>
<element name="Version" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/registry}VersionQueryType"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EmptyType |
all
|
protected String |
id
|
protected String |
urn
|
protected List<String> |
version
|
| Constructor Summary | |
|---|---|
VersionableObjectEventType()
|
|
| Method Summary | |
|---|---|
EmptyType |
getAll()
Gets the value of the all property. |
String |
getID()
Gets the value of the id property. |
String |
getURN()
Gets the value of the urn property. |
List<String> |
getVersion()
Gets the value of the version property. |
void |
setAll(EmptyType value)
Sets the value of the all property. |
void |
setID(String value)
Sets the value of the id property. |
void |
setURN(String value)
Sets the value of the urn property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EmptyType all
protected String urn
protected String id
protected List<String> version
| Constructor Detail |
|---|
public VersionableObjectEventType()
| Method Detail |
|---|
public EmptyType getAll()
EmptyTypepublic void setAll(EmptyType value)
value - allowed object is
EmptyTypepublic String getURN()
Stringpublic void setURN(String value)
value - allowed object is
Stringpublic String getID()
Stringpublic void setID(String value)
value - allowed object is
Stringpublic List<String> getVersion()
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 version property.
For example, to add a new item, do as follows:
getVersion().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||