Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.Truncated
-
Packages that use Truncated Package Description com.sun.xml.registry.uddi.bindings_v2_2 -
-
Uses of Truncated in com.sun.xml.registry.uddi.bindings_v2_2
Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as Truncated Modifier and Type Field Description protected TruncatedBindingDetail. truncatedprotected TruncatedBusinessDetail. truncatedprotected TruncatedBusinessDetailExt. truncatedprotected TruncatedBusinessList. truncatedprotected TruncatedDispositionReport. truncatedprotected TruncatedRegisteredInfo. truncatedprotected TruncatedRelatedBusinessesList. truncatedprotected TruncatedServiceDetail. truncatedprotected TruncatedServiceList. truncatedprotected TruncatedTModelDetail. truncatedprotected TruncatedTModelList. truncatedMethods in com.sun.xml.registry.uddi.bindings_v2_2 that return Truncated Modifier and Type Method Description static TruncatedTruncated. fromValue(String v)TruncatedBindingDetail. getTruncated()Gets the value of the truncated property.TruncatedBusinessDetail. getTruncated()Gets the value of the truncated property.TruncatedBusinessDetailExt. getTruncated()Gets the value of the truncated property.TruncatedBusinessList. getTruncated()Gets the value of the truncated property.TruncatedDispositionReport. getTruncated()Gets the value of the truncated property.TruncatedRegisteredInfo. getTruncated()Gets the value of the truncated property.TruncatedRelatedBusinessesList. getTruncated()Gets the value of the truncated property.TruncatedServiceDetail. getTruncated()Gets the value of the truncated property.TruncatedServiceList. getTruncated()Gets the value of the truncated property.TruncatedTModelDetail. getTruncated()Gets the value of the truncated property.TruncatedTModelList. getTruncated()Gets the value of the truncated property.static TruncatedTruncated. valueOf(String name)Returns the enum constant of this type with the specified name.static Truncated[]Truncated. 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 Truncated Modifier and Type Method Description voidBindingDetail. setTruncated(Truncated value)Sets the value of the truncated property.voidBusinessDetail. setTruncated(Truncated value)Sets the value of the truncated property.voidBusinessDetailExt. setTruncated(Truncated value)Sets the value of the truncated property.voidBusinessList. setTruncated(Truncated value)Sets the value of the truncated property.voidDispositionReport. setTruncated(Truncated value)Sets the value of the truncated property.voidRegisteredInfo. setTruncated(Truncated value)Sets the value of the truncated property.voidRelatedBusinessesList. setTruncated(Truncated value)Sets the value of the truncated property.voidServiceDetail. setTruncated(Truncated value)Sets the value of the truncated property.voidServiceList. setTruncated(Truncated value)Sets the value of the truncated property.voidTModelDetail. setTruncated(Truncated value)Sets the value of the truncated property.voidTModelList. setTruncated(Truncated value)Sets the value of the truncated property.
-