public class ElementType extends Object
Java class for ElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tag-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="css-selector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="link-text" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xpath" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
cssSelector |
protected String |
id |
protected String |
linkText |
protected String |
name |
protected String |
tagName |
protected String |
xpath |
| Constructor and Description |
|---|
ElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getCssSelector()
Gets the value of the cssSelector property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLinkText()
Gets the value of the linkText property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTagName()
Gets the value of the tagName property.
|
String |
getXpath()
Gets the value of the xpath property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setCssSelector(String value)
Sets the value of the cssSelector property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLinkText(String value)
Sets the value of the linkText property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTagName(String value)
Sets the value of the tagName property.
|
void |
setXpath(String value)
Sets the value of the xpath property.
|
protected String id
protected String name
protected String tagName
protected String className
protected String cssSelector
protected String linkText
protected String xpath
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTagName()
Stringpublic void setTagName(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getCssSelector()
Stringpublic void setCssSelector(String value)
value - allowed object is
Stringpublic String getLinkText()
Stringpublic void setLinkText(String value)
value - allowed object is
Stringpublic String getXpath()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.