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.ObjectBuilds instances of typeFormatXML1RuntimeChildHash. Initialize attributes and then invoke thebuild()method to create an immutable instance.Builderis not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.
-
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
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
public final FormatXML1RuntimeChildHash.Builder setHash(RuntimeHash hash)
Initializes the value for thehashattribute.- Parameters:
hash- The value for hash- Returns:
thisbuilder for use in a chained invocation
-
build
public FormatXML1RuntimeChildHash build()
Builds a newFormatXML1RuntimeChildHash.- Returns:
- An immutable instance of FormatXML1RuntimeChildHash
- Throws:
java.lang.IllegalStateException- if any required attributes are missing
-
-