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