public class DropdownSelectModel extends ElementActionType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.citrusframework.org/schema/selenium/testcase}ElementActionType">
<sequence>
<element name="options" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="option" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="option" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DropdownSelectModel.Options
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
option |
protected DropdownSelectModel.Options |
options |
elementbrowser, description| Constructor and Description |
|---|
DropdownSelectModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOption()
Gets the value of the option property.
|
DropdownSelectModel.Options |
getOptions()
Gets the value of the options property.
|
void |
setOption(String value)
Sets the value of the option property.
|
void |
setOptions(DropdownSelectModel.Options value)
Sets the value of the options property.
|
getElement, setElementgetBrowser, getDescription, setBrowser, setDescriptionprotected DropdownSelectModel.Options options
protected String option
public DropdownSelectModel.Options getOptions()
DropdownSelectModel.Optionspublic void setOptions(DropdownSelectModel.Options value)
value - allowed object is
DropdownSelectModel.Optionspublic String getOption()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.