Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.IconType

Packages that use IconType
org.apache.cxf.jaxws.javaee   
 

Uses of IconType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as IconType
protected  IconType PortComponentType.icon
           
protected  IconType WebserviceDescriptionType.icon
           
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type IconType
protected  List<IconType> WebservicesType.icon
           
protected  List<IconType> MessageDestinationType.icon
           
protected  List<IconType> ServiceRefHandlerType.icon
           
protected  List<IconType> ListenerType.icon
           
protected  List<IconType> PortComponentHandlerType.icon
           
protected  List<IconType> ServiceRefType.icon
           
 

Methods in org.apache.cxf.jaxws.javaee that return IconType
 IconType ObjectFactory.createIconType()
          Create an instance of IconType
 IconType PortComponentType.getIcon()
          Gets the value of the icon property.
 IconType WebserviceDescriptionType.getIcon()
          Gets the value of the icon property.
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type IconType
 List<IconType> WebservicesType.getIcon()
          Gets the value of the icon property.
 List<IconType> MessageDestinationType.getIcon()
          Gets the value of the icon property.
 List<IconType> ServiceRefHandlerType.getIcon()
          Gets the value of the icon property.
 List<IconType> ListenerType.getIcon()
          Gets the value of the icon property.
 List<IconType> PortComponentHandlerType.getIcon()
          Gets the value of the icon property.
 List<IconType> ServiceRefType.getIcon()
          Gets the value of the icon property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type IconType
 void PortComponentType.setIcon(IconType value)
          Sets the value of the icon property.
 void WebserviceDescriptionType.setIcon(IconType value)
          Sets the value of the icon property.
 


Apache CXF API

Apache CXF