|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.EjbJarTypeImpl
public class EjbJarTypeImpl
| Field Summary | |
|---|---|
protected AssemblyDescriptorTypeImpl |
assemblyDescriptor
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected PathTypeImpl |
ejbClientJar
|
protected EnterpriseBeansTypeImpl |
enterpriseBeans
|
protected 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.indexed.novalueclass.javaee.impl.EjbJarTypeImpl instance. |
|
EjbJarTypeImpl(EjbJarTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
PathType |
getEjbClientJar()
Gets the value of the ejbClientJar property. |
EnterpriseBeansType |
getEnterpriseBeans()
Gets the value of the enterpriseBeans property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
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 |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setEjbClientJar(PathType value)
Sets the value of the ejbClientJar property. |
void |
setEnterpriseBeans(EnterpriseBeansType value)
Sets the value of the enterpriseBeans property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
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 DescriptionType[] description
protected DisplayNameType[] displayName
protected 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.indexed.novalueclass.javaee.impl.EjbJarTypeImpl instance.
public EjbJarTypeImpl(EjbJarTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.EjbJarTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface EjbJarTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface EjbJarTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface EjbJarTypepublic void setDescription(DescriptionType[] values)
setDescription in interface EjbJarTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface EjbJarTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface EjbJarTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface EjbJarTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface EjbJarTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface EjbJarTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface EjbJarTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface EjbJarTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface EjbJarTypeIconTypepublic int getIconLength()
getIconLength in interface EjbJarTypepublic void setIcon(IconType[] values)
setIcon in interface EjbJarTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface EjbJarTypevalue - allowed object is
IconTypepublic 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 | |||||||||