net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee
Interface ApplicationClientType

All Known Implementing Classes:
ApplicationClientTypeImpl

public interface ApplicationClientType

Java class for application-clientType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="application-clientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="env-entry" type="{http://java.sun.com/xml/ns/javaee}env-entryType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ejb-ref" type="{http://java.sun.com/xml/ns/javaee}ejb-refType" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://java.sun.com/xml/ns/javaee}service-refGroup"/>
         <element name="resource-ref" type="{http://java.sun.com/xml/ns/javaee}resource-refType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource-env-ref" type="{http://java.sun.com/xml/ns/javaee}resource-env-refType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message-destination-ref" type="{http://java.sun.com/xml/ns/javaee}message-destination-refType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="persistence-unit-ref" type="{http://java.sun.com/xml/ns/javaee}persistence-unit-refType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="post-construct" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pre-destroy" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="callback-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
         <element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="5" />
       <attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 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.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getEnvEntry

EnvEntryType[] getEnvEntry()
Returns:
array of EnvEntryType

getEnvEntry

EnvEntryType getEnvEntry(int idx)
Returns:
one of EnvEntryType

getEnvEntryLength

int getEnvEntryLength()

setEnvEntry

void setEnvEntry(EnvEntryType[] values)
Parameters:
values - allowed objects are EnvEntryType

setEnvEntry

EnvEntryType setEnvEntry(int idx,
                         EnvEntryType value)
Parameters:
value - allowed object is EnvEntryType

getEjbRef

EjbRefType[] getEjbRef()
Returns:
array of EjbRefType

getEjbRef

EjbRefType getEjbRef(int idx)
Returns:
one of EjbRefType

getEjbRefLength

int getEjbRefLength()

setEjbRef

void setEjbRef(EjbRefType[] values)
Parameters:
values - allowed objects are EjbRefType

setEjbRef

EjbRefType setEjbRef(int idx,
                     EjbRefType value)
Parameters:
value - allowed object is EjbRefType

getServiceRef

ServiceRefType[] getServiceRef()
Returns:
array of ServiceRefType

getServiceRef

ServiceRefType getServiceRef(int idx)
Returns:
one of ServiceRefType

getServiceRefLength

int getServiceRefLength()

setServiceRef

void setServiceRef(ServiceRefType[] values)
Parameters:
values - allowed objects are ServiceRefType

setServiceRef

ServiceRefType setServiceRef(int idx,
                             ServiceRefType value)
Parameters:
value - allowed object is ServiceRefType

getResourceRef

ResourceRefType[] getResourceRef()
Returns:
array of ResourceRefType

getResourceRef

ResourceRefType getResourceRef(int idx)
Returns:
one of ResourceRefType

getResourceRefLength

int getResourceRefLength()

setResourceRef

void setResourceRef(ResourceRefType[] values)
Parameters:
values - allowed objects are ResourceRefType

setResourceRef

ResourceRefType setResourceRef(int idx,
                               ResourceRefType value)
Parameters:
value - allowed object is ResourceRefType

getResourceEnvRef

ResourceEnvRefType[] getResourceEnvRef()
Returns:
array of ResourceEnvRefType

getResourceEnvRef

ResourceEnvRefType getResourceEnvRef(int idx)
Returns:
one of ResourceEnvRefType

getResourceEnvRefLength

int getResourceEnvRefLength()

setResourceEnvRef

void setResourceEnvRef(ResourceEnvRefType[] values)
Parameters:
values - allowed objects are ResourceEnvRefType

setResourceEnvRef

ResourceEnvRefType setResourceEnvRef(int idx,
                                     ResourceEnvRefType value)
Parameters:
value - allowed object is ResourceEnvRefType

getMessageDestinationRef

MessageDestinationRefType[] getMessageDestinationRef()
Returns:
array of MessageDestinationRefType

getMessageDestinationRef

MessageDestinationRefType getMessageDestinationRef(int idx)
Returns:
one of MessageDestinationRefType

getMessageDestinationRefLength

int getMessageDestinationRefLength()

setMessageDestinationRef

void setMessageDestinationRef(MessageDestinationRefType[] values)
Parameters:
values - allowed objects are MessageDestinationRefType

setMessageDestinationRef

MessageDestinationRefType setMessageDestinationRef(int idx,
                                                   MessageDestinationRefType value)
Parameters:
value - allowed object is MessageDestinationRefType

getPersistenceUnitRef

PersistenceUnitRefType[] getPersistenceUnitRef()
Returns:
array of PersistenceUnitRefType

getPersistenceUnitRef

PersistenceUnitRefType getPersistenceUnitRef(int idx)
Returns:
one of PersistenceUnitRefType

getPersistenceUnitRefLength

int getPersistenceUnitRefLength()

setPersistenceUnitRef

void setPersistenceUnitRef(PersistenceUnitRefType[] values)
Parameters:
values - allowed objects are PersistenceUnitRefType

setPersistenceUnitRef

PersistenceUnitRefType setPersistenceUnitRef(int idx,
                                             PersistenceUnitRefType value)
Parameters:
value - allowed object is PersistenceUnitRefType

getPostConstruct

LifecycleCallbackType[] getPostConstruct()
Returns:
array of LifecycleCallbackType

getPostConstruct

LifecycleCallbackType getPostConstruct(int idx)
Returns:
one of LifecycleCallbackType

getPostConstructLength

int getPostConstructLength()

setPostConstruct

void setPostConstruct(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPostConstruct

LifecycleCallbackType setPostConstruct(int idx,
                                       LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getPreDestroy

LifecycleCallbackType[] getPreDestroy()
Returns:
array of LifecycleCallbackType

getPreDestroy

LifecycleCallbackType getPreDestroy(int idx)
Returns:
one of LifecycleCallbackType

getPreDestroyLength

int getPreDestroyLength()

setPreDestroy

void setPreDestroy(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPreDestroy

LifecycleCallbackType setPreDestroy(int idx,
                                    LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getCallbackHandler

FullyQualifiedClassType getCallbackHandler()
Gets the value of the callbackHandler property.

Returns:
possible object is FullyQualifiedClassType

setCallbackHandler

void setCallbackHandler(FullyQualifiedClassType value)
Sets the value of the callbackHandler property.

Parameters:
value - allowed object is FullyQualifiedClassType

getMessageDestination

MessageDestinationType[] getMessageDestination()
Returns:
array of MessageDestinationType

getMessageDestination

MessageDestinationType getMessageDestination(int idx)
Returns:
one of MessageDestinationType

getMessageDestinationLength

int getMessageDestinationLength()

setMessageDestination

void setMessageDestination(MessageDestinationType[] values)
Parameters:
values - allowed objects are MessageDestinationType

setMessageDestination

MessageDestinationType setMessageDestination(int idx,
                                             MessageDestinationType value)
Parameters:
value - allowed object is MessageDestinationType

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isMetadataComplete

Boolean isMetadataComplete()
Gets the value of the metadataComplete property.

Returns:
possible object is Boolean

setMetadataComplete

void setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.

Parameters:
value - allowed object is Boolean

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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