public static class ChoiceAttachmentQuantityResourceReferenceString.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceAttachmentQuantityResourceReferenceString> implements org.apache.avro.data.RecordBuilder<ChoiceAttachmentQuantityResourceReferenceString>
| Modifier and Type | Method and Description |
|---|---|
ChoiceAttachmentQuantityResourceReferenceString |
build() |
ChoiceAttachmentQuantityResourceReferenceString.Builder |
clearAttachment()
Clears the value of the 'attachment' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
clearQuantity()
Clears the value of the 'quantity' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
clearReference()
Clears the value of the 'reference' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
clearString()
Clears the value of the 'string' field.
|
Attachment |
getAttachment()
Gets the value of the 'attachment' field.
|
Attachment.Builder |
getAttachmentBuilder()
Gets the Builder instance for the 'attachment' field and creates one if it doesn't exist yet.
|
Quantity |
getQuantity()
Gets the value of the 'quantity' field.
|
Quantity.Builder |
getQuantityBuilder()
Gets the Builder instance for the 'quantity' field and creates one if it doesn't exist yet.
|
ResourceReference |
getReference()
Gets the value of the 'reference' field.
|
ResourceReference.Builder |
getReferenceBuilder()
Gets the Builder instance for the 'reference' field and creates one if it doesn't exist yet.
|
String |
getString()
Gets the value of the 'string' field.
|
boolean |
hasAttachment()
Checks whether the 'attachment' field has been set.
|
boolean |
hasAttachmentBuilder()
Checks whether the 'attachment' field has an active Builder instance
Choice field
|
boolean |
hasQuantity()
Checks whether the 'quantity' field has been set.
|
boolean |
hasQuantityBuilder()
Checks whether the 'quantity' field has an active Builder instance
Choice field
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferenceBuilder()
Checks whether the 'reference' field has an active Builder instance
Choice field
|
boolean |
hasString()
Checks whether the 'string' field has been set.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setAttachment(Attachment value)
Sets the value of the 'attachment' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setAttachmentBuilder(Attachment.Builder value)
Sets the Builder instance for the 'attachment' field
Choice field
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setQuantity(Quantity value)
Sets the value of the 'quantity' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setQuantityBuilder(Quantity.Builder value)
Sets the Builder instance for the 'quantity' field
Choice field
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setReference(ResourceReference value)
Sets the value of the 'reference' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setReferenceBuilder(ResourceReference.Builder value)
Sets the Builder instance for the 'reference' field
Choice field
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
setString(String value)
Sets the value of the 'string' field.
|
public String getString()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setString(String value)
value - The value of 'string'.public boolean hasString()
public ChoiceAttachmentQuantityResourceReferenceString.Builder clearString()
public Quantity getQuantity()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setQuantity(Quantity value)
value - The value of 'quantity'.public boolean hasQuantity()
public Quantity.Builder getQuantityBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setQuantityBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasQuantityBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder clearQuantity()
public Attachment getAttachment()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setAttachment(Attachment value)
value - The value of 'attachment'.public boolean hasAttachment()
public Attachment.Builder getAttachmentBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setAttachmentBuilder(Attachment.Builder value)
value - The builder instance that must be set.public boolean hasAttachmentBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder clearAttachment()
public ResourceReference getReference()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setReference(ResourceReference value)
value - The value of 'reference'.public boolean hasReference()
public ResourceReference.Builder getReferenceBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder setReferenceBuilder(ResourceReference.Builder value)
value - The builder instance that must be set.public boolean hasReferenceBuilder()
public ChoiceAttachmentQuantityResourceReferenceString.Builder clearReference()
public ChoiceAttachmentQuantityResourceReferenceString build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceAttachmentQuantityResourceReferenceString>Copyright © 2020. All rights reserved.