Uses of Class
org.apache.cxf.ws.discovery.wsdl.ScopesType
Packages that use ScopesType
-
Uses of ScopesType in org.apache.cxf.ws.discovery.wsdl
Fields in org.apache.cxf.ws.discovery.wsdl declared as ScopesTypeModifier and TypeFieldDescriptionprotected ScopesTypeByeType.scopesprotected ScopesTypeHelloType.scopesprotected ScopesTypeProbeMatchType.scopesprotected ScopesTypeProbeType.scopesprotected ScopesTypeResolveMatchType.scopesMethods in org.apache.cxf.ws.discovery.wsdl that return ScopesTypeModifier and TypeMethodDescriptionObjectFactory.createScopesType()Create an instance ofScopesTypeByeType.getScopes()Gets the value of the scopes property.HelloType.getScopes()Gets the value of the scopes property.ProbeMatchType.getScopes()Gets the value of the scopes property.ProbeType.getScopes()Gets the value of the scopes property.ResolveMatchType.getScopes()Gets the value of the scopes property.Methods in org.apache.cxf.ws.discovery.wsdl that return types with arguments of type ScopesTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ScopesType>ObjectFactory.createScopes(ScopesType value) Methods in org.apache.cxf.ws.discovery.wsdl with parameters of type ScopesTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ScopesType>ObjectFactory.createScopes(ScopesType value) voidByeType.setScopes(ScopesType value) Sets the value of the scopes property.voidHelloType.setScopes(ScopesType value) Sets the value of the scopes property.voidProbeMatchType.setScopes(ScopesType value) Sets the value of the scopes property.voidProbeType.setScopes(ScopesType value) Sets the value of the scopes property.voidResolveMatchType.setScopes(ScopesType value) Sets the value of the scopes property.