Uses of Class
org.apache.cxf.jaxws.handler.types.PathType

Packages that use PathType
org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of PathType in org.apache.cxf.jaxws.handler.types
 

Fields in org.apache.cxf.jaxws.handler.types declared as PathType
protected  PathType IconType.largeIcon
           
protected  PathType IconType.smallIcon
           
 

Methods in org.apache.cxf.jaxws.handler.types that return PathType
 PathType IconType.getLargeIcon()
          Gets the value of the largeIcon property.
 PathType IconType.getSmallIcon()
          Gets the value of the smallIcon property.
 

Methods in org.apache.cxf.jaxws.handler.types with parameters of type PathType
 void IconType.setLargeIcon(PathType value)
          Sets the value of the largeIcon property.
 void IconType.setSmallIcon(PathType value)
          Sets the value of the smallIcon property.
 



Apache CXF