public class Event 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">
<attribute name="EventID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="EventValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventID |
protected String |
eventValue |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventID()
Gets the value of the eventID property.
|
String |
getEventValue()
Gets the value of the eventValue property.
|
void |
setEventID(String value)
Sets the value of the eventID property.
|
void |
setEventValue(String value)
Sets the value of the eventValue property.
|
public String getEventID()
Stringpublic void setEventID(String value)
value - allowed object is
Stringpublic String getEventValue()
StringCopyright © 2013. All Rights Reserved.