Package org.w3.soap
Class Faultreason.Builder<_B>
- java.lang.Object
-
- org.w3.soap.Faultreason.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Faultreason
public static class Faultreason.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Faultreason_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, Faultreason _other, boolean _copy)Builder(_B _parentBuilder, Faultreason _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reasontext.Builder<? extends Faultreason.Builder<_B>>addText()Returns a new builder to build an additional value of the "Text" property.Faultreason.Builder<_B>addText(Iterable<? extends Reasontext> text)Adds the given items to the value of "text"Faultreason.Builder<_B>addText(Reasontext... text)Adds the given items to the value of "text"Faultreasonbuild()Faultreason.Builder<_B>copyOf(Faultreason _other)Faultreason.Builder<_B>copyOf(Faultreason.Builder _other)_Bend()protected <_P extends Faultreason>
_Pinit(_P _product)Faultreason.Builder<_B>withText(Iterable<? extends Reasontext> text)Sets the new value of "text" (any previous value will be replaced)Faultreason.Builder<_B>withText(Reasontext... text)Sets the new value of "text" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final Faultreason _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, Faultreason _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, Faultreason _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Faultreason> _P init(_P _product)
-
addText
public Faultreason.Builder<_B> addText(Iterable<? extends Reasontext> text)
Adds the given items to the value of "text"- Parameters:
text- Items to add to the value of the "text" property
-
withText
public Faultreason.Builder<_B> withText(Iterable<? extends Reasontext> text)
Sets the new value of "text" (any previous value will be replaced)- Parameters:
text- New value of the "text" property.
-
addText
public Faultreason.Builder<_B> addText(Reasontext... text)
Adds the given items to the value of "text"- Parameters:
text- Items to add to the value of the "text" property
-
withText
public Faultreason.Builder<_B> withText(Reasontext... text)
Sets the new value of "text" (any previous value will be replaced)- Parameters:
text- New value of the "text" property.
-
addText
public Reasontext.Builder<? extends Faultreason.Builder<_B>> addText()
Returns a new builder to build an additional value of the "Text" property. UseReasontext.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "Text" property.
Use
Reasontext.Builder.end()to return to the current builder.
-
build
public Faultreason build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Faultreason.Builder<_B> copyOf(Faultreason _other)
-
copyOf
public Faultreason.Builder<_B> copyOf(Faultreason.Builder _other)
-
-