Class ProcessSpecificationInfoType.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.ProcessSpecificationInfoType.Builder<_B>
-
- All Implemented Interfaces:
com.kscs.util.jaxb.Buildable
- Enclosing class:
- ProcessSpecificationInfoType
public static class ProcessSpecificationInfoType.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected ProcessSpecificationInfoType_storedValue
-
Constructor Summary
Constructors Constructor Description Builder(_B _parentBuilder, ProcessSpecificationInfoType _other, boolean _copy)Builder(_B _parentBuilder, ProcessSpecificationInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessSpecificationInfoTypebuild()ProcessSpecificationInfoType.Builder<_B>copyOf(ProcessSpecificationInfoType _other)ProcessSpecificationInfoType.Builder<_B>copyOf(ProcessSpecificationInfoType.Builder _other)_Bend()protected <_P extends ProcessSpecificationInfoType>
_Pinit(_P _product)ProcessSpecificationInfoType.Builder<_B>withHref(String href)Sets the new value of "href" (any previous value will be replaced)ProcessSpecificationInfoType.Builder<_B>withInstanceVersion(String instanceVersion)Sets the new value of "instanceVersion" (any previous value will be replaced)ProcessSpecificationInfoType.Builder<_B>withName(String name)Sets the new value of "name" (any previous value will be replaced)ProcessSpecificationInfoType.Builder<_B>withType(TypeType type)Sets the new value of "type" (any previous value will be replaced)ProcessSpecificationInfoType.Builder<_B>withUuid(String uuid)Sets the new value of "uuid" (any previous value will be replaced)
-
-
-
Field Detail
-
_parentBuilder
protected final _B _parentBuilder
-
_storedValue
protected final ProcessSpecificationInfoType _storedValue
-
-
Constructor Detail
-
Builder
public Builder(_B _parentBuilder, ProcessSpecificationInfoType _other, boolean _copy)
-
Builder
public Builder(_B _parentBuilder, ProcessSpecificationInfoType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends ProcessSpecificationInfoType> _P init(_P _product)
-
withInstanceVersion
public ProcessSpecificationInfoType.Builder<_B> withInstanceVersion(String instanceVersion)
Sets the new value of "instanceVersion" (any previous value will be replaced)- Parameters:
instanceVersion- New value of the "instanceVersion" property.
-
withName
public ProcessSpecificationInfoType.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.
-
withUuid
public ProcessSpecificationInfoType.Builder<_B> withUuid(String uuid)
Sets the new value of "uuid" (any previous value will be replaced)- Parameters:
uuid- New value of the "uuid" property.
-
withType
public ProcessSpecificationInfoType.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 ProcessSpecificationInfoType.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 ProcessSpecificationInfoType build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public ProcessSpecificationInfoType.Builder<_B> copyOf(ProcessSpecificationInfoType _other)
-
copyOf
public ProcessSpecificationInfoType.Builder<_B> copyOf(ProcessSpecificationInfoType.Builder _other)
-
-