public class AdditionalLabelData
extends java.lang.Object
Java class for additionalLabelData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="additionalLabelData">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{}update"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UpdateValues |
update |
protected java.lang.String |
value |
| Constructor and Description |
|---|
AdditionalLabelData() |
| Modifier and Type | Method and Description |
|---|---|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected UpdateValues update
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues