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()
String
public void setState(String value)
value
- allowed object is
String
public String getDestination()
String
public void setDestination(String value)
value
- allowed object is
String
public BigInteger getEventID()
BigInteger
public void setEventID(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2012–2022. All rights reserved.