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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<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.collections.novalueclass.javaee.impl.EjbJarTypeImpl instance.


EjbJarTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: EjbJarType
Gets the value of the description property.

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

Specified by:
getDescription in interface EjbJarType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: EjbJarType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface EjbJarType

getIcon

public List<IconType> getIcon()
Description copied from interface: EjbJarType
Gets the value of the icon property.

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

Specified by:
getIcon in interface EjbJarType

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.