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

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

public class ApplicationClientTypeImpl
extends Object
implements Serializable, Cloneable, ApplicationClientType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl callbackHandler
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  EjbRefType[] ejbRef
           
protected  EnvEntryType[] envEntry
           
protected  IconType[] icon
           
protected  String id
           
protected  MessageDestinationType[] messageDestination
           
protected  MessageDestinationRefType[] messageDestinationRef
           
protected  Boolean metadataComplete
           
protected  PersistenceUnitRefType[] persistenceUnitRef
           
protected  LifecycleCallbackType[] postConstruct
           
protected  LifecycleCallbackType[] preDestroy
           
protected  ResourceEnvRefType[] resourceEnvRef
           
protected  ResourceRefType[] resourceRef
           
protected  ServiceRefType[] serviceRef
           
protected  String version
           
 
Constructor Summary
ApplicationClientTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ApplicationClientTypeImpl instance.
ApplicationClientTypeImpl(ApplicationClientTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ApplicationClientTypeImpl instance by copying a given instance.
 
Method Summary
 ApplicationClientTypeImpl clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType getCallbackHandler()
          Gets the value of the callbackHandler property.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 EjbRefType[] getEjbRef()
           
 EjbRefType getEjbRef(int idx)
           
 int getEjbRefLength()
           
 EnvEntryType[] getEnvEntry()
           
 EnvEntryType getEnvEntry(int idx)
           
 int getEnvEntryLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 MessageDestinationType[] getMessageDestination()
           
 MessageDestinationType getMessageDestination(int idx)
           
 int getMessageDestinationLength()
           
 MessageDestinationRefType[] getMessageDestinationRef()
           
 MessageDestinationRefType getMessageDestinationRef(int idx)
           
 int getMessageDestinationRefLength()
           
 PersistenceUnitRefType[] getPersistenceUnitRef()
           
 PersistenceUnitRefType getPersistenceUnitRef(int idx)
           
 int getPersistenceUnitRefLength()
           
 LifecycleCallbackType[] getPostConstruct()
           
 LifecycleCallbackType getPostConstruct(int idx)
           
 int getPostConstructLength()
           
 LifecycleCallbackType[] getPreDestroy()
           
 LifecycleCallbackType getPreDestroy(int idx)
           
 int getPreDestroyLength()
           
 ResourceEnvRefType[] getResourceEnvRef()
           
 ResourceEnvRefType getResourceEnvRef(int idx)
           
 int getResourceEnvRefLength()
           
 ResourceRefType[] getResourceRef()
           
 ResourceRefType getResourceRef(int idx)
           
 int getResourceRefLength()
           
 ServiceRefType[] getServiceRef()
           
 ServiceRefType getServiceRef(int idx)
           
 int getServiceRefLength()
           
 String getVersion()
          Gets the value of the version property.
 Boolean isMetadataComplete()
          Gets the value of the metadataComplete property.
 void setCallbackHandler(FullyQualifiedClassType value)
          Sets the value of the callbackHandler property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setEjbRef(EjbRefType[] values)
           
 EjbRefType setEjbRef(int idx, EjbRefType value)
           
 void setEnvEntry(EnvEntryType[] values)
           
 EnvEntryType setEnvEntry(int idx, EnvEntryType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 MessageDestinationType setMessageDestination(int idx, MessageDestinationType value)
           
 void setMessageDestination(MessageDestinationType[] values)
           
 MessageDestinationRefType setMessageDestinationRef(int idx, MessageDestinationRefType value)
           
 void setMessageDestinationRef(MessageDestinationRefType[] values)
           
 void setMetadataComplete(Boolean value)
          Sets the value of the metadataComplete property.
 PersistenceUnitRefType setPersistenceUnitRef(int idx, PersistenceUnitRefType value)
           
 void setPersistenceUnitRef(PersistenceUnitRefType[] values)
           
 LifecycleCallbackType setPostConstruct(int idx, LifecycleCallbackType value)
           
 void setPostConstruct(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPreDestroy(int idx, LifecycleCallbackType value)
           
 void setPreDestroy(LifecycleCallbackType[] values)
           
 ResourceEnvRefType setResourceEnvRef(int idx, ResourceEnvRefType value)
           
 void setResourceEnvRef(ResourceEnvRefType[] values)
           
 ResourceRefType setResourceRef(int idx, ResourceRefType value)
           
 void setResourceRef(ResourceRefType[] values)
           
 ServiceRefType setServiceRef(int idx, ServiceRefType value)
           
 void setServiceRef(ServiceRefType[] values)
           
 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

envEntry

protected EnvEntryType[] envEntry

ejbRef

protected EjbRefType[] ejbRef

serviceRef

protected ServiceRefType[] serviceRef

resourceRef

protected ResourceRefType[] resourceRef

resourceEnvRef

protected ResourceEnvRefType[] resourceEnvRef

messageDestinationRef

protected MessageDestinationRefType[] messageDestinationRef

persistenceUnitRef

protected PersistenceUnitRefType[] persistenceUnitRef

postConstruct

protected LifecycleCallbackType[] postConstruct

preDestroy

protected LifecycleCallbackType[] preDestroy

callbackHandler

protected FullyQualifiedClassTypeImpl callbackHandler

messageDestination

protected MessageDestinationType[] messageDestination

version

protected String version

metadataComplete

protected Boolean metadataComplete

id

protected String id
Constructor Detail

ApplicationClientTypeImpl

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


ApplicationClientTypeImpl

public ApplicationClientTypeImpl(ApplicationClientTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.ApplicationClientTypeImpl 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 ApplicationClientType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getEnvEntry

public EnvEntryType[] getEnvEntry()
Specified by:
getEnvEntry in interface ApplicationClientType
Returns:
array of EnvEntryType

getEnvEntry

public EnvEntryType getEnvEntry(int idx)
Specified by:
getEnvEntry in interface ApplicationClientType
Returns:
one of EnvEntryType

getEnvEntryLength

public int getEnvEntryLength()
Specified by:
getEnvEntryLength in interface ApplicationClientType

setEnvEntry

public void setEnvEntry(EnvEntryType[] values)
Specified by:
setEnvEntry in interface ApplicationClientType
Parameters:
values - allowed objects are EnvEntryType

setEnvEntry

public EnvEntryType setEnvEntry(int idx,
                                EnvEntryType value)
Specified by:
setEnvEntry in interface ApplicationClientType
value - allowed object is EnvEntryType

getEjbRef

public EjbRefType[] getEjbRef()
Specified by:
getEjbRef in interface ApplicationClientType
Returns:
array of EjbRefType

getEjbRef

public EjbRefType getEjbRef(int idx)
Specified by:
getEjbRef in interface ApplicationClientType
Returns:
one of EjbRefType

getEjbRefLength

public int getEjbRefLength()
Specified by:
getEjbRefLength in interface ApplicationClientType

setEjbRef

public void setEjbRef(EjbRefType[] values)
Specified by:
setEjbRef in interface ApplicationClientType
Parameters:
values - allowed objects are EjbRefType

setEjbRef

public EjbRefType setEjbRef(int idx,
                            EjbRefType value)
Specified by:
setEjbRef in interface ApplicationClientType
value - allowed object is EjbRefType

getServiceRef

public ServiceRefType[] getServiceRef()
Specified by:
getServiceRef in interface ApplicationClientType
Returns:
array of ServiceRefType

getServiceRef

public ServiceRefType getServiceRef(int idx)
Specified by:
getServiceRef in interface ApplicationClientType
Returns:
one of ServiceRefType

getServiceRefLength

public int getServiceRefLength()
Specified by:
getServiceRefLength in interface ApplicationClientType

setServiceRef

public void setServiceRef(ServiceRefType[] values)
Specified by:
setServiceRef in interface ApplicationClientType
Parameters:
values - allowed objects are ServiceRefType

setServiceRef

public ServiceRefType setServiceRef(int idx,
                                    ServiceRefType value)
Specified by:
setServiceRef in interface ApplicationClientType
value - allowed object is ServiceRefType

getResourceRef

public ResourceRefType[] getResourceRef()
Specified by:
getResourceRef in interface ApplicationClientType
Returns:
array of ResourceRefType

getResourceRef

public ResourceRefType getResourceRef(int idx)
Specified by:
getResourceRef in interface ApplicationClientType
Returns:
one of ResourceRefType

getResourceRefLength

public int getResourceRefLength()
Specified by:
getResourceRefLength in interface ApplicationClientType

setResourceRef

public void setResourceRef(ResourceRefType[] values)
Specified by:
setResourceRef in interface ApplicationClientType
Parameters:
values - allowed objects are ResourceRefType

setResourceRef

public ResourceRefType setResourceRef(int idx,
                                      ResourceRefType value)
Specified by:
setResourceRef in interface ApplicationClientType
value - allowed object is ResourceRefType

getResourceEnvRef

public ResourceEnvRefType[] getResourceEnvRef()
Specified by:
getResourceEnvRef in interface ApplicationClientType
Returns:
array of ResourceEnvRefType

getResourceEnvRef

public ResourceEnvRefType getResourceEnvRef(int idx)
Specified by:
getResourceEnvRef in interface ApplicationClientType
Returns:
one of ResourceEnvRefType

getResourceEnvRefLength

public int getResourceEnvRefLength()
Specified by:
getResourceEnvRefLength in interface ApplicationClientType

setResourceEnvRef

public void setResourceEnvRef(ResourceEnvRefType[] values)
Specified by:
setResourceEnvRef in interface ApplicationClientType
Parameters:
values - allowed objects are ResourceEnvRefType

setResourceEnvRef

public ResourceEnvRefType setResourceEnvRef(int idx,
                                            ResourceEnvRefType value)
Specified by:
setResourceEnvRef in interface ApplicationClientType
value - allowed object is ResourceEnvRefType

getMessageDestinationRef

public MessageDestinationRefType[] getMessageDestinationRef()
Specified by:
getMessageDestinationRef in interface ApplicationClientType
Returns:
array of MessageDestinationRefType

getMessageDestinationRef

public MessageDestinationRefType getMessageDestinationRef(int idx)
Specified by:
getMessageDestinationRef in interface ApplicationClientType
Returns:
one of MessageDestinationRefType

getMessageDestinationRefLength

public int getMessageDestinationRefLength()
Specified by:
getMessageDestinationRefLength in interface ApplicationClientType

setMessageDestinationRef

public void setMessageDestinationRef(MessageDestinationRefType[] values)
Specified by:
setMessageDestinationRef in interface ApplicationClientType
Parameters:
values - allowed objects are MessageDestinationRefType

setMessageDestinationRef

public MessageDestinationRefType setMessageDestinationRef(int idx,
                                                          MessageDestinationRefType value)
Specified by:
setMessageDestinationRef in interface ApplicationClientType
value - allowed object is MessageDestinationRefType

getPersistenceUnitRef

public PersistenceUnitRefType[] getPersistenceUnitRef()
Specified by:
getPersistenceUnitRef in interface ApplicationClientType
Returns:
array of PersistenceUnitRefType

getPersistenceUnitRef

public PersistenceUnitRefType getPersistenceUnitRef(int idx)
Specified by:
getPersistenceUnitRef in interface ApplicationClientType
Returns:
one of PersistenceUnitRefType

getPersistenceUnitRefLength

public int getPersistenceUnitRefLength()
Specified by:
getPersistenceUnitRefLength in interface ApplicationClientType

setPersistenceUnitRef

public void setPersistenceUnitRef(PersistenceUnitRefType[] values)
Specified by:
setPersistenceUnitRef in interface ApplicationClientType
Parameters:
values - allowed objects are PersistenceUnitRefType

setPersistenceUnitRef

public PersistenceUnitRefType setPersistenceUnitRef(int idx,
                                                    PersistenceUnitRefType value)
Specified by:
setPersistenceUnitRef in interface ApplicationClientType
value - allowed object is PersistenceUnitRefType

getPostConstruct

public LifecycleCallbackType[] getPostConstruct()
Specified by:
getPostConstruct in interface ApplicationClientType
Returns:
array of LifecycleCallbackType

getPostConstruct

public LifecycleCallbackType getPostConstruct(int idx)
Specified by:
getPostConstruct in interface ApplicationClientType
Returns:
one of LifecycleCallbackType

getPostConstructLength

public int getPostConstructLength()
Specified by:
getPostConstructLength in interface ApplicationClientType

setPostConstruct

public void setPostConstruct(LifecycleCallbackType[] values)
Specified by:
setPostConstruct in interface ApplicationClientType
Parameters:
values - allowed objects are LifecycleCallbackType

setPostConstruct

public LifecycleCallbackType setPostConstruct(int idx,
                                              LifecycleCallbackType value)
Specified by:
setPostConstruct in interface ApplicationClientType
value - allowed object is LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType[] getPreDestroy()
Specified by:
getPreDestroy in interface ApplicationClientType
Returns:
array of LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType getPreDestroy(int idx)
Specified by:
getPreDestroy in interface ApplicationClientType
Returns:
one of LifecycleCallbackType

getPreDestroyLength

public int getPreDestroyLength()
Specified by:
getPreDestroyLength in interface ApplicationClientType

setPreDestroy

public void setPreDestroy(LifecycleCallbackType[] values)
Specified by:
setPreDestroy in interface ApplicationClientType
Parameters:
values - allowed objects are LifecycleCallbackType

setPreDestroy

public LifecycleCallbackType setPreDestroy(int idx,
                                           LifecycleCallbackType value)
Specified by:
setPreDestroy in interface ApplicationClientType
value - allowed object is LifecycleCallbackType

getCallbackHandler

public FullyQualifiedClassType getCallbackHandler()
Description copied from interface: ApplicationClientType
Gets the value of the callbackHandler property.

Specified by:
getCallbackHandler in interface ApplicationClientType
Returns:
possible object is FullyQualifiedClassType

setCallbackHandler

public void setCallbackHandler(FullyQualifiedClassType value)
Description copied from interface: ApplicationClientType
Sets the value of the callbackHandler property.

Specified by:
setCallbackHandler in interface ApplicationClientType
Parameters:
value - allowed object is FullyQualifiedClassType

getMessageDestination

public MessageDestinationType[] getMessageDestination()
Specified by:
getMessageDestination in interface ApplicationClientType
Returns:
array of MessageDestinationType

getMessageDestination

public MessageDestinationType getMessageDestination(int idx)
Specified by:
getMessageDestination in interface ApplicationClientType
Returns:
one of MessageDestinationType

getMessageDestinationLength

public int getMessageDestinationLength()
Specified by:
getMessageDestinationLength in interface ApplicationClientType

setMessageDestination

public void setMessageDestination(MessageDestinationType[] values)
Specified by:
setMessageDestination in interface ApplicationClientType
Parameters:
values - allowed objects are MessageDestinationType

setMessageDestination

public MessageDestinationType setMessageDestination(int idx,
                                                    MessageDestinationType value)
Specified by:
setMessageDestination in interface ApplicationClientType
value - allowed object is MessageDestinationType

getVersion

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

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

setVersion

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

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

isMetadataComplete

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

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

setMetadataComplete

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

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

getId

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

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

setId

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

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

clone

public ApplicationClientTypeImpl 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.