| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected PartInfo |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
PartInfo _other,
boolean _copy) |
Builder(_B _parentBuilder,
PartInfo _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
PartInfo |
build() |
_B |
end() |
protected <_P extends PartInfo> |
init(_P _product) |
Description.Builder<? extends PartInfo.Builder<_B>> |
withDescription()
Returns a new builder to build the value of the "description" property (replacing previous value).
|
PartInfo.Builder<_B> |
withDescription(Description description)
Sets the new value of "description" (any previous value will be replaced)
|
PartInfo.Builder<_B> |
withHref(String href)
Sets the new value of "href" (any previous value will be replaced)
|
PartProperties.Builder<? extends PartInfo.Builder<_B>> |
withPartProperties()
Returns a new builder to build the value of the "partProperties" property (replacing previous value).
|
PartInfo.Builder<_B> |
withPartProperties(PartProperties partProperties)
Sets the new value of "partProperties" (any previous value will be replaced)
|
Schema.Builder<? extends PartInfo.Builder<_B>> |
withSchema()
Returns a new builder to build the value of the "schema" property (replacing previous value).
|
PartInfo.Builder<_B> |
withSchema(Schema schema)
Sets the new value of "schema" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final PartInfo _storedValue
public _B end()
protected <_P extends PartInfo> _P init(_P _product)
public PartInfo.Builder<_B> withSchema(Schema schema)
schema - New value of the "schema" property.public Schema.Builder<? extends PartInfo.Builder<_B>> withSchema()
Schema.Builder.end() to return to the current builder.Schema.Builder.end() to return to the current builder.public PartInfo.Builder<_B> withDescription(Description description)
description - New value of the "description" property.public Description.Builder<? extends PartInfo.Builder<_B>> withDescription()
Description.Builder.end() to return to the current builder.Description.Builder.end() to return to the current builder.public PartInfo.Builder<_B> withPartProperties(PartProperties partProperties)
partProperties - New value of the "partProperties" property.public PartProperties.Builder<? extends PartInfo.Builder<_B>> withPartProperties()
PartProperties.Builder.end() to return to the current builder.PartProperties.Builder.end() to return to the current builder.public PartInfo.Builder<_B> withHref(String href)
href - New value of the "href" property.public PartInfo build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.