PartInfo.Builder<? extends PayloadInfo.Builder<_B>> |
PayloadInfo.Builder.addPartInfo() |
Returns a new builder to build an additional value of the "PartInfo" property.
|
static PartInfo.Builder<Void> |
PartInfo.builder() |
|
static PartInfo.Builder<Void> |
PartInfo.copyExcept(PartInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PartInfo.Builder<_B> |
PartInfo.Builder.copyOf(PartInfo _other) |
|
PartInfo.Builder<_B> |
PartInfo.Builder.copyOf(PartInfo.Builder _other) |
|
static <_B> PartInfo.Builder<_B> |
PartInfo.copyOf(PartInfo _other) |
|
static <_B> PartInfo.Builder<_B> |
PartInfo.copyOf(PartInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static PartInfo.Builder<Void> |
PartInfo.copyOnly(PartInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
PartInfo.Builder<Void> |
PartInfo.newCopyBuilder() |
|
<_B> PartInfo.Builder<_B> |
PartInfo.newCopyBuilder(_B _parentBuilder) |
|
<_B> PartInfo.Builder<_B> |
PartInfo.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PartInfo.Builder<Void> |
PartInfo.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
PartInfo.Builder<_B> |
PartInfo.Builder.withDescription(Description description) |
Sets the new value of "description" (any previous value will be replaced)
|
PartInfo.Builder<_B> |
PartInfo.Builder.withHref(String href) |
Sets the new value of "href" (any previous value will be replaced)
|
PartInfo.Builder<_B> |
PartInfo.Builder.withPartProperties(PartProperties partProperties) |
Sets the new value of "partProperties" (any previous value will be replaced)
|
PartInfo.Builder<_B> |
PartInfo.Builder.withSchema(Schema schema) |
Sets the new value of "schema" (any previous value will be replaced)
|