Class FormatXML1RuntimeChildHash.Builder
java.lang.Object
com.io7m.coffeepick.runtime.format.xml.FormatXML1RuntimeChildHash.Builder
- Enclosing class:
- FormatXML1RuntimeChildHash
public static final class FormatXML1RuntimeChildHash.Builder
extends java.lang.Object
Builds instances of type
FormatXML1RuntimeChildHash.
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.
-
Method Summary
Modifier and Type Method Description FormatXML1RuntimeChildHashbuild()Builds a newFormatXML1RuntimeChildHash.FormatXML1RuntimeChildHash.Builderfrom(FormatXML1RuntimeChildType.FormatXML1RuntimeChildHashType instance)Fill a builder with attribute values from the providedFormatXML1RuntimeChildHashTypeinstance.FormatXML1RuntimeChildHash.BuildersetHash(RuntimeHash hash)Initializes the value for thehashattribute.
-
Method Details
-
from
public final FormatXML1RuntimeChildHash.Builder from(FormatXML1RuntimeChildType.FormatXML1RuntimeChildHashType instance)Fill a builder with attribute values from the providedFormatXML1RuntimeChildHashTypeinstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
setHash
Initializes the value for thehashattribute.- Parameters:
hash- The value for hash- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newFormatXML1RuntimeChildHash.- Returns:
- An immutable instance of FormatXML1RuntimeChildHash
- Throws:
java.lang.IllegalStateException- if any required attributes are missing
-