Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.DisplayNameType
Packages that use DisplayNameType
-
Uses of DisplayNameType in com.sun.xml.ws.config.metro.parser.jsr109
Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as DisplayNameTypeModifier and TypeFieldDescriptionprotected DisplayNameTypePortComponentType.displayNameprotected DisplayNameTypeWebserviceDescriptionType.displayNameFields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type DisplayNameTypeModifier and TypeFieldDescriptionprotected List<DisplayNameType>HandlerType.displayNameprotected List<DisplayNameType>ListenerType.displayNameprotected List<DisplayNameType>MessageDestinationType.displayNameprotected List<DisplayNameType>ServiceRefType.displayNameprotected List<DisplayNameType>WebservicesType.displayNameMethods in com.sun.xml.ws.config.metro.parser.jsr109 that return DisplayNameTypeModifier and TypeMethodDescriptionObjectFactory.createDisplayNameType()Create an instance ofDisplayNameTypePortComponentType.getDisplayName()Gets the value of the displayName property.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 DisplayNameTypeModifier and TypeMethodDescriptionHandlerType.getDisplayName()Gets the value of the displayName property.ListenerType.getDisplayName()Gets the value of the displayName property.MessageDestinationType.getDisplayName()Gets the value of the displayName property.ServiceRefType.getDisplayName()Gets the value of the displayName property.WebservicesType.getDisplayName()Gets the value of the displayName property.Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type DisplayNameTypeModifier and TypeMethodDescriptionvoidPortComponentType.setDisplayName(DisplayNameType value) Sets the value of the displayName property.voidWebserviceDescriptionType.setDisplayName(DisplayNameType value) Sets the value of the displayName property.