Uses of Class
org.apache.cxf.tests.inherit.objects.BaseType
-
Packages that use BaseType Package Description 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 Modifier and Type Class Description classSubTypeAJava class for SubTypeA complex type.classSubTypeBJava class for SubTypeB complex type.Methods in org.apache.cxf.tests.inherit.objects that return BaseType Modifier and Type Method Description BaseTypeObjectFactory. createBaseType()Create an instance ofBaseType -
Uses of BaseType in org.apache.cxf.tests.inherit.types
Fields in org.apache.cxf.tests.inherit.types declared as BaseType Modifier and Type Field Description protected BaseTypeObjectInfo. baseObjectMethods in org.apache.cxf.tests.inherit.types that return BaseType Modifier and Type Method Description BaseTypeObjectInfo. getBaseObject()Gets the value of the baseObject property.Methods in org.apache.cxf.tests.inherit.types with parameters of type BaseType Modifier and Type Method Description voidObjectInfo. setBaseObject(BaseType value)Sets the value of the baseObject property.
-