Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee declared as DisplayNameType
protected  DisplayNameType PortComponentType.displayName
           
protected  DisplayNameType WebserviceDescriptionType.displayName
           
 

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

Methods in org.apache.cxf.jaxws.javaee that return DisplayNameType
 DisplayNameType ObjectFactory.createDisplayNameType()
          Create an instance of DisplayNameType
 DisplayNameType PortComponentType.getDisplayName()
          Gets the value of the displayName property.
 DisplayNameType WebserviceDescriptionType.getDisplayName()
          Gets the value of the displayName property.
 

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

Methods in org.apache.cxf.jaxws.javaee with parameters of type DisplayNameType
 void PortComponentType.setDisplayName(DisplayNameType value)
          Sets the value of the displayName property.
 void WebserviceDescriptionType.setDisplayName(DisplayNameType value)
          Sets the value of the displayName property.
 


Apache CXF API

Apache CXF