Uses of Class
org.xmlsoap.schemas.soap.envelope.Detail
-
Packages that use Detail Package Description org.xmlsoap.schemas.soap.envelope -
-
Uses of Detail in org.xmlsoap.schemas.soap.envelope
Fields in org.xmlsoap.schemas.soap.envelope declared as Detail Modifier and Type Field Description protected DetailDetail.Builder. _storedValueprotected DetailFault. detailMethods in org.xmlsoap.schemas.soap.envelope with type parameters of type Detail Modifier and Type Method Description protected <_P extends Detail>
_PDetail.Builder. init(_P _product)Methods in org.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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.xmlsoap.schemas.soap.envelope 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)
-