public class Relationship extends SubsystemElement
Java class for Relationship complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Relationship"> <complexContent> <extension base="{http://www.miuml.org/metamodel}SubsystemElement"> <attribute name="Rnum" use="required" type="{http://www.miuml.org/metamodel}Rnum" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
rnum |
Constructor and Description |
---|
Relationship() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getRnum()
Gets the value of the rnum property.
|
void |
setRnum(BigInteger value)
Sets the value of the rnum property.
|
getElement, setElement
protected BigInteger rnum
public BigInteger getRnum()
BigInteger
public void setRnum(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2012–2022. All rights reserved.