public class Data 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 ref="{http://www.geojsf.org/monitoring}value" maxOccurs="unbounded"/>
<element ref="{http://www.geojsf.org}wkt"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="record" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="range" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
range |
protected XMLGregorianCalendar |
record |
protected List<Value> |
value |
protected Wkt |
wkt |
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId()
Gets the value of the id property.
|
long |
getRange()
Gets the value of the range property.
|
XMLGregorianCalendar |
getRecord()
Gets the value of the record property.
|
List<Value> |
getValue()
Gets the value of the value property.
|
Wkt |
getWkt()
Gets the value of the wkt property.
|
boolean |
isSetId() |
boolean |
isSetRange() |
boolean |
isSetRecord() |
boolean |
isSetValue() |
boolean |
isSetWkt() |
void |
setId(long value)
Sets the value of the id property.
|
void |
setRange(long value)
Sets the value of the range property.
|
void |
setRecord(XMLGregorianCalendar value)
Sets the value of the record property.
|
void |
setWkt(Wkt value)
Sets the value of the wkt property.
|
void |
unsetId() |
void |
unsetRange() |
void |
unsetValue() |
protected Wkt wkt
protected Long id
protected XMLGregorianCalendar record
protected Long range
public List<Value> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Value
public boolean isSetValue()
public void unsetValue()
public void setWkt(Wkt value)
value - allowed object is
Wktpublic boolean isSetWkt()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public XMLGregorianCalendar getRecord()
XMLGregorianCalendarpublic void setRecord(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetRecord()
public long getRange()
Longpublic void setRange(long value)
value - allowed object is
Longpublic boolean isSetRange()
public void unsetRange()
Copyright © 2016. All rights reserved.