net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee
Class MessageDestinationTypeType
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.String
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FullyQualifiedClassType
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.MessageDestinationTypeType
- All Implemented Interfaces:
- Serializable, Cloneable
public class MessageDestinationTypeType
- extends FullyQualifiedClassType
- implements Serializable, Cloneable
The message-destination-typeType specifies the type of
the destination. The type is specified by the Java interface
expected to be implemented by the destination.
Example:
javax.jms.Queue
Java class for message-destination-typeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message-destination-typeType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>fully-qualified-classType">
</restriction>
</simpleContent>
</complexType>
- See Also:
- Serialized Form
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.String |
id, value |
MessageDestinationTypeType
public MessageDestinationTypeType()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.MessageDestinationTypeType instance.
MessageDestinationTypeType
public MessageDestinationTypeType(MessageDestinationTypeType o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.MessageDestinationTypeType instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
clone
public MessageDestinationTypeType clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class FullyQualifiedClassType
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.