org.eclipse.stardust.engine.api.ws
Class EventHandlerTypeDefinitionXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.EventHandlerTypeDefinitionXto

public class EventHandlerTypeDefinitionXto
extends Object

Java class for EventHandlerTypeDefinition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EventHandlerTypeDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rtOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="modelOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="attributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
EventHandlerTypeDefinitionXto()
           
 
Method Summary
 AttributesXto getAttributes()
          Gets the value of the attributes property.
 String getId()
          Gets the value of the id property.
 long getModelOid()
          Gets the value of the modelOid property.
 String getName()
          Gets the value of the name property.
 long getRtOid()
          Gets the value of the rtOid property.
 void setAttributes(AttributesXto value)
          Sets the value of the attributes property.
 void setId(String value)
          Sets the value of the id property.
 void setModelOid(long value)
          Sets the value of the modelOid property.
 void setName(String value)
          Sets the value of the name property.
 void setRtOid(long value)
          Sets the value of the rtOid property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHandlerTypeDefinitionXto

public EventHandlerTypeDefinitionXto()
Method Detail

getRtOid

public long getRtOid()
Gets the value of the rtOid property.


setRtOid

public void setRtOid(long value)
Sets the value of the rtOid property.


getModelOid

public long getModelOid()
Gets the value of the modelOid property.


setModelOid

public void setModelOid(long value)
Sets the value of the modelOid property.


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAttributes

public AttributesXto getAttributes()
Gets the value of the attributes property.

Returns:
possible object is AttributesXto

setAttributes

public void setAttributes(AttributesXto value)
Sets the value of the attributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.