static Schema.Builder<Void> |
Schema.builder() |
|
static Schema.Builder<Void> |
Schema.copyExcept(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Schema.Builder<_B> |
Schema.Builder.copyOf(Schema _other) |
|
Schema.Builder<_B> |
Schema.Builder.copyOf(Schema.Builder _other) |
|
static <_B> Schema.Builder<_B> |
Schema.copyOf(Schema _other) |
|
static <_B> Schema.Builder<_B> |
Schema.copyOf(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Schema.Builder<Void> |
Schema.copyOnly(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Schema.Builder<Void> |
Schema.newCopyBuilder() |
|
<_B> Schema.Builder<_B> |
Schema.newCopyBuilder(_B _parentBuilder) |
|
<_B> Schema.Builder<_B> |
Schema.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Schema.Builder<Void> |
Schema.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Schema.Builder<_B> |
Schema.Builder.withLocation(String location) |
Sets the new value of "location" (any previous value will be replaced)
|
Schema.Builder<_B> |
Schema.Builder.withNamespace(String namespace) |
Sets the new value of "namespace" (any previous value will be replaced)
|
Schema.Builder<? extends PartInfo.Builder<_B>> |
PartInfo.Builder.withSchema() |
Returns the existing builder or a new builder to build the value of the "schema"
property.
|
Schema.Builder<_B> |
Schema.Builder.withVersion(String version) |
Sets the new value of "version" (any previous value will be replaced)
|