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