Uses of Interface
com.sun.tools.xjc.api.TypeAndAnnotation
-
Packages that use TypeAndAnnotation Package Description com.sun.tools.ws.processor.model.jaxb com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. -
-
Uses of TypeAndAnnotation in com.sun.tools.ws.processor.model.jaxb
Methods in com.sun.tools.ws.processor.model.jaxb that return TypeAndAnnotation Modifier and Type Method Description TypeAndAnnotationJAXBTypeAndAnnotation. getTypeAnn()Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type TypeAndAnnotation Modifier and Type Method Description voidJAXBTypeAndAnnotation. setTypeAnn(TypeAndAnnotation typeAnn)Constructors in com.sun.tools.ws.processor.model.jaxb with parameters of type TypeAndAnnotation Constructor Description JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn)JAXBTypeAndAnnotation(TypeAndAnnotation typeAnn, JType type) -
Uses of TypeAndAnnotation in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl that return TypeAndAnnotation Modifier and Type Method Description TypeAndAnnotationJAXBModelBuilder. getElementTypeAndAnn(QName qname) -
Uses of TypeAndAnnotation in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return TypeAndAnnotation Modifier and Type Method Description TypeAndAnnotationS2JJAXBModel. getJavaType(QName xmlTypeName)Returns the fully-qualified name of the Java type that is bound to the specified XML type.TypeAndAnnotationMapping. getType()Returns the fully-qualified name of the java class for the type of this element.
-