Uses of Class
org.w3.soap.Reasontext
-
Packages that use Reasontext Package Description org.w3.soap -
-
Uses of Reasontext in org.w3.soap
Fields in org.w3.soap declared as Reasontext Modifier and Type Field Description protected ReasontextReasontext.Builder. _storedValueFields in org.w3.soap with type parameters of type Reasontext Modifier and Type Field Description protected List<Reasontext>Faultreason. textMethods in org.w3.soap with type parameters of type Reasontext Modifier and Type Method Description protected <_P extends Reasontext>
_PReasontext.Builder. init(_P _product)Methods in org.w3.soap that return Reasontext Modifier and Type Method Description ReasontextReasontext.Builder. build()ReasontextObjectFactory. createReasontext()Create an instance ofReasontextMethods in org.w3.soap that return types with arguments of type Reasontext Modifier and Type Method Description List<Reasontext>Faultreason. getText()Gets the value of the text property.Methods in org.w3.soap with parameters of type Reasontext Modifier and Type Method Description Faultreason.Builder<_B>Faultreason.Builder. addText(Reasontext... text)Adds the given items to the value of "text"static Reasontext.Builder<Void>Reasontext. copyExcept(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Reasontext.Builder<_B>Reasontext.Builder. copyOf(Reasontext _other)static <_B> Reasontext.Builder<_B>Reasontext. copyOf(Reasontext _other)static <_B> Reasontext.Builder<_B>Reasontext. copyOf(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Reasontext.Builder<Void>Reasontext. copyOnly(Reasontext _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Faultreason.Builder<_B>Faultreason.Builder. withText(Reasontext... text)Sets the new value of "text" (any previous value will be replaced)Method parameters in org.w3.soap with type arguments of type Reasontext Modifier and Type Method Description Faultreason.Builder<_B>Faultreason.Builder. addText(Iterable<? extends Reasontext> text)Adds the given items to the value of "text"Faultreason.Builder<_B>Faultreason.Builder. withText(Iterable<? extends Reasontext> text)Sets the new value of "text" (any previous value will be replaced)Constructors in org.w3.soap with parameters of type Reasontext Constructor Description Builder(_B _parentBuilder, Reasontext _other, boolean _copy)Builder(_B _parentBuilder, Reasontext _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-