public class TApplyExpression extends Object
Java class for TApplyExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TApplyExpression">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://docs.oasis-open.org/odata/ns/edm}GExpression" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="Function" type="{http://docs.oasis-open.org/odata/ns/edm}TClientFunction" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
annotationOrBinaryOrBool |
protected String |
function |
| Constructor and Description |
|---|
TApplyExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAnnotationOrBinaryOrBool()
Gets the value of the annotationOrBinaryOrBool property.
|
String |
getFunction()
Gets the value of the function property.
|
void |
setFunction(String value)
Sets the value of the function property.
|
protected String function
public List<Object> getAnnotationOrBinaryOrBool()
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 annotationOrBinaryOrBool property.
For example, to add a new item, do as follows:
getAnnotationOrBinaryOrBool().add(newItem);
Objects of the following type(s) are allowed in the list
Annotation
JAXBElement<TBinaryConstantExpression>
JAXBElement<TBoolConstantExpression>
JAXBElement<TDateConstantExpression>
JAXBElement<TDateTimeOffsetConstantExpression>
JAXBElement<TDecimalConstantExpression>
JAXBElement<TDurationConstantExpression>
JAXBElement<List<String>>
JAXBElement<TFloatConstantExpression>
JAXBElement<TGuidConstantExpression>
JAXBElement<TIntConstantExpression>
JAXBElement<TStringConstantExpression>
JAXBElement<TTimeOfDayConstantExpression>
JAXBElement<TModelPathExpression>
JAXBElement<TApplyExpression>
JAXBElement<TCastOrIsOfExpression>
JAXBElement<TCollectionExpression>
JAXBElement<TIfExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TOneChildExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TOneChildExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TTwoChildrenExpression>
JAXBElement<TCastOrIsOfExpression>
JAXBElement<TLabeledElementExpression>
JAXBElement<TLabeledElementReferenceExpression>
JAXBElement<TNullExpression>
JAXBElement<TModelPathExpression>
JAXBElement<TModelPathExpression>
JAXBElement<TPathExpression>
JAXBElement<TModelPathExpression>
JAXBElement<TRecordExpression>
JAXBElement<TOneChildExpression>
public String getFunction()
StringCopyright © 2018–2020. All rights reserved.