Uses of Class
org.w3.soap.Faultcode
-
Packages that use Faultcode Package Description org.w3.soap -
-
Uses of Faultcode in org.w3.soap
Fields in org.w3.soap declared as Faultcode Modifier and Type Field Description protected FaultcodeFaultcode.Builder. _storedValueprotected FaultcodeFault. codeMethods in org.w3.soap with type parameters of type Faultcode Modifier and Type Method Description protected <_P extends Faultcode>
_PFaultcode.Builder. init(_P _product)Methods in org.w3.soap that return Faultcode Modifier and Type Method Description FaultcodeFaultcode.Builder. build()FaultcodeObjectFactory. createFaultcode()Create an instance ofFaultcodeFaultcodeFault. getCode()Gets the value of the code property.Methods in org.w3.soap with parameters of type Faultcode Modifier and Type Method Description static Faultcode.Builder<Void>Faultcode. copyExcept(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Faultcode.Builder<_B>Faultcode.Builder. copyOf(Faultcode _other)static <_B> Faultcode.Builder<_B>Faultcode. copyOf(Faultcode _other)static <_B> Faultcode.Builder<_B>Faultcode. copyOf(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Faultcode.Builder<Void>Faultcode. copyOnly(Faultcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)voidFault. setCode(Faultcode value)Sets the value of the code property.Fault.Builder<_B>Fault.Builder. withCode(Faultcode code)Sets the new value of "code" (any previous value will be replaced)Constructors in org.w3.soap with parameters of type Faultcode Constructor Description Builder(_B _parentBuilder, Faultcode _other, boolean _copy)Builder(_B _parentBuilder, Faultcode _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-