Class 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 Detail

      • TNavigationPropertyBinding

        public TNavigationPropertyBinding()
    • 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 is String
      • getTarget

        public String getTarget()
        Gets the value of the target property.
        Returns:
        possible object is String
      • setTarget

        public void setTarget​(String value)
        Sets the value of the target property.
        Parameters:
        value - allowed object is String