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