public class Rrd extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rra" maxOccurs="unbounded"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="RRA:(AVERAGE|MIN|MAX|LAST):.*"/> </restriction> </simpleType> </element> </sequence> <attribute name="step" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
m_rras |
protected Integer |
m_step |
Constructor and Description |
---|
Rrd() |
Rrd(Integer step,
String... rras) |
Copyright © 2021. All rights reserved.