public class Transition extends EventResponse
Java class for Transition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transition">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}EventResponse">
<attribute name="State" use="required" type="{http://www.miuml.org/metamodel}Name" />
<attribute name="Destination" use="required" type="{http://www.miuml.org/metamodel}Name" />
<attribute name="EventID" use="required" type="{http://www.miuml.org/metamodel}Nominal" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destination |
protected BigInteger |
eventID |
protected String |
state |
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination()
Gets the value of the destination property.
|
BigInteger |
getEventID()
Gets the value of the eventID property.
|
String |
getState()
Gets the value of the state property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setEventID(BigInteger value)
Sets the value of the eventID property.
|
void |
setState(String value)
Sets the value of the state property.
|
protected String state
protected String destination
protected BigInteger eventID
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic BigInteger getEventID()
BigIntegerpublic void setEventID(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2012–2022. All rights reserved.