Class TAction


  • public class TAction
    extends Object

    Java class for TAction complex type.

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

     <complexType name="TAction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <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"/>
             <element name="ReturnType" type="{http://docs.oasis-open.org/odata/ns/edm}TActionFunctionReturnType"/>
           </choice>
           <attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}TActionAttributes"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • parameterOrAnnotationOrReturnType

        protected List<Object> parameterOrAnnotationOrReturnType
      • entitySetPath

        protected String entitySetPath
      • isBound

        protected Boolean isBound
    • Constructor Detail

      • TAction

        public TAction()
    • Method Detail

      • getParameterOrAnnotationOrReturnType

        public List<Object> getParameterOrAnnotationOrReturnType()
        Gets the value of the parameterOrAnnotationOrReturnType 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 parameterOrAnnotationOrReturnType property.

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

            getParameterOrAnnotationOrReturnType().add(newItem);
         

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

      • 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