public class Reference extends Object
Java class for Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Relationship" use="required" type="{http://www.miuml.org/metamodel}Rnum" /> <attribute name="Attribute" use="required" type="{http://www.miuml.org/metamodel}Name" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attribute |
protected BigInteger |
relationship |
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
BigInteger |
getRelationship()
Gets the value of the relationship property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setRelationship(BigInteger value)
Sets the value of the relationship property.
|
protected BigInteger relationship
protected String attribute
public BigInteger getRelationship()
BigInteger
public void setRelationship(BigInteger value)
value
- allowed object is
BigInteger
public String getAttribute()
String
Copyright © 2012–2022. All rights reserved.