@ProviderType
public interface Option
Java class for Toption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Toption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|