public class ReferenceMapping extends Object
Java class for ReferenceMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ReferenceMappingType" />
<attribute name="propertyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
propertyName |
protected ReferenceMappingType |
type |
| Constructor and Description |
|---|
ReferenceMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getPropertyName()
Gets the value of the propertyName property.
|
ReferenceMappingType |
getType()
Gets the value of the type property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setPropertyName(String value)
Sets the value of the propertyName property.
|
void |
setType(ReferenceMappingType value)
Sets the value of the type property.
|
protected ReferenceMappingType type
protected String propertyName
protected String className
public ReferenceMappingType getType()
ReferenceMappingTypepublic void setType(ReferenceMappingType value)
value - allowed object is
ReferenceMappingTypepublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic String getClassName()
StringCopyright © 2020. All rights reserved.