Uses of Class
org.apache.cxf.tests.inherit.objects.BaseType

Packages that use BaseType
org.apache.cxf.tests.inherit.objects   
org.apache.cxf.tests.inherit.types   
 

Uses of BaseType in org.apache.cxf.tests.inherit.objects
 

Subclasses of BaseType in org.apache.cxf.tests.inherit.objects
 class SubTypeA
          Java class for SubTypeA complex type.
 class SubTypeB
          Java class for SubTypeB complex type.
 

Methods in org.apache.cxf.tests.inherit.objects that return BaseType
 BaseType ObjectFactory.createBaseType()
          Create an instance of BaseType
 

Uses of BaseType in org.apache.cxf.tests.inherit.types
 

Fields in org.apache.cxf.tests.inherit.types declared as BaseType
protected  BaseType ObjectInfo.baseObject
           
 

Methods in org.apache.cxf.tests.inherit.types that return BaseType
 BaseType ObjectInfo.getBaseObject()
          Gets the value of the baseObject property.
 

Methods in org.apache.cxf.tests.inherit.types with parameters of type BaseType
 void ObjectInfo.setBaseObject(BaseType value)
          Sets the value of the baseObject property.
 



Apache CXF