public class ReportingCriteriaElementType extends Object
Java class for reportingCriteriaElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="reportingCriteriaElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}CommonAttributes"/>
<attribute name="value" use="required" type="{}reportingCriteriaType" />
<attribute name="periodicity" type="{}positiveScalarType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected Double |
periodicity |
protected Double |
timeStamp |
protected ReportingCriteriaType |
value |
| Constructor and Description |
|---|
ReportingCriteriaElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getPeriodicity()
Gets the value of the periodicity property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
ReportingCriteriaType |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPeriodicity(Double value)
Sets the value of the periodicity property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setValue(ReportingCriteriaType value)
Sets the value of the value property.
|
protected ReportingCriteriaType value
protected Double periodicity
protected Double timeStamp
protected String description
protected String id
public ReportingCriteriaType getValue()
ReportingCriteriaTypepublic void setValue(ReportingCriteriaType value)
value - allowed object is
ReportingCriteriaTypepublic Double getPeriodicity()
Doublepublic void setPeriodicity(Double value)
value - allowed object is
Doublepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String