
ru.yandex.qatools.allure.ListWidgetData Maven / Gradle / Ivy
package ru.yandex.qatools.allure;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for list-widget-data complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="list-widget-data">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
* <element name="items" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "list-widget-data", propOrder = {
"totalCount",
"items"
})
public class ListWidgetData {
protected int totalCount;
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy