public static final class SMFSchemaIdentifier.Builder extends Object
SMFSchemaIdentifier.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaIdentifier |
build()
Builds a new
SMFSchemaIdentifier. |
SMFSchemaIdentifier.Builder |
from(SMFSchemaIdentifierType instance)
Fill a builder with attribute values from the provided
SMFSchemaIdentifierType instance. |
SMFSchemaIdentifier.Builder |
setName(SMFSchemaName name)
Initializes the value for the
name attribute. |
SMFSchemaIdentifier.Builder |
setVersionMajor(int versionMajor)
Initializes the value for the
versionMajor attribute. |
SMFSchemaIdentifier.Builder |
setVersionMinor(int versionMinor)
Initializes the value for the
versionMinor attribute. |
public final SMFSchemaIdentifier.Builder from(SMFSchemaIdentifierType instance)
SMFSchemaIdentifierType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFSchemaIdentifier.Builder setName(SMFSchemaName name)
name attribute.name - The value for namethis builder for use in a chained invocationpublic final SMFSchemaIdentifier.Builder setVersionMajor(int versionMajor)
versionMajor attribute.
If not set, this attribute will have a default value as returned by the initializer of versionMajor.
versionMajor - The value for versionMajorthis builder for use in a chained invocationpublic final SMFSchemaIdentifier.Builder setVersionMinor(int versionMinor)
versionMinor attribute.
If not set, this attribute will have a default value as returned by the initializer of versionMinor.
versionMinor - The value for versionMinorthis builder for use in a chained invocationpublic SMFSchemaIdentifier build()
SMFSchemaIdentifier.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com