|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EjbJarTypeImpl
public class EjbJarTypeImpl
| Field Summary | |
|---|---|
protected AssemblyDescriptorTypeImpl |
assemblyDescriptor
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected PathTypeImpl |
ejbClientJar
|
protected EnterpriseBeansTypeImpl |
enterpriseBeans
|
protected List<IconType> |
icon
|
protected String |
id
|
protected InterceptorsTypeImpl |
interceptors
|
protected Boolean |
metadataComplete
|
protected RelationshipsTypeImpl |
relationships
|
protected String |
version
|
| Constructor Summary | |
|---|---|
EjbJarTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EjbJarTypeImpl instance. |
|
EjbJarTypeImpl(EjbJarTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EjbJarTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EjbJarTypeImpl |
clone()
Creates and returns a copy of this object. |
AssemblyDescriptorType |
getAssemblyDescriptor()
Gets the value of the assemblyDescriptor property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
PathType |
getEjbClientJar()
Gets the value of the ejbClientJar property. |
EnterpriseBeansType |
getEnterpriseBeans()
Gets the value of the enterpriseBeans property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
InterceptorsType |
getInterceptors()
Gets the value of the interceptors property. |
RelationshipsType |
getRelationships()
Gets the value of the relationships property. |
String |
getVersion()
Gets the value of the version property. |
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property. |
void |
setAssemblyDescriptor(AssemblyDescriptorType value)
Sets the value of the assemblyDescriptor property. |
void |
setEjbClientJar(PathType value)
Sets the value of the ejbClientJar property. |
void |
setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the enterpriseBeans property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setInterceptors(InterceptorsType value)
Sets the value of the interceptors property. |
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property. |
void |
setRelationships(RelationshipsType value)
Sets the value of the relationships property. |
void |
setVersion(String value)
Sets the value of the version 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 List<DisplayNameType> displayName
protected List<IconType> icon
protected EnterpriseBeansTypeImpl enterpriseBeans
protected InterceptorsTypeImpl interceptors
protected RelationshipsTypeImpl relationships
protected AssemblyDescriptorTypeImpl assemblyDescriptor
protected PathTypeImpl ejbClientJar
protected String version
protected Boolean metadataComplete
protected String id
| Constructor Detail |
|---|
public EjbJarTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EjbJarTypeImpl instance.
public EjbJarTypeImpl(EjbJarTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.EjbJarTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
EjbJarType
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 EjbJarTypepublic List<DisplayNameType> getDisplayName()
EjbJarType
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface EjbJarTypepublic List<IconType> getIcon()
EjbJarType
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface EjbJarTypepublic EnterpriseBeansType getEnterpriseBeans()
EjbJarType
getEnterpriseBeans in interface EjbJarTypeEnterpriseBeansTypepublic void setEnterpriseBeans(EnterpriseBeansType value)
EjbJarType
setEnterpriseBeans in interface EjbJarTypevalue - allowed object is
EnterpriseBeansTypepublic InterceptorsType getInterceptors()
EjbJarType
getInterceptors in interface EjbJarTypeInterceptorsTypepublic void setInterceptors(InterceptorsType value)
EjbJarType
setInterceptors in interface EjbJarTypevalue - allowed object is
InterceptorsTypepublic RelationshipsType getRelationships()
EjbJarType
getRelationships in interface EjbJarTypeRelationshipsTypepublic void setRelationships(RelationshipsType value)
EjbJarType
setRelationships in interface EjbJarTypevalue - allowed object is
RelationshipsTypepublic AssemblyDescriptorType getAssemblyDescriptor()
EjbJarType
getAssemblyDescriptor in interface EjbJarTypeAssemblyDescriptorTypepublic void setAssemblyDescriptor(AssemblyDescriptorType value)
EjbJarType
setAssemblyDescriptor in interface EjbJarTypevalue - allowed object is
AssemblyDescriptorTypepublic PathType getEjbClientJar()
EjbJarType
getEjbClientJar in interface EjbJarTypePathTypepublic void setEjbClientJar(PathType value)
EjbJarType
setEjbClientJar in interface EjbJarTypevalue - allowed object is
PathTypepublic String getVersion()
EjbJarType
getVersion in interface EjbJarTypeStringpublic void setVersion(String value)
EjbJarType
setVersion in interface EjbJarTypevalue - allowed object is
Stringpublic Boolean isMetadataComplete()
EjbJarType
isMetadataComplete in interface EjbJarTypeBooleanpublic void setMetadataComplete(Boolean value)
EjbJarType
setMetadataComplete in interface EjbJarTypevalue - allowed object is
Booleanpublic String getId()
EjbJarType
getId in interface EjbJarTypeStringpublic void setId(String value)
EjbJarType
setId in interface EjbJarTypevalue - allowed object is
Stringpublic EjbJarTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||