|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.MessageDestinationRefTypeImpl
public class MessageDestinationRefTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected String |
id
|
protected List<InjectionTargetType> |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
protected MessageDestinationLinkTypeImpl |
messageDestinationLink
|
protected JndiNameTypeImpl |
messageDestinationRefName
|
protected MessageDestinationTypeTypeImpl |
messageDestinationType
|
protected MessageDestinationUsageTypeImpl |
messageDestinationUsage
|
| Constructor Summary | |
|---|---|
MessageDestinationRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.MessageDestinationRefTypeImpl instance. |
|
MessageDestinationRefTypeImpl(MessageDestinationRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.MessageDestinationRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MessageDestinationRefTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
static void |
copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
Copies all values of property InjectionTarget. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
List<InjectionTargetType> |
getInjectionTarget()
Gets the value of the injectionTarget property. |
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
MessageDestinationLinkType |
getMessageDestinationLink()
Gets the value of the messageDestinationLink property. |
JndiNameType |
getMessageDestinationRefName()
Gets the value of the messageDestinationRefName property. |
MessageDestinationTypeType |
getMessageDestinationType()
Gets the value of the messageDestinationType property. |
MessageDestinationUsageType |
getMessageDestinationUsage()
Gets the value of the messageDestinationUsage property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setMessageDestinationLink(MessageDestinationLinkType value)
Sets the value of the messageDestinationLink property. |
void |
setMessageDestinationRefName(JndiNameType value)
Sets the value of the messageDestinationRefName property. |
void |
setMessageDestinationType(MessageDestinationTypeType value)
Sets the value of the messageDestinationType property. |
void |
setMessageDestinationUsage(MessageDestinationUsageType value)
Sets the value of the messageDestinationUsage property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected JndiNameTypeImpl messageDestinationRefName
protected MessageDestinationTypeTypeImpl messageDestinationType
protected MessageDestinationUsageTypeImpl messageDestinationUsage
protected MessageDestinationLinkTypeImpl messageDestinationLink
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public MessageDestinationRefTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.MessageDestinationRefTypeImpl instance.
public MessageDestinationRefTypeImpl(MessageDestinationRefTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.MessageDestinationRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
MessageDestinationRefType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface MessageDestinationRefTypepublic JndiNameType getMessageDestinationRefName()
MessageDestinationRefType
getMessageDestinationRefName in interface MessageDestinationRefTypeJndiNameTypepublic void setMessageDestinationRefName(JndiNameType value)
MessageDestinationRefType
setMessageDestinationRefName in interface MessageDestinationRefTypevalue - allowed object is
JndiNameTypepublic MessageDestinationTypeType getMessageDestinationType()
MessageDestinationRefType
getMessageDestinationType in interface MessageDestinationRefTypeMessageDestinationTypeTypepublic void setMessageDestinationType(MessageDestinationTypeType value)
MessageDestinationRefType
setMessageDestinationType in interface MessageDestinationRefTypevalue - allowed object is
MessageDestinationTypeTypepublic MessageDestinationUsageType getMessageDestinationUsage()
MessageDestinationRefType
getMessageDestinationUsage in interface MessageDestinationRefTypeMessageDestinationUsageTypepublic void setMessageDestinationUsage(MessageDestinationUsageType value)
MessageDestinationRefType
setMessageDestinationUsage in interface MessageDestinationRefTypevalue - allowed object is
MessageDestinationUsageTypepublic MessageDestinationLinkType getMessageDestinationLink()
MessageDestinationRefType
getMessageDestinationLink in interface MessageDestinationRefTypeMessageDestinationLinkTypepublic void setMessageDestinationLink(MessageDestinationLinkType value)
MessageDestinationRefType
setMessageDestinationLink in interface MessageDestinationRefTypevalue - allowed object is
MessageDestinationLinkTypepublic XsdStringType getMappedName()
MessageDestinationRefType
getMappedName in interface MessageDestinationRefTypeXsdStringTypepublic void setMappedName(XsdStringType value)
MessageDestinationRefType
setMappedName in interface MessageDestinationRefTypevalue - allowed object is
XsdStringTypepublic List<InjectionTargetType> getInjectionTarget()
MessageDestinationRefType
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 injectionTarget property.
For example, to add a new item, do as follows:
getInjectionTarget().add(newItem);
Objects of the following type(s) are allowed in the list
InjectionTargetType
getInjectionTarget in interface MessageDestinationRefTypepublic String getId()
MessageDestinationRefType
getId in interface MessageDestinationRefTypeStringpublic void setId(String value)
MessageDestinationRefType
setId in interface MessageDestinationRefTypevalue - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyInjectionTarget(List<InjectionTargetType> source,
List<InjectionTargetType> target)
InjectionTarget.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public MessageDestinationRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||