public class TPropertyRef extends Object
Java class for TPropertyRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPropertyRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Name" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TPath" />
<attribute name="Alias" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected String |
name |
| Constructor and Description |
|---|
TPropertyRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAlias()
StringCopyright © 2018–2020. All rights reserved.