public class PropertyRef extends Object
Java class for PropertyRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://plasma.org/metamodel}ClassRef"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClassRef |
classRef |
protected String |
name |
| Constructor and Description |
|---|
PropertyRef() |
| Modifier and Type | Method and Description |
|---|---|
ClassRef |
getClassRef()
Gets the value of the classRef property.
|
String |
getName()
Gets the value of the name property.
|
void |
setClassRef(ClassRef value)
Sets the value of the classRef property.
|
void |
setName(String value)
Sets the value of the name property.
|
public ClassRef getClassRef()
ClassRefpublic void setClassRef(ClassRef value)
value - allowed object is
ClassRefpublic String getName()
StringCopyright © 2017. All rights reserved.