Uses of Class
org.w3.soap.Detail
-
Packages that use Detail Package Description org.w3.soap -
-
Uses of Detail in org.w3.soap
Fields in org.w3.soap declared as Detail Modifier and Type Field Description protected DetailDetail.Builder. _storedValueprotected DetailFault. detailMethods in org.w3.soap with type parameters of type Detail Modifier and Type Method Description protected <_P extends Detail>
_PDetail.Builder. init(_P _product)Methods in org.w3.soap that return Detail Modifier and Type Method Description DetailDetail.Builder. build()DetailObjectFactory. createDetail()Create an instance ofDetailDetailFault. getDetail()Gets the value of the detail property.Methods in org.w3.soap with parameters of type Detail Modifier and Type Method Description static Detail.Builder<Void>Detail. copyExcept(Detail _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Detail.Builder<_B>Detail.Builder. copyOf(Detail _other)static <_B> Detail.Builder<_B>Detail. copyOf(Detail _other)static <_B> Detail.Builder<_B>Detail. copyOf(Detail _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Detail.Builder<Void>Detail. copyOnly(Detail _other, com.kscs.util.jaxb.PropertyTree _propertyTree)voidFault. setDetail(Detail value)Sets the value of the detail property.Fault.Builder<_B>Fault.Builder. withDetail(Detail detail)Sets the new value of "detail" (any previous value will be replaced)Constructors in org.w3.soap with parameters of type Detail Constructor Description Builder(_B _parentBuilder, Detail _other, boolean _copy)Builder(_B _parentBuilder, Detail _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-