All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.yandex.qatools.actions.beans.FindBy Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.08.15 at 02:19:56 PM UTC 
//


package ru.yandex.qatools.actions.beans;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for FindBy complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="FindBy">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <attribute name="how" type="{urn:beans.actions.qatools.yandex.ru}How" />
 *       <attribute name="using" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="css" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="tagName" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="linkText" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="partialLinkText" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="xpath" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "FindBy") public class FindBy extends FindByFactory { @XmlAttribute(name = "how") protected How how; @XmlAttribute(name = "using") protected String using; @XmlAttribute(name = "id") protected String id; @XmlAttribute(name = "name") protected String name; @XmlAttribute(name = "className") protected String className; @XmlAttribute(name = "css") protected String css; @XmlAttribute(name = "tagName") protected String tagName; @XmlAttribute(name = "linkText") protected String linkText; @XmlAttribute(name = "partialLinkText") protected String partialLinkText; @XmlAttribute(name = "xpath") protected String xpath; /** * Gets the value of the how property. * * @return * possible object is * {@link How } * */ public How getHow() { return how; } /** * Sets the value of the how property. * * @param value * allowed object is * {@link How } * */ public void setHow(How value) { this.how = value; } /** * Gets the value of the using property. * * @return * possible object is * {@link String } * */ public String getUsing() { return using; } /** * Sets the value of the using property. * * @param value * allowed object is * {@link String } * */ public void setUsing(String value) { this.using = value; } /** * Gets the value of the id property. * * @return * possible object is * {@link String } * */ public String getId() { return id; } /** * Sets the value of the id property. * * @param value * allowed object is * {@link String } * */ public void setId(String value) { this.id = value; } /** * Gets the value of the name property. * * @return * possible object is * {@link String } * */ public String getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link String } * */ public void setName(String value) { this.name = value; } /** * Gets the value of the className property. * * @return * possible object is * {@link String } * */ public String getClassName() { return className; } /** * Sets the value of the className property. * * @param value * allowed object is * {@link String } * */ public void setClassName(String value) { this.className = value; } /** * Gets the value of the css property. * * @return * possible object is * {@link String } * */ public String getCss() { return css; } /** * Sets the value of the css property. * * @param value * allowed object is * {@link String } * */ public void setCss(String value) { this.css = value; } /** * Gets the value of the tagName property. * * @return * possible object is * {@link String } * */ public String getTagName() { return tagName; } /** * Sets the value of the tagName property. * * @param value * allowed object is * {@link String } * */ public void setTagName(String value) { this.tagName = value; } /** * Gets the value of the linkText property. * * @return * possible object is * {@link String } * */ public String getLinkText() { return linkText; } /** * Sets the value of the linkText property. * * @param value * allowed object is * {@link String } * */ public void setLinkText(String value) { this.linkText = value; } /** * Gets the value of the partialLinkText property. * * @return * possible object is * {@link String } * */ public String getPartialLinkText() { return partialLinkText; } /** * Sets the value of the partialLinkText property. * * @param value * allowed object is * {@link String } * */ public void setPartialLinkText(String value) { this.partialLinkText = value; } /** * Gets the value of the xpath property. * * @return * possible object is * {@link String } * */ public String getXpath() { return xpath; } /** * Sets the value of the xpath property. * * @param value * allowed object is * {@link String } * */ public void setXpath(String value) { this.xpath = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy