Class PartyId.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyId.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PartyId_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyIdbuild()PartyId.Builder<_B>copyOf(PartyId _other)PartyId.Builder<_B>copyOf(PartyId.Builder _other)_Bend()protected <_P extends PartyId>
_Pinit(_P _product)PartyId.Builder<_B>withType(String type)Sets the new value of "type" (any previous value will be replaced)PartyId.Builder<_B>withValue(String value)Sets the new value of "value" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends PartyId> _P init(_P _product)
-
withValue
public PartyId.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.
-
withType
public PartyId.Builder<_B> withType(String type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
build
public PartyId build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PartyId.Builder<_B> copyOf(PartyId _other)
-
copyOf
public PartyId.Builder<_B> copyOf(PartyId.Builder _other)
-
-