Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.DisplayNameType
-
Packages that use DisplayNameType Package Description 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 Modifier and Type Field Description protected DisplayNameTypePortComponentType. displayNameprotected DisplayNameTypeWebserviceDescriptionType. displayNameFields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type DisplayNameType Modifier and Type Field Description protected 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 DisplayNameType Modifier and Type Method Description DisplayNameTypeObjectFactory. createDisplayNameType()Create an instance ofDisplayNameTypeDisplayNameTypePortComponentType. getDisplayName()Gets the value of the displayName property.DisplayNameTypeWebserviceDescriptionType. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidPortComponentType. setDisplayName(DisplayNameType value)Sets the value of the displayName property.voidWebserviceDescriptionType. setDisplayName(DisplayNameType value)Sets the value of the displayName property.
-