Class Body.Builder<_B>
- java.lang.Object
-
- org.xmlsoap.schemas.soap.envelope.Body.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Body_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Body.Builder<_B>addAny(Iterable<?> any)Adds the given items to the value of "any"Body.Builder<_B>addAny(Object... any)Adds the given items to the value of "any"Bodybuild()Body.Builder<_B>copyOf(Body _other)Body.Builder<_B>copyOf(Body.Builder _other)_Bend()protected <_P extends Body>
_Pinit(_P _product)Body.Builder<_B>withAny(Iterable<?> any)Sets the new value of "any" (any previous value will be replaced)Body.Builder<_B>withAny(Object... any)Sets the new value of "any" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Body> _P init(_P _product)
-
addAny
public Body.Builder<_B> addAny(Iterable<?> any)
Adds the given items to the value of "any"- Parameters:
any- Items to add to the value of the "any" property
-
withAny
public Body.Builder<_B> withAny(Iterable<?> any)
Sets the new value of "any" (any previous value will be replaced)- Parameters:
any- New value of the "any" property.
-
addAny
public Body.Builder<_B> addAny(Object... any)
Adds the given items to the value of "any"- Parameters:
any- Items to add to the value of the "any" property
-
withAny
public Body.Builder<_B> withAny(Object... any)
Sets the new value of "any" (any previous value will be replaced)- Parameters:
any- New value of the "any" property.
-
build
public Body build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Body.Builder<_B> copyOf(Body _other)
-
copyOf
public Body.Builder<_B> copyOf(Body.Builder _other)
-
-