org.dmtf.schemas.wbem.wsman._1.wsman
Class EventType

java.lang.Object
  extended by org.dmtf.schemas.wbem.wsman._1.wsman.AttributableAny
      extended by 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>
 


Constructor Summary
EventType()
           
 
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 org.dmtf.schemas.wbem.wsman._1.wsman.AttributableAny
getAny, getOtherAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventType

public EventType()
Method Detail

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