org.sdmx.resources.sdmxml.schemas.v2_1.common
Class EmptyType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.EmptyType

public class EmptyType
extends Object

EmptyType is an empty complex type for elements where the presence of the tag indicates all that is necessary.

Java class for EmptyType complex type.

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

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


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

Constructor Detail

EmptyType

public EmptyType()


Copyright © 2012. All Rights Reserved.