Class PullRequest.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PullRequest.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- PullRequest
public static class PullRequest.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PullRequest_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, PullRequest _other, boolean _copy)Builder(_B _parentBuilder, PullRequest _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 PullRequest.Builder<_B>addAny(Iterable<?> any)Adds the given items to the value of "any"PullRequest.Builder<_B>addAny(Object... any)Adds the given items to the value of "any"PullRequestbuild()PullRequest.Builder<_B>copyOf(PullRequest _other)PullRequest.Builder<_B>copyOf(PullRequest.Builder _other)_Bend()protected <_P extends PullRequest>
_Pinit(_P _product)PullRequest.Builder<_B>withAny(Iterable<?> any)Sets the new value of "any" (any previous value will be replaced)PullRequest.Builder<_B>withAny(Object... any)Sets the new value of "any" (any previous value will be replaced)PullRequest.Builder<_B>withMpc(String mpc)Sets the new value of "mpc" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final PullRequest _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, PullRequest _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, PullRequest _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 PullRequest> _P init(_P _product)
-
addAny
public PullRequest.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 PullRequest.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 PullRequest.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 PullRequest.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.
-
withMpc
public PullRequest.Builder<_B> withMpc(String mpc)
Sets the new value of "mpc" (any previous value will be replaced)- Parameters:
mpc- New value of the "mpc" property.
-
build
public PullRequest build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PullRequest.Builder<_B> copyOf(PullRequest _other)
-
copyOf
public PullRequest.Builder<_B> copyOf(PullRequest.Builder _other)
-
-