|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.EventHandlerTypeDefinitionXto
public class EventHandlerTypeDefinitionXto
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 |
|---|
public EventHandlerTypeDefinitionXto()
| Method Detail |
|---|
public long getRtOid()
public void setRtOid(long value)
public long getModelOid()
public void setModelOid(long value)
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AttributesXto getAttributes()
AttributesXtopublic void setAttributes(AttributesXto value)
value - allowed object is
AttributesXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||