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

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

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

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

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

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

Uses of EjbRefType 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 EjbRefType
 class EjbRefTypeImpl
           
 

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

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

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



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