org.sdmx.resources.sdmxml.schemas.v2_1.message
Class StructureType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.StructureType

public class StructureType
extends MessageType

StructureType defines the contents of a structure message. The payload is optional since this message may be returned from a web service with only information in the footer.

Java class for StructureType complex type.

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

 <complexType name="StructureType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}MessageType">
       <sequence>
         <element name="Header" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message}StructureHeaderType"/>
         <element name="Structures" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}StructuresType" minOccurs="0"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}Footer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
any, footer, header
 
Constructor Summary
StructureType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.message.MessageType
getAny, getFooter, getHeader, setFooter, setHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureType

public StructureType()


Copyright © 2012. All Rights Reserved.