Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.DisplayNameType

Packages that use DisplayNameType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of DisplayNameType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as DisplayNameType
protected  DisplayNameType PortComponentType.displayName
           
protected  DisplayNameType WebserviceDescriptionType.displayName
           
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type DisplayNameType
protected  List<DisplayNameType> HandlerType.displayName
           
protected  List<DisplayNameType> ListenerType.displayName
           
protected  List<DisplayNameType> MessageDestinationType.displayName
           
protected  List<DisplayNameType> ServiceRefType.displayName
           
protected  List<DisplayNameType> WebservicesType.displayName
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 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 com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type DisplayNameType
 List<DisplayNameType> HandlerType.getDisplayName()
          Gets the value of the displayName property.
 List<DisplayNameType> ListenerType.getDisplayName()
          Gets the value of the displayName property.
 List<DisplayNameType> MessageDestinationType.getDisplayName()
          Gets the value of the displayName property.
 List<DisplayNameType> ServiceRefType.getDisplayName()
          Gets the value of the displayName property.
 List<DisplayNameType> WebservicesType.getDisplayName()
          Gets the value of the displayName property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.