public class IlluminateElementType extends Object
Java class for illuminateElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="illuminateElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Illuminator"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | id | 
| protected IlluminatorElementType | illuminator | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| IlluminateElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| IlluminatorElementType | getIlluminator()Gets the value of the illuminator property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setIlluminator(IlluminatorElementType value)Sets the value of the illuminator property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected IlluminatorElementType illuminator
protected Double timeStamp
protected String description
protected String id
public IlluminatorElementType getIlluminator()
IlluminatorElementTypepublic void setIlluminator(IlluminatorElementType value)
value - allowed object is
     IlluminatorElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String