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

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

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

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee that return TldExtensionType
 TldExtensionType ObjectFactory.createTldExtensionType()
          Create an instance of TldExtensionType
 TldExtensionType[] FunctionType.getFunctionExtension()
           
 TldExtensionType FunctionType.getFunctionExtension(int idx)
           
 TldExtensionType[] TagType.getTagExtension()
           
 TldExtensionType[] TagFileType.getTagExtension()
           
 TldExtensionType TagType.getTagExtension(int idx)
           
 TldExtensionType TagFileType.getTagExtension(int idx)
           
 TldExtensionType[] TldTaglibType.getTaglibExtension()
           
 TldExtensionType TldTaglibType.getTaglibExtension(int idx)
           
 TldExtensionType FunctionType.setFunctionExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagType.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagFileType.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TldTaglibType.setTaglibExtension(int idx, TldExtensionType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee with parameters of type TldExtensionType
 TldExtensionType FunctionType.setFunctionExtension(int idx, TldExtensionType value)
           
 void FunctionType.setFunctionExtension(TldExtensionType[] values)
           
 TldExtensionType TagType.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagFileType.setTagExtension(int idx, TldExtensionType value)
           
 void TagType.setTagExtension(TldExtensionType[] values)
           
 void TagFileType.setTagExtension(TldExtensionType[] values)
           
 TldExtensionType TldTaglibType.setTaglibExtension(int idx, TldExtensionType value)
           
 void TldTaglibType.setTaglibExtension(TldExtensionType[] values)
           
 

Uses of TldExtensionType 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 TldExtensionType
 class TldExtensionTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl declared as TldExtensionType
protected  TldExtensionType[] FunctionTypeImpl.functionExtension
           
protected  TldExtensionType[] TagTypeImpl.tagExtension
           
protected  TldExtensionType[] TagFileTypeImpl.tagExtension
           
protected  TldExtensionType[] TldTaglibTypeImpl.taglibExtension
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl that return TldExtensionType
 TldExtensionType[] FunctionTypeImpl.getFunctionExtension()
           
 TldExtensionType FunctionTypeImpl.getFunctionExtension(int idx)
           
 TldExtensionType[] TagTypeImpl.getTagExtension()
           
 TldExtensionType[] TagFileTypeImpl.getTagExtension()
           
 TldExtensionType TagTypeImpl.getTagExtension(int idx)
           
 TldExtensionType TagFileTypeImpl.getTagExtension(int idx)
           
 TldExtensionType[] TldTaglibTypeImpl.getTaglibExtension()
           
 TldExtensionType TldTaglibTypeImpl.getTaglibExtension(int idx)
           
 TldExtensionType FunctionTypeImpl.setFunctionExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagTypeImpl.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagFileTypeImpl.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TldTaglibTypeImpl.setTaglibExtension(int idx, TldExtensionType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl with parameters of type TldExtensionType
protected  void FunctionTypeImpl.copyFunctionExtension(TldExtensionType[] source)
          Copies all values of property FunctionExtension.
protected  void TagTypeImpl.copyTagExtension(TldExtensionType[] source)
          Copies all values of property TagExtension.
protected  void TagFileTypeImpl.copyTagExtension(TldExtensionType[] source)
          Copies all values of property TagExtension.
protected  void TldTaglibTypeImpl.copyTaglibExtension(TldExtensionType[] source)
          Copies all values of property TaglibExtension.
 TldExtensionType FunctionTypeImpl.setFunctionExtension(int idx, TldExtensionType value)
           
 void FunctionTypeImpl.setFunctionExtension(TldExtensionType[] values)
           
 TldExtensionType TagTypeImpl.setTagExtension(int idx, TldExtensionType value)
           
 TldExtensionType TagFileTypeImpl.setTagExtension(int idx, TldExtensionType value)
           
 void TagTypeImpl.setTagExtension(TldExtensionType[] values)
           
 void TagFileTypeImpl.setTagExtension(TldExtensionType[] values)
           
 TldExtensionType TldTaglibTypeImpl.setTaglibExtension(int idx, TldExtensionType value)
           
 void TldTaglibTypeImpl.setTaglibExtension(TldExtensionType[] values)
           
 



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