Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.URLType
-
Packages that use URLType Package Description com.sun.xml.registry.uddi.bindings_v2_2 -
-
Uses of URLType in com.sun.xml.registry.uddi.bindings_v2_2
Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as URLType Modifier and Type Field Description protected URLTypeAccessPoint. urlTypeMethods in com.sun.xml.registry.uddi.bindings_v2_2 that return URLType Modifier and Type Method Description static URLTypeURLType. fromValue(String v)URLTypeAccessPoint. getURLType()Gets the value of the urlType property.static URLTypeURLType. valueOf(String name)Returns the enum constant of this type with the specified name.static URLType[]URLType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.registry.uddi.bindings_v2_2 with parameters of type URLType Modifier and Type Method Description voidAccessPoint. setURLType(URLType value)Sets the value of the urlType property.
-