Class TFunction


  • public class TFunction
    extends Object

    Java class for TFunction complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TFunction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="Parameter" type="{http://docs.oasis-open.org/odata/ns/edm}TActionFunctionParameter"/>
               <element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
             </choice>
             <element name="ReturnType" type="{http://docs.oasis-open.org/odata/ns/edm}TActionFunctionReturnType"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
             </choice>
           </sequence>
           <attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}TFunctionAttributes"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TFunction

        public TFunction()
    • Method Detail

      • getParameterOrAnnotation

        public List<Object> getParameterOrAnnotation()
        Gets the value of the parameterOrAnnotation property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parameterOrAnnotation property.

        For example, to add a new item, do as follows:

            getParameterOrAnnotation().add(newItem);
         

        Objects of the following type(s) are allowed in the list TActionFunctionParameter Annotation

      • getAnnotation

        public List<Annotation> getAnnotation()
        Gets the value of the annotation property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the annotation property.

        For example, to add a new item, do as follows:

            getAnnotation().add(newItem);
         

        Objects of the following type(s) are allowed in the list Annotation

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getEntitySetPath

        public String getEntitySetPath()
        Gets the value of the entitySetPath property.
        Returns:
        possible object is String
      • setEntitySetPath

        public void setEntitySetPath​(String value)
        Sets the value of the entitySetPath property.
        Parameters:
        value - allowed object is String
      • isIsBound

        public boolean isIsBound()
        Gets the value of the isBound property.
        Returns:
        possible object is Boolean
      • setIsBound

        public void setIsBound​(Boolean value)
        Sets the value of the isBound property.
        Parameters:
        value - allowed object is Boolean
      • isIsComposable

        public boolean isIsComposable()
        Gets the value of the isComposable property.
        Returns:
        possible object is Boolean
      • setIsComposable

        public void setIsComposable​(Boolean value)
        Sets the value of the isComposable property.
        Parameters:
        value - allowed object is Boolean