org.sdmx.resources.sdmxml.schemas.v2_1.message.footer
Class FooterMessageType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.StatusMessageType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.CodedStatusMessageType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.message.footer.FooterMessageType

public class FooterMessageType
extends CodedStatusMessageType

FooterMessageType defines the structure of a message that is contained in the footer of a message. It is a status message that have a severity code of Error, Information, or Warning added to it.

Java class for FooterMessageType complex type.

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

 <complexType name="FooterMessageType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodedStatusMessageType">
       <attribute name="severity" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}SeverityCodeType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  SeverityCodeType severity
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.StatusMessageType
code, text
 
Constructor Summary
FooterMessageType()
           
 
Method Summary
 SeverityCodeType getSeverity()
          Gets the value of the severity property.
 void setSeverity(SeverityCodeType value)
          Sets the value of the severity property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.StatusMessageType
getCode, getText, setCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

severity

protected SeverityCodeType severity
Constructor Detail

FooterMessageType

public FooterMessageType()
Method Detail

getSeverity

public SeverityCodeType getSeverity()
Gets the value of the severity property.

Returns:
possible object is SeverityCodeType

setSeverity

public void setSeverity(SeverityCodeType value)
Sets the value of the severity property.

Parameters:
value - allowed object is SeverityCodeType


Copyright © 2012. All Rights Reserved.