Class To.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.To.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected To_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyId.Builder<? extends To.Builder<_B>>addPartyId()Returns a new builder to build an additional value of the "PartyId" property.To.Builder<_B>addPartyId(Iterable<? extends PartyId> partyId)Adds the given items to the value of "partyId"To.Builder<_B>addPartyId(PartyId... partyId)Adds the given items to the value of "partyId"Tobuild()To.Builder<_B>copyOf(To _other)To.Builder<_B>copyOf(To.Builder _other)_Bend()protected <_P extends To>
_Pinit(_P _product)To.Builder<_B>withPartyId(Iterable<? extends PartyId> partyId)Sets the new value of "partyId" (any previous value will be replaced)To.Builder<_B>withPartyId(PartyId... partyId)Sets the new value of "partyId" (any previous value will be replaced)To.Builder<_B>withRole(String role)Sets the new value of "role" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends To> _P init(_P _product)
-
addPartyId
public To.Builder<_B> addPartyId(Iterable<? extends PartyId> partyId)
Adds the given items to the value of "partyId"- Parameters:
partyId- Items to add to the value of the "partyId" property
-
withPartyId
public To.Builder<_B> withPartyId(Iterable<? extends PartyId> partyId)
Sets the new value of "partyId" (any previous value will be replaced)- Parameters:
partyId- New value of the "partyId" property.
-
addPartyId
public To.Builder<_B> addPartyId(PartyId... partyId)
Adds the given items to the value of "partyId"- Parameters:
partyId- Items to add to the value of the "partyId" property
-
withPartyId
public To.Builder<_B> withPartyId(PartyId... partyId)
Sets the new value of "partyId" (any previous value will be replaced)- Parameters:
partyId- New value of the "partyId" property.
-
addPartyId
public PartyId.Builder<? extends To.Builder<_B>> addPartyId()
Returns a new builder to build an additional value of the "PartyId" property. UsePartyId.Builder.end()to return to the current builder.- Returns:
- a new builder to build an additional value of the "PartyId" property.
Use
PartyId.Builder.end()to return to the current builder.
-
withRole
public To.Builder<_B> withRole(String role)
Sets the new value of "role" (any previous value will be replaced)- Parameters:
role- New value of the "role" property.
-
build
public To build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public To.Builder<_B> copyOf(To _other)
-
copyOf
public To.Builder<_B> copyOf(To.Builder _other)
-
-