Uses of Class
com.sun.tools.ws.processor.model.jaxb.JAXBProperty

Packages that use JAXBProperty
com.sun.tools.ws.processor.model.jaxb   
 

Uses of JAXBProperty in com.sun.tools.ws.processor.model.jaxb
 

Methods in com.sun.tools.ws.processor.model.jaxb that return JAXBProperty
 JAXBProperty JAXBElementMember.getProperty()
           
 

Methods in com.sun.tools.ws.processor.model.jaxb that return types with arguments of type JAXBProperty
 List<JAXBProperty> JAXBType.getWrapperChildren()
           
 List<JAXBProperty> JAXBMapping.getWrapperStyleDrilldown()
           
 

Methods in com.sun.tools.ws.processor.model.jaxb with parameters of type JAXBProperty
 void JAXBElementMember.setProperty(JAXBProperty prop)
           
 

Method parameters in com.sun.tools.ws.processor.model.jaxb with type arguments of type JAXBProperty
 void JAXBType.setWrapperChildren(List<JAXBProperty> children)