org.jomc.model
Class MessageReference

Package class diagram package MessageReference
java.lang.Object
  extended by org.jomc.model.ModelObject
      extended by org.jomc.model.MessageReference
All Implemented Interfaces:
Cloneable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class MessageReference
extends ModelObject
implements Cloneable

Reference to a message.

See Also:
Message

Field Summary
protected  String name
           
 
Fields inherited from class org.jomc.model.ModelObject
authors, createDate, documentation, modelVersion
 
Constructor Summary
MessageReference()
          Creates a new MessageReference instance.
MessageReference(MessageReference o)
          Creates a new MessageReference instance by deeply copying a given instance.
 
Method Summary
 MessageReference clone()
          Creates and returns a deep copy of this object.
 String getName()
          The name of the referenced message.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class org.jomc.model.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String name
Constructor Detail

MessageReference

public MessageReference()
Creates a new MessageReference instance.


MessageReference

public MessageReference(MessageReference o)
Creates a new MessageReference instance by deeply copying a given instance.

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

getName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getName()
The name of the referenced message.

Returns:
possible object is String

setName

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

clone

@Generated(value="com.sun.tools.xjc.Driver",
           date="2009-09-21T10:35:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public MessageReference clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class ModelObject
Returns:
A deep copy of this object.


Copyright © 2005-2009 The JOMC Project. All Rights Reserved.