public class AttributeReference extends Object
Java class for attributeReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attributeReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="attributeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributesSetID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributeSet" type="{http://www.decision-deck.org/2019/XMCDA-2.2.3}attributesSet"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeID |
protected AttributesSet |
attributeSet |
protected String |
attributesSetID |
| Constructor and Description |
|---|
AttributeReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeID()
Gets the value of the attributeID property.
|
AttributesSet |
getAttributeSet()
Gets the value of the attributeSet property.
|
String |
getAttributesSetID()
Gets the value of the attributesSetID property.
|
void |
setAttributeID(String value)
Sets the value of the attributeID property.
|
void |
setAttributeSet(AttributesSet value)
Sets the value of the attributeSet property.
|
void |
setAttributesSetID(String value)
Sets the value of the attributesSetID property.
|
protected String attributeID
protected String attributesSetID
protected AttributesSet attributeSet
public String getAttributeID()
Stringpublic void setAttributeID(String value)
value - allowed object is
Stringpublic String getAttributesSetID()
Stringpublic void setAttributesSetID(String value)
value - allowed object is
Stringpublic AttributesSet getAttributeSet()
AttributesSetpublic void setAttributeSet(AttributesSet value)
value - allowed object is
AttributesSetCopyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.