org.sdmx.resources.sdmxml.schemas.v2_1.query
Class VersionableWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.VersionableWhereType
Direct Known Subclasses:
MaintainableWhereType

public abstract class VersionableWhereType
extends NameableWhereType

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

version

protected String version

versionTo

protected TimeRangeValueType versionTo

versionFrom

protected TimeRangeValueType versionFrom

versionActive

protected Boolean versionActive
Constructor Detail

VersionableWhereType

public VersionableWhereType()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getVersionTo

public TimeRangeValueType getVersionTo()
Gets the value of the versionTo property.

Returns:
possible object is TimeRangeValueType

setVersionTo

public void setVersionTo(TimeRangeValueType value)
Sets the value of the versionTo property.

Parameters:
value - allowed object is TimeRangeValueType

getVersionFrom

public TimeRangeValueType getVersionFrom()
Gets the value of the versionFrom property.

Returns:
possible object is TimeRangeValueType

setVersionFrom

public void setVersionFrom(TimeRangeValueType value)
Sets the value of the versionFrom property.

Parameters:
value - allowed object is TimeRangeValueType

isVersionActive

public Boolean isVersionActive()
Gets the value of the versionActive property.

Returns:
possible object is Boolean

setVersionActive

public void setVersionActive(Boolean value)
Sets the value of the versionActive property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.