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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entitySetPath |
protected Boolean |
isBound |
protected String |
name |
protected List<Object> |
parameterOrAnnotationOrReturnType |
| Constructor and Description |
|---|
TAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntitySetPath()
Gets the value of the entitySetPath property.
|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getParameterOrAnnotationOrReturnType()
Gets the value of the parameterOrAnnotationOrReturnType property.
|
boolean |
isIsBound()
Gets the value of the isBound property.
|
void |
setEntitySetPath(String value)
Sets the value of the entitySetPath property.
|
void |
setIsBound(Boolean value)
Sets the value of the isBound property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String entitySetPath
protected Boolean isBound
public List<Object> getParameterOrAnnotationOrReturnType()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEntitySetPath()
Stringpublic void setEntitySetPath(String value)
value - allowed object is
Stringpublic boolean isIsBound()
BooleanCopyright © 2018–2020. All rights reserved.