Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.MetaType

Packages that use MetaType
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl   
 

Uses of MetaType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans that return MetaType
 MetaType ObjectFactory.createMetaType()
          Create an instance of MetaType
 MetaType PropertyType.getMeta()
          Gets the value of the meta property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans that return types with arguments of type MetaType
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createAttribute(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createMeta(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 List<MetaType> Qualifier.getAttribute()
          Gets the value of the attribute property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans with parameters of type MetaType
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createAttribute(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createMeta(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 void PropertyType.setMeta(MetaType value)
          Sets the value of the meta property.
 

Uses of MetaType in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl that implement MetaType
 class MetaTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl with type parameters of type MetaType
protected  List<MetaType> QualifierImpl.attribute
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl that return MetaType
 MetaType PropertyTypeImpl.getMeta()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl that return types with arguments of type MetaType
 List<MetaType> QualifierImpl.getAttribute()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl with parameters of type MetaType
 void PropertyTypeImpl.setMeta(MetaType value)
           
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl with type arguments of type MetaType
protected static void QualifierImpl.copyAttribute(List<MetaType> source, List<MetaType> target)
          Copies all values of property Attribute.
protected static void QualifierImpl.copyAttribute(List<MetaType> source, List<MetaType> target)
          Copies all values of property Attribute.
 



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