org.sdmx.resources.sdmxml.schemas.v2_0.cross
Class ObsType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.cross.ObsType

public abstract class ObsType
extends Object

ObsType acts as a structural base, which is extended through the addition of attributes to reflect the particular needs of a specific key family using the xs:extends element. It is capable of expressing the value and attributes of any single available cross-sectional measure (when extended).

Java class for ObsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ObsType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObsType

public ObsType()


Copyright © 2012. All Rights Reserved.