public class MarkerElementType extends Object
Java class for markerElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="markerElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}MarkerCharacteristic" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
<attribute name="type" use="required" type="{}markerType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected List<StringElementType> |
markerCharacteristic |
protected Double |
timeStamp |
protected MarkerType |
type |
| Constructor and Description |
|---|
MarkerElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<StringElementType> |
getMarkerCharacteristic()
Gets the value of the markerCharacteristic property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
MarkerType |
getType()
Gets the value of the type property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setType(MarkerType value)
Sets the value of the type property.
|
protected List<StringElementType> markerCharacteristic
protected MarkerType type
protected Double timeStamp
protected String description
protected String id
public List<StringElementType> getMarkerCharacteristic()
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 markerCharacteristic property.
For example, to add a new item, do as follows:
getMarkerCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
StringElementType
public MarkerType getType()
MarkerTypepublic void setType(MarkerType value)
value - allowed object is
MarkerTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String