org.sdmx.resources.sdmxml.schemas.v2_0.utility
Class GroupType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.utility.GroupType

public abstract class GroupType
extends Object

GroupType acts as a structural base, which is renamed and extended through the addition of attributes to reflect the particular needs of a specific key family using the xs:extends element.

Java class for GroupType complex type.

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

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


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

Constructor Detail

GroupType

public GroupType()


Copyright © 2012. All Rights Reserved.