Class PartyInfo.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyInfo.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PartyInfo_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyInfobuild()PartyInfo.Builder<_B>copyOf(PartyInfo _other)PartyInfo.Builder<_B>copyOf(PartyInfo.Builder _other)_Bend()protected <_P extends PartyInfo>
_Pinit(_P _product)From.Builder<? extends PartyInfo.Builder<_B>>withFrom()Returns the existing builder or a new builder to build the value of the "from" property.PartyInfo.Builder<_B>withFrom(From from)Sets the new value of "from" (any previous value will be replaced)To.Builder<? extends PartyInfo.Builder<_B>>withTo()Returns the existing builder or a new builder to build the value of the "to" property.PartyInfo.Builder<_B>withTo(To to)Sets the new value of "to" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends PartyInfo> _P init(_P _product)
-
withFrom
public PartyInfo.Builder<_B> withFrom(From from)
Sets the new value of "from" (any previous value will be replaced)- Parameters:
from- New value of the "from" property.
-
withFrom
public From.Builder<? extends PartyInfo.Builder<_B>> withFrom()
Returns the existing builder or a new builder to build the value of the "from" property. UseFrom.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "from" property.
Use
From.Builder.end()to return to the current builder.
-
withTo
public PartyInfo.Builder<_B> withTo(To to)
Sets the new value of "to" (any previous value will be replaced)- Parameters:
to- New value of the "to" property.
-
withTo
public To.Builder<? extends PartyInfo.Builder<_B>> withTo()
Returns the existing builder or a new builder to build the value of the "to" property. UseTo.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "to" property.
Use
To.Builder.end()to return to the current builder.
-
build
public PartyInfo build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PartyInfo.Builder<_B> copyOf(PartyInfo _other)
-
copyOf
public PartyInfo.Builder<_B> copyOf(PartyInfo.Builder _other)
-
-