Uses of Class
org.w3.soap.Subcode
-
Packages that use Subcode Package Description org.w3.soap -
-
Uses of Subcode in org.w3.soap
Fields in org.w3.soap declared as Subcode Modifier and Type Field Description protected SubcodeSubcode.Builder. _storedValueprotected SubcodeFaultcode. subcodeprotected SubcodeSubcode. subcodeMethods in org.w3.soap with type parameters of type Subcode Modifier and Type Method Description protected <_P extends Subcode>
_PSubcode.Builder. init(_P _product)Methods in org.w3.soap that return Subcode Modifier and Type Method Description SubcodeSubcode.Builder. build()SubcodeObjectFactory. createSubcode()Create an instance ofSubcodeSubcodeFaultcode. getSubcode()Gets the value of the subcode property.SubcodeSubcode. getSubcode()Gets the value of the subcode property.Methods in org.w3.soap with parameters of type Subcode Modifier and Type Method Description static Subcode.Builder<Void>Subcode. copyExcept(Subcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Subcode.Builder<_B>Subcode.Builder. copyOf(Subcode _other)static <_B> Subcode.Builder<_B>Subcode. copyOf(Subcode _other)static <_B> Subcode.Builder<_B>Subcode. copyOf(Subcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Subcode.Builder<Void>Subcode. copyOnly(Subcode _other, com.kscs.util.jaxb.PropertyTree _propertyTree)voidFaultcode. setSubcode(Subcode value)Sets the value of the subcode property.voidSubcode. setSubcode(Subcode value)Sets the value of the subcode property.Faultcode.Builder<_B>Faultcode.Builder. withSubcode(Subcode subcode)Sets the new value of "subcode" (any previous value will be replaced)Subcode.Builder<_B>Subcode.Builder. withSubcode(Subcode subcode)Sets the new value of "subcode" (any previous value will be replaced)Constructors in org.w3.soap with parameters of type Subcode Constructor Description Builder(_B _parentBuilder, Subcode _other, boolean _copy)Builder(_B _parentBuilder, Subcode _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-