org.dmtf.schemas.wbem.wsman._1.wsman
Class EventType
java.lang.Object
org.dmtf.schemas.wbem.wsman._1.wsman.AttributableAny
org.dmtf.schemas.wbem.wsman._1.wsman.EventType
public class EventType
- extends AttributableAny
Java class for EventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventType">
<complexContent>
<extension base="{http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd}attributableAny">
<attribute name="Action" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
Method Summary |
java.lang.String |
getAction()
Gets the value of the action property. |
void |
setAction(java.lang.String value)
Sets the value of the action property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventType
public EventType()
getAction
public java.lang.String getAction()
- Gets the value of the action property.
- Returns:
- possible object is
String
setAction
public void setAction(java.lang.String value)
- Sets the value of the action property.
- Parameters:
value
- allowed object is
String