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 and Description |
|---|
EventHandlerTypeDefinitionXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public long getRtOid()
public void setRtOid(long value)
public long getModelOid()
public void setModelOid(long value)
public 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
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.