Package org.apache.cxf.common.jaxb
Interface JAXBUtils.JType
- Enclosing class:
- JAXBUtils
public static interface JAXBUtils.JType
- 
Method Details- 
isArrayboolean isArray()
- 
elementTypeJAXBUtils.JType elementType()
- 
isPrimitiveboolean isPrimitive()
- 
binaryNameString binaryName()
- 
fullNameString fullName()
- 
nameString name()
- 
classesIterator<JAXBUtils.JType> classes()
 
-