Class RoleType.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.RoleType.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected RoleType_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleTypebuild()RoleType.Builder<_B>copyOf(RoleType _other)RoleType.Builder<_B>copyOf(RoleType.Builder _other)_Bend()protected <_P extends RoleType>
_Pinit(_P _product)RoleType.Builder<_B>withHref(String href)Sets the new value of "href" (any previous value will be replaced)RoleType.Builder<_B>withName(String name)Sets the new value of "name" (any previous value will be replaced)RoleType.Builder<_B>withType(TypeType type)Sets the new value of "type" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends RoleType> _P init(_P _product)
-
withName
public RoleType.Builder<_B> withName(String name)
Sets the new value of "name" (any previous value will be replaced)- Parameters:
name- New value of the "name" property.
-
withType
public RoleType.Builder<_B> withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)- Parameters:
type- New value of the "type" property.
-
withHref
public RoleType.Builder<_B> withHref(String href)
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
build
public RoleType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public RoleType.Builder<_B> copyOf(RoleType _other)
-
copyOf
public RoleType.Builder<_B> copyOf(RoleType.Builder _other)
-
-