public class PageModel extends BrowserActionType
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}BrowserActionType">
<sequence>
<element name="arguments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="argument" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="validator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="action" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PageModel.Arguments
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected PageModel.Arguments |
arguments |
protected String |
name |
protected String |
type |
protected String |
validator |
browser, description| Constructor and Description |
|---|
PageModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
PageModel.Arguments |
getArguments()
Gets the value of the arguments property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValidator()
Gets the value of the validator property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setArguments(PageModel.Arguments value)
Sets the value of the arguments property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValidator(String value)
Sets the value of the validator property.
|
getBrowser, getDescription, setBrowser, setDescriptionprotected PageModel.Arguments arguments
protected String name
protected String type
protected String validator
protected String action
public PageModel.Arguments getArguments()
PageModel.Argumentspublic void setArguments(PageModel.Arguments value)
value - allowed object is
PageModel.Argumentspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getValidator()
Stringpublic void setValidator(String value)
value - allowed object is
Stringpublic String getAction()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.