public class Association extends Relationship
Java class for Association complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Association">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}Relationship">
<attribute name="AssociationClass" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
associationClass |
rnum| Constructor and Description |
|---|
Association() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssociationClass()
Gets the value of the associationClass property.
|
void |
setAssociationClass(String value)
Sets the value of the associationClass property.
|
getRnum, setRnumgetElement, setElementCopyright © 2012–2022. All rights reserved.