|
||||||||||
| 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.EjbRefTypeImpl
public class EjbRefTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected EjbLinkTypeImpl |
ejbLink
|
protected EjbRefNameTypeImpl |
ejbRefName
|
protected EjbRefTypeTypeImpl |
ejbRefType
|
protected HomeTypeImpl |
home
|
protected String |
id
|
protected List<InjectionTargetType> |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
protected RemoteTypeImpl |
remote
|
| Constructor Summary | |
|---|---|
EjbRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EjbRefTypeImpl instance. |
|
EjbRefTypeImpl(EjbRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EjbRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EjbRefTypeImpl |
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. |
EjbLinkType |
getEjbLink()
Gets the value of the ejbLink property. |
EjbRefNameType |
getEjbRefName()
Gets the value of the ejbRefName property. |
EjbRefTypeType |
getEjbRefType()
Gets the value of the ejbRefType property. |
HomeType |
getHome()
Gets the value of the home 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. |
RemoteType |
getRemote()
Gets the value of the remote property. |
void |
setEjbLink(EjbLinkType value)
Sets the value of the ejbLink property. |
void |
setEjbRefName(EjbRefNameType value)
Sets the value of the ejbRefName property. |
void |
setEjbRefType(EjbRefTypeType value)
Sets the value of the ejbRefType property. |
void |
setHome(HomeType value)
Sets the value of the home property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMappedName(XsdStringType value)
Sets the value of the mappedName property. |
void |
setRemote(RemoteType value)
Sets the value of the remote 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 EjbRefNameTypeImpl ejbRefName
protected EjbRefTypeTypeImpl ejbRefType
protected HomeTypeImpl home
protected RemoteTypeImpl remote
protected EjbLinkTypeImpl ejbLink
protected XsdStringTypeImpl mappedName
protected List<InjectionTargetType> injectionTarget
protected String id
| Constructor Detail |
|---|
public EjbRefTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EjbRefTypeImpl instance.
public EjbRefTypeImpl(EjbRefTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EjbRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
EjbRefType
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 EjbRefTypepublic EjbRefNameType getEjbRefName()
EjbRefType
getEjbRefName in interface EjbRefTypeEjbRefNameTypepublic void setEjbRefName(EjbRefNameType value)
EjbRefType
setEjbRefName in interface EjbRefTypevalue - allowed object is
EjbRefNameTypepublic EjbRefTypeType getEjbRefType()
EjbRefType
getEjbRefType in interface EjbRefTypeEjbRefTypeTypepublic void setEjbRefType(EjbRefTypeType value)
EjbRefType
setEjbRefType in interface EjbRefTypevalue - allowed object is
EjbRefTypeTypepublic HomeType getHome()
EjbRefType
getHome in interface EjbRefTypeHomeTypepublic void setHome(HomeType value)
EjbRefType
setHome in interface EjbRefTypevalue - allowed object is
HomeTypepublic RemoteType getRemote()
EjbRefType
getRemote in interface EjbRefTypeRemoteTypepublic void setRemote(RemoteType value)
EjbRefType
setRemote in interface EjbRefTypevalue - allowed object is
RemoteTypepublic EjbLinkType getEjbLink()
EjbRefType
getEjbLink in interface EjbRefTypeEjbLinkTypepublic void setEjbLink(EjbLinkType value)
EjbRefType
setEjbLink in interface EjbRefTypevalue - allowed object is
EjbLinkTypepublic XsdStringType getMappedName()
EjbRefType
getMappedName in interface EjbRefTypeXsdStringTypepublic void setMappedName(XsdStringType value)
EjbRefType
setMappedName in interface EjbRefTypevalue - allowed object is
XsdStringTypepublic List<InjectionTargetType> getInjectionTarget()
EjbRefType
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 EjbRefTypepublic String getId()
EjbRefType
getId in interface EjbRefTypeStringpublic void setId(String value)
EjbRefType
setId in interface EjbRefTypevalue - 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 EjbRefTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||