Package org.w3.soap
Class Reasontext.Builder<_B>
- java.lang.Object
-
- org.w3.soap.Reasontext.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- Reasontext
public static class Reasontext.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Reasontext_storedValue
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reasontextbuild()Reasontext.Builder<_B>copyOf(Reasontext _other)Reasontext.Builder<_B>copyOf(Reasontext.Builder _other)_Bend()protected <_P extends Reasontext>
_Pinit(_P _product)Reasontext.Builder<_B>withLang(String lang)Sets the new value of "lang" (any previous value will be replaced)Reasontext.Builder<_B>withValue(String value)Sets the new value of "value" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final Reasontext _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, Reasontext _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, Reasontext _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 Reasontext> _P init(_P _product)
-
withValue
public Reasontext.Builder<_B> withValue(String value)
Sets the new value of "value" (any previous value will be replaced)- Parameters:
value- New value of the "value" property.
-
withLang
public Reasontext.Builder<_B> withLang(String lang)
Sets the new value of "lang" (any previous value will be replaced)- Parameters:
lang- New value of the "lang" property.
-
build
public Reasontext build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Reasontext.Builder<_B> copyOf(Reasontext _other)
-
copyOf
public Reasontext.Builder<_B> copyOf(Reasontext.Builder _other)
-
-