|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EjbRefTypeImpl
public class EjbRefTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected EjbLinkTypeImpl |
ejbLink
|
protected EjbRefNameTypeImpl |
ejbRefName
|
protected EjbRefTypeTypeImpl |
ejbRefType
|
protected HomeTypeImpl |
home
|
protected String |
id
|
protected InjectionTargetType[] |
injectionTarget
|
protected XsdStringTypeImpl |
mappedName
|
protected RemoteTypeImpl |
remote
|
| Constructor Summary | |
|---|---|
EjbRefTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EjbRefTypeImpl instance. |
|
EjbRefTypeImpl(EjbRefTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EjbRefTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EjbRefTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyInjectionTarget(InjectionTargetType[] source)
Copies all values of property InjectionTarget. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
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. |
InjectionTargetType[] |
getInjectionTarget()
|
InjectionTargetType |
getInjectionTarget(int idx)
|
int |
getInjectionTargetLength()
|
XsdStringType |
getMappedName()
Gets the value of the mappedName property. |
RemoteType |
getRemote()
Gets the value of the remote property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
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 |
setInjectionTarget(InjectionTargetType[] values)
|
InjectionTargetType |
setInjectionTarget(int idx,
InjectionTargetType value)
|
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 DescriptionType[] description
protected EjbRefNameTypeImpl ejbRefName
protected EjbRefTypeTypeImpl ejbRefType
protected HomeTypeImpl home
protected RemoteTypeImpl remote
protected EjbLinkTypeImpl ejbLink
protected XsdStringTypeImpl mappedName
protected InjectionTargetType[] injectionTarget
protected String id
| Constructor Detail |
|---|
public EjbRefTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EjbRefTypeImpl instance.
public EjbRefTypeImpl(EjbRefTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.EjbRefTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface EjbRefTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface EjbRefTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface EjbRefTypepublic void setDescription(DescriptionType[] values)
setDescription in interface EjbRefTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface EjbRefTypevalue - allowed object is
DescriptionTypepublic 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 InjectionTargetType[] getInjectionTarget()
getInjectionTarget in interface EjbRefTypeInjectionTargetTypepublic InjectionTargetType getInjectionTarget(int idx)
getInjectionTarget in interface EjbRefTypeInjectionTargetTypepublic int getInjectionTargetLength()
getInjectionTargetLength in interface EjbRefTypepublic void setInjectionTarget(InjectionTargetType[] values)
setInjectionTarget in interface EjbRefTypevalues - allowed objects are
InjectionTargetType
public InjectionTargetType setInjectionTarget(int idx,
InjectionTargetType value)
setInjectionTarget in interface EjbRefTypevalue - allowed object is
InjectionTargetTypepublic String getId()
EjbRefType
getId in interface EjbRefTypeStringpublic void setId(String value)
EjbRefType
setId in interface EjbRefTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyInjectionTarget(InjectionTargetType[] source)
InjectionTarget.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||