public class ReferenceMapping
extends java.lang.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 java.lang.String |
className |
protected java.lang.String |
propertyName |
protected ReferenceMappingType |
type |
| Constructor and Description |
|---|
ReferenceMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
java.lang.String |
getPropertyName()
Gets the value of the propertyName property.
|
ReferenceMappingType |
getType()
Gets the value of the type property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setPropertyName(java.lang.String value)
Sets the value of the propertyName property.
|
void |
setType(ReferenceMappingType value)
Sets the value of the type property.
|
protected ReferenceMappingType type
protected java.lang.String propertyName
protected java.lang.String className
public ReferenceMappingType getType()
ReferenceMappingTypepublic void setType(ReferenceMappingType value)
value - allowed object is
ReferenceMappingTypepublic java.lang.String getPropertyName()
Stringpublic void setPropertyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
StringCopyright © 2016. All Rights Reserved.