Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.EnvEntryType

Packages that use EnvEntryType
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl   
 

Uses of EnvEntryType in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee that return EnvEntryType
 EnvEntryType ObjectFactory.createEnvEntryType()
          Create an instance of EnvEntryType
 EnvEntryType[] ApplicationClientType.getEnvEntry()
           
 EnvEntryType[] EntityBeanType.getEnvEntry()
           
 EnvEntryType[] MessageDrivenBeanType.getEnvEntry()
           
 EnvEntryType[] SessionBeanType.getEnvEntry()
           
 EnvEntryType[] InterceptorType.getEnvEntry()
           
 EnvEntryType ApplicationClientType.getEnvEntry(int idx)
           
 EnvEntryType EntityBeanType.getEnvEntry(int idx)
           
 EnvEntryType MessageDrivenBeanType.getEnvEntry(int idx)
           
 EnvEntryType SessionBeanType.getEnvEntry(int idx)
           
 EnvEntryType InterceptorType.getEnvEntry(int idx)
           
 EnvEntryType ApplicationClientType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType EntityBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType MessageDrivenBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType SessionBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType InterceptorType.setEnvEntry(int idx, EnvEntryType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee that return types with arguments of type EnvEntryType
 javax.xml.bind.JAXBElement<EnvEntryType> ObjectFactory.createWebAppTypeEnvEntry(EnvEntryType value)
          Create an instance of JAXBElement<EnvEntryType>}
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee with parameters of type EnvEntryType
 javax.xml.bind.JAXBElement<EnvEntryType> ObjectFactory.createWebAppTypeEnvEntry(EnvEntryType value)
          Create an instance of JAXBElement<EnvEntryType>}
 void ApplicationClientType.setEnvEntry(EnvEntryType[] values)
           
 void EntityBeanType.setEnvEntry(EnvEntryType[] values)
           
 void MessageDrivenBeanType.setEnvEntry(EnvEntryType[] values)
           
 void SessionBeanType.setEnvEntry(EnvEntryType[] values)
           
 void InterceptorType.setEnvEntry(EnvEntryType[] values)
           
 EnvEntryType ApplicationClientType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType EntityBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType MessageDrivenBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType SessionBeanType.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType InterceptorType.setEnvEntry(int idx, EnvEntryType value)
           
 

Uses of EnvEntryType in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl that implement EnvEntryType
 class EnvEntryTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl declared as EnvEntryType
protected  EnvEntryType[] EntityBeanTypeImpl.envEntry
           
protected  EnvEntryType[] InterceptorTypeImpl.envEntry
           
protected  EnvEntryType[] SessionBeanTypeImpl.envEntry
           
protected  EnvEntryType[] MessageDrivenBeanTypeImpl.envEntry
           
protected  EnvEntryType[] ApplicationClientTypeImpl.envEntry
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl that return EnvEntryType
 EnvEntryType[] EntityBeanTypeImpl.getEnvEntry()
           
 EnvEntryType[] InterceptorTypeImpl.getEnvEntry()
           
 EnvEntryType[] SessionBeanTypeImpl.getEnvEntry()
           
 EnvEntryType[] MessageDrivenBeanTypeImpl.getEnvEntry()
           
 EnvEntryType[] ApplicationClientTypeImpl.getEnvEntry()
           
 EnvEntryType EntityBeanTypeImpl.getEnvEntry(int idx)
           
 EnvEntryType InterceptorTypeImpl.getEnvEntry(int idx)
           
 EnvEntryType SessionBeanTypeImpl.getEnvEntry(int idx)
           
 EnvEntryType MessageDrivenBeanTypeImpl.getEnvEntry(int idx)
           
 EnvEntryType ApplicationClientTypeImpl.getEnvEntry(int idx)
           
 EnvEntryType EntityBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType InterceptorTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType SessionBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType MessageDrivenBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType ApplicationClientTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl with parameters of type EnvEntryType
protected  void EntityBeanTypeImpl.copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
protected  void InterceptorTypeImpl.copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
protected  void SessionBeanTypeImpl.copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
protected  void MessageDrivenBeanTypeImpl.copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
protected  void ApplicationClientTypeImpl.copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
 void EntityBeanTypeImpl.setEnvEntry(EnvEntryType[] values)
           
 void InterceptorTypeImpl.setEnvEntry(EnvEntryType[] values)
           
 void SessionBeanTypeImpl.setEnvEntry(EnvEntryType[] values)
           
 void MessageDrivenBeanTypeImpl.setEnvEntry(EnvEntryType[] values)
           
 void ApplicationClientTypeImpl.setEnvEntry(EnvEntryType[] values)
           
 EnvEntryType EntityBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType InterceptorTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType SessionBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType MessageDrivenBeanTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 EnvEntryType ApplicationClientTypeImpl.setEnvEntry(int idx, EnvEntryType value)
           
 



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