80818283848586
* Sets the attribute value of this structured field * * @param value the attribute value */ public void setAttributeValue(String value) { addTriplet(new AttributeValueTriplet(value)); }