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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.EventBindingBaseXto
Direct Known Subclasses:
ActivityEventBindingXto, ProcessEventBindingXto

public class EventBindingBaseXto
extends Object

Java class for EventBindingBase complex type.

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

 <complexType name="EventBindingBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="handlerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="bound" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="bindingAttributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
EventBindingBaseXto()
           
 
Method Summary
 AttributesXto getBindingAttributes()
          Gets the value of the bindingAttributes property.
 String getHandlerId()
          Gets the value of the handlerId property.
 Date getTimeout()
          Gets the value of the timeout property.
 boolean isBound()
          Gets the value of the bound property.
 void setBindingAttributes(AttributesXto value)
          Sets the value of the bindingAttributes property.
 void setBound(boolean value)
          Sets the value of the bound property.
 void setHandlerId(String value)
          Sets the value of the handlerId property.
 void setTimeout(Date value)
          Sets the value of the timeout property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBindingBaseXto

public EventBindingBaseXto()
Method Detail

getHandlerId

public String getHandlerId()
Gets the value of the handlerId property.

Returns:
possible object is String

setHandlerId

public void setHandlerId(String value)
Sets the value of the handlerId property.

Parameters:
value - allowed object is String

isBound

public boolean isBound()
Gets the value of the bound property.


setBound

public void setBound(boolean value)
Sets the value of the bound property.


getTimeout

public Date getTimeout()
Gets the value of the timeout property.

Returns:
possible object is String

setTimeout

public void setTimeout(Date value)
Sets the value of the timeout property.

Parameters:
value - allowed object is String

getBindingAttributes

public AttributesXto getBindingAttributes()
Gets the value of the bindingAttributes property.

Returns:
possible object is AttributesXto

setBindingAttributes

public void setBindingAttributes(AttributesXto value)
Sets the value of the bindingAttributes property.

Parameters:
value - allowed object is AttributesXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.