Package org.oasisopen.odata.csdl.v4
Class TNavigationPropertyBinding
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TNavigationPropertyBinding
-
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>
-
-
Constructor Summary
Constructors Constructor Description TNavigationPropertyBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Gets the value of the path property.StringgetTarget()Gets the value of the target property.voidsetPath(String value)Sets the value of the path property.voidsetTarget(String value)Sets the value of the target property.
-
-
-
Method Detail
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getTarget
public String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
-