|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodTypeImpl
public class MethodTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected EjbNameTypeImpl |
ejbName
|
protected String |
id
|
protected MethodIntfTypeImpl |
methodIntf
|
protected MethodNameTypeImpl |
methodName
|
protected MethodParamsTypeImpl |
methodParams
|
| Constructor Summary | |
|---|---|
MethodTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodTypeImpl instance. |
|
MethodTypeImpl(MethodTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MethodTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
EjbNameType |
getEjbName()
Gets the value of the ejbName property. |
String |
getId()
Gets the value of the id property. |
MethodIntfType |
getMethodIntf()
Gets the value of the methodIntf property. |
MethodNameType |
getMethodName()
Gets the value of the methodName property. |
MethodParamsType |
getMethodParams()
Gets the value of the methodParams property. |
void |
setEjbName(EjbNameType value)
Sets the value of the ejbName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMethodIntf(MethodIntfType value)
Sets the value of the methodIntf property. |
void |
setMethodName(MethodNameType value)
Sets the value of the methodName property. |
void |
setMethodParams(MethodParamsType value)
Sets the value of the methodParams 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 EjbNameTypeImpl ejbName
protected MethodIntfTypeImpl methodIntf
protected MethodNameTypeImpl methodName
protected MethodParamsTypeImpl methodParams
protected String id
| Constructor Detail |
|---|
public MethodTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodTypeImpl instance.
public MethodTypeImpl(MethodTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.MethodTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
MethodType
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 MethodTypepublic EjbNameType getEjbName()
MethodType
getEjbName in interface MethodTypeEjbNameTypepublic void setEjbName(EjbNameType value)
MethodType
setEjbName in interface MethodTypevalue - allowed object is
EjbNameTypepublic MethodIntfType getMethodIntf()
MethodType
getMethodIntf in interface MethodTypeMethodIntfTypepublic void setMethodIntf(MethodIntfType value)
MethodType
setMethodIntf in interface MethodTypevalue - allowed object is
MethodIntfTypepublic MethodNameType getMethodName()
MethodType
getMethodName in interface MethodTypeMethodNameTypepublic void setMethodName(MethodNameType value)
MethodType
setMethodName in interface MethodTypevalue - allowed object is
MethodNameTypepublic MethodParamsType getMethodParams()
MethodType
getMethodParams in interface MethodTypeMethodParamsTypepublic void setMethodParams(MethodParamsType value)
MethodType
setMethodParams in interface MethodTypevalue - allowed object is
MethodParamsTypepublic String getId()
MethodType
getId in interface MethodTypeStringpublic void setId(String value)
MethodType
setId in interface MethodTypevalue - allowed object is
String
protected 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 MethodTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||