net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl
Class MessagesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.MessagesImpl
All Implemented Interfaces:
Serializable, Cloneable, Messages, ModelObject

public class MessagesImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Messages

See Also:
Serialized Form

Field Summary
protected  Message[] message
           
protected  MessageReference[] reference
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
MessagesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.MessagesImpl instance.
MessagesImpl(MessagesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.MessagesImpl instance by copying a given instance.
 
Method Summary
 MessagesImpl clone()
          Creates and returns a copy of this object.
 Message[] getMessage()
           
 Message getMessage(int idx)
           
 int getMessageLength()
           
 MessageReference[] getReference()
           
 MessageReference getReference(int idx)
           
 int getReferenceLength()
           
 Message setMessage(int idx, Message value)
           
 void setMessage(Message[] values)
           
 MessageReference setReference(int idx, MessageReference value)
           
 void setReference(MessageReference[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

message

protected Message[] message

reference

protected MessageReference[] reference
Constructor Detail

MessagesImpl

public MessagesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.MessagesImpl instance.


MessagesImpl

public MessagesImpl(MessagesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.jdtaus.container.impl.MessagesImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMessage

public Message[] getMessage()
Specified by:
getMessage in interface Messages
Returns:
array of Message

getMessage

public Message getMessage(int idx)
Specified by:
getMessage in interface Messages
Returns:
one of Message

getMessageLength

public int getMessageLength()
Specified by:
getMessageLength in interface Messages

setMessage

public void setMessage(Message[] values)
Specified by:
setMessage in interface Messages
Parameters:
values - allowed objects are Message

setMessage

public Message setMessage(int idx,
                          Message value)
Specified by:
setMessage in interface Messages
value - allowed object is Message

getReference

public MessageReference[] getReference()
Specified by:
getReference in interface Messages
Returns:
array of MessageReference

getReference

public MessageReference getReference(int idx)
Specified by:
getReference in interface Messages
Returns:
one of MessageReference

getReferenceLength

public int getReferenceLength()
Specified by:
getReferenceLength in interface Messages

setReference

public void setReference(MessageReference[] values)
Specified by:
setReference in interface Messages
Parameters:
values - allowed objects are MessageReference

setReference

public MessageReference setReference(int idx,
                                     MessageReference value)
Specified by:
setReference in interface Messages
value - allowed object is MessageReference

clone

public MessagesImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class ModelObjectImpl
Returns:
A clone of this instance.


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