public class Event extends Object
Java class for Event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Event"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EventSignature" type="{http://www.miuml.org/metamodel}EventSignature" minOccurs="0"/> </sequence> <attribute name="Name" use="required" type="{http://www.miuml.org/metamodel}Name" /> <attribute name="ID" use="required" type="{http://www.miuml.org/metamodel}Nominal" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected EventSignature |
eventSignature |
protected BigInteger |
id |
protected String |
name |
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
EventSignature |
getEventSignature()
Gets the value of the eventSignature property.
|
BigInteger |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setEventSignature(EventSignature value)
Sets the value of the eventSignature property.
|
void |
setID(BigInteger value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected EventSignature eventSignature
protected String name
protected BigInteger id
public EventSignature getEventSignature()
EventSignature
public void setEventSignature(EventSignature value)
value
- allowed object is
EventSignature
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public BigInteger getID()
BigInteger
public void setID(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2012–2022. All rights reserved.