net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class EjbJarTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.EjbJarTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EjbJarType

public class EjbJarTypeImpl
extends Object
implements Serializable, Cloneable, EjbJarType

See Also:
Serialized Form

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

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

enterpriseBeans

protected EnterpriseBeansTypeImpl enterpriseBeans

interceptors

protected InterceptorsTypeImpl interceptors

relationships

protected RelationshipsTypeImpl relationships

assemblyDescriptor

protected AssemblyDescriptorTypeImpl assemblyDescriptor

ejbClientJar

protected PathTypeImpl ejbClientJar

version

protected String version

metadataComplete

protected Boolean metadataComplete

id

protected String id
Constructor Detail

EjbJarTypeImpl

public EjbJarTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.EjbJarTypeImpl instance.


EjbJarTypeImpl

public EjbJarTypeImpl(EjbJarTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.EjbJarTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface EjbJarType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface EjbJarType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface EjbJarType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface EjbJarType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface EjbJarType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface EjbJarType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface EjbJarType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface EjbJarType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface EjbJarType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface EjbJarType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface EjbJarType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface EjbJarType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface EjbJarType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface EjbJarType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface EjbJarType
value - allowed object is IconType

getEnterpriseBeans

public EnterpriseBeansType getEnterpriseBeans()
Description copied from interface: EjbJarType
Gets the value of the enterpriseBeans property.

Specified by:
getEnterpriseBeans in interface EjbJarType
Returns:
possible object is EnterpriseBeansType

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeansType value)
Description copied from interface: EjbJarType
Sets the value of the enterpriseBeans property.

Specified by:
setEnterpriseBeans in interface EjbJarType
Parameters:
value - allowed object is EnterpriseBeansType

getInterceptors

public InterceptorsType getInterceptors()
Description copied from interface: EjbJarType
Gets the value of the interceptors property.

Specified by:
getInterceptors in interface EjbJarType
Returns:
possible object is InterceptorsType

setInterceptors

public void setInterceptors(InterceptorsType value)
Description copied from interface: EjbJarType
Sets the value of the interceptors property.

Specified by:
setInterceptors in interface EjbJarType
Parameters:
value - allowed object is InterceptorsType

getRelationships

public RelationshipsType getRelationships()
Description copied from interface: EjbJarType
Gets the value of the relationships property.

Specified by:
getRelationships in interface EjbJarType
Returns:
possible object is RelationshipsType

setRelationships

public void setRelationships(RelationshipsType value)
Description copied from interface: EjbJarType
Sets the value of the relationships property.

Specified by:
setRelationships in interface EjbJarType
Parameters:
value - allowed object is RelationshipsType

getAssemblyDescriptor

public AssemblyDescriptorType getAssemblyDescriptor()
Description copied from interface: EjbJarType
Gets the value of the assemblyDescriptor property.

Specified by:
getAssemblyDescriptor in interface EjbJarType
Returns:
possible object is AssemblyDescriptorType

setAssemblyDescriptor

public void setAssemblyDescriptor(AssemblyDescriptorType value)
Description copied from interface: EjbJarType
Sets the value of the assemblyDescriptor property.

Specified by:
setAssemblyDescriptor in interface EjbJarType
Parameters:
value - allowed object is AssemblyDescriptorType

getEjbClientJar

public PathType getEjbClientJar()
Description copied from interface: EjbJarType
Gets the value of the ejbClientJar property.

Specified by:
getEjbClientJar in interface EjbJarType
Returns:
possible object is PathType

setEjbClientJar

public void setEjbClientJar(PathType value)
Description copied from interface: EjbJarType
Sets the value of the ejbClientJar property.

Specified by:
setEjbClientJar in interface EjbJarType
Parameters:
value - allowed object is PathType

getVersion

public String getVersion()
Description copied from interface: EjbJarType
Gets the value of the version property.

Specified by:
getVersion in interface EjbJarType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: EjbJarType
Sets the value of the version property.

Specified by:
setVersion in interface EjbJarType
Parameters:
value - allowed object is String

isMetadataComplete

public Boolean isMetadataComplete()
Description copied from interface: EjbJarType
Gets the value of the metadataComplete property.

Specified by:
isMetadataComplete in interface EjbJarType
Returns:
possible object is Boolean

setMetadataComplete

public void setMetadataComplete(Boolean value)
Description copied from interface: EjbJarType
Sets the value of the metadataComplete property.

Specified by:
setMetadataComplete in interface EjbJarType
Parameters:
value - allowed object is Boolean

getId

public String getId()
Description copied from interface: EjbJarType
Gets the value of the id property.

Specified by:
getId in interface EjbJarType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: EjbJarType
Sets the value of the id property.

Specified by:
setId in interface EjbJarType
Parameters:
value - allowed object is String

clone

public EjbJarTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.