net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc
Interface Messages

All Superinterfaces:
ModelObject
All Known Implementing Classes:
MessagesImpl

public interface Messages
extends ModelObject

List of messages.


Method Summary
 List<Message> getMessage()
          Gets the value of the message property.
 List<MessageReference> getReference()
          Gets the value of the reference property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getMessage

List<Message> 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 Message


getReference

List<MessageReference> getReference()
Gets the value of the reference 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 reference property.

For example, to add a new item, do as follows:

    getReference().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageReference



Copyright © 2009 The CC-XJC Community. All Rights Reserved.