|
||||||||||
| 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.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
public abstract class VersionableWhereType
VersionableQueryType is an abstract base type that serves as the basis for any query for a versionable object.
Java class for VersionableWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionableWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}NameableWhereType">
<sequence>
<element name="Version" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}VersionQueryType" minOccurs="0"/>
<element name="VersionTo" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType" minOccurs="0"/>
<element name="VersionFrom" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType" minOccurs="0"/>
<element name="VersionActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
version
|
protected Boolean |
versionActive
|
protected TimeRangeValueType |
versionFrom
|
protected TimeRangeValueType |
versionTo
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType |
|---|
description, name |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType |
|---|
id, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType |
|---|
annotation |
| Constructor Summary | |
|---|---|
VersionableWhereType()
|
|
| Method Summary | |
|---|---|
String |
getVersion()
Gets the value of the version property. |
TimeRangeValueType |
getVersionFrom()
Gets the value of the versionFrom property. |
TimeRangeValueType |
getVersionTo()
Gets the value of the versionTo property. |
Boolean |
isVersionActive()
Gets the value of the versionActive property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
setVersionActive(Boolean value)
Sets the value of the versionActive property. |
void |
setVersionFrom(TimeRangeValueType value)
Sets the value of the versionFrom property. |
void |
setVersionTo(TimeRangeValueType value)
Sets the value of the versionTo property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType |
|---|
getDescription, getName, setDescription, setName |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType |
|---|
getID, getURN, setID, setURN |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType |
|---|
getAnnotation, setAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String version
protected TimeRangeValueType versionTo
protected TimeRangeValueType versionFrom
protected Boolean versionActive
| Constructor Detail |
|---|
public VersionableWhereType()
| Method Detail |
|---|
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic TimeRangeValueType getVersionTo()
TimeRangeValueTypepublic void setVersionTo(TimeRangeValueType value)
value - allowed object is
TimeRangeValueTypepublic TimeRangeValueType getVersionFrom()
TimeRangeValueTypepublic void setVersionFrom(TimeRangeValueType value)
value - allowed object is
TimeRangeValueTypepublic Boolean isVersionActive()
Booleanpublic void setVersionActive(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||