| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected From |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
From _other,
boolean _copy) |
Builder(_B _parentBuilder,
From _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
PartyId.Builder<? extends From.Builder<_B>> |
addPartyId()
Returns a new builder to build an additional value of the "PartyId" property.
|
From.Builder<_B> |
addPartyId(Iterable<? extends PartyId> partyId)
Adds the given items to the value of "partyId"
|
From.Builder<_B> |
addPartyId(PartyId... partyId)
Adds the given items to the value of "partyId"
|
From |
build() |
_B |
end() |
protected <_P extends From> |
init(_P _product) |
From.Builder<_B> |
withPartyId(Iterable<? extends PartyId> partyId)
Sets the new value of "partyId" (any previous value will be replaced)
|
From.Builder<_B> |
withPartyId(PartyId... partyId)
Sets the new value of "partyId" (any previous value will be replaced)
|
From.Builder<_B> |
withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final From _storedValue
public _B end()
protected <_P extends From> _P init(_P _product)
public From.Builder<_B> addPartyId(Iterable<? extends PartyId> partyId)
partyId - Items to add to the value of the "partyId" propertypublic From.Builder<_B> withPartyId(Iterable<? extends PartyId> partyId)
partyId - New value of the "partyId" property.public From.Builder<_B> addPartyId(PartyId... partyId)
partyId - Items to add to the value of the "partyId" propertypublic From.Builder<_B> withPartyId(PartyId... partyId)
partyId - New value of the "partyId" property.public PartyId.Builder<? extends From.Builder<_B>> addPartyId()
PartyId.Builder.end() to return to the current builder.PartyId.Builder.end() to return to the current builder.public From.Builder<_B> withRole(String role)
role - New value of the "role" property.public From build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2022 NorStella. All rights reserved.