|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.EventBindingBaseXto
public class EventBindingBaseXto
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 |
|---|
public EventBindingBaseXto()
| Method Detail |
|---|
public String getHandlerId()
Stringpublic void setHandlerId(String value)
value - allowed object is
Stringpublic boolean isBound()
public void setBound(boolean value)
public Date getTimeout()
Stringpublic void setTimeout(Date value)
value - allowed object is
Stringpublic AttributesXto getBindingAttributes()
AttributesXtopublic void setBindingAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||