org.sdmx.resources.sdmxml.schemas.v2_1.message.footer
Class FooterType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.message.footer.FooterType
public class FooterType
- extends Object
FooterType describes the structure of a message footer. The footer is used to convey any error, information, or warning messages. This is to be used when the message has payload, but also needs to communicate additional information. If an error occurs and no payload is generated, an Error message should be returned.
Java class for FooterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FooterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Message" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/message/footer}FooterMessageType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
protected List<FooterMessageType> message
FooterType
public FooterType()
getMessage
public List<FooterMessageType> getMessage()
- Gets the value of the message property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the message property.
For example, to add a new item, do as follows:
getMessage().add(newItem);
Objects of the following type(s) are allowed in the list
FooterMessageType
Copyright © 2012. All Rights Reserved.