public static class DetectionEffort.AnalysisGaps extends Object
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="Periodic" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Regimen" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="AnalysisDuration_s">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
<attribute name="Offfset_s" type="{http://www.w3.org/2001/XMLSchema}double" default="0" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="AnalysisInterval_s">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>double">
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Aperiodic" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="End">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectionEffort.AnalysisGaps.Aperiodic
Java class for anonymous complex type.
|
static class |
DetectionEffort.AnalysisGaps.Periodic
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<DetectionEffort.AnalysisGaps.Aperiodic> |
aperiodic |
protected DetectionEffort.AnalysisGaps.Periodic |
periodic |
| Constructor and Description |
|---|
AnalysisGaps() |
| Modifier and Type | Method and Description |
|---|---|
List<DetectionEffort.AnalysisGaps.Aperiodic> |
getAperiodic()
Gets the value of the aperiodic property.
|
DetectionEffort.AnalysisGaps.Periodic |
getPeriodic()
Gets the value of the periodic property.
|
void |
setPeriodic(DetectionEffort.AnalysisGaps.Periodic value)
Sets the value of the periodic property.
|
protected DetectionEffort.AnalysisGaps.Periodic periodic
protected List<DetectionEffort.AnalysisGaps.Aperiodic> aperiodic
public DetectionEffort.AnalysisGaps.Periodic getPeriodic()
DetectionEffort.AnalysisGaps.Periodicpublic void setPeriodic(DetectionEffort.AnalysisGaps.Periodic value)
value - allowed object is
DetectionEffort.AnalysisGaps.Periodicpublic List<DetectionEffort.AnalysisGaps.Aperiodic> getAperiodic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aperiodic property.
For example, to add a new item, do as follows:
getAperiodic().add(newItem);
Objects of the following type(s) are allowed in the list
DetectionEffort.AnalysisGaps.Aperiodic
Copyright © 2024 Tethys. All rights reserved.