Class TApplyExpression
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TApplyExpression
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>annotationOrBinaryOrBoolprotected Stringfunction
-
Constructor Summary
Constructors Constructor Description TApplyExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAnnotationOrBinaryOrBool()Gets the value of the annotationOrBinaryOrBool property.StringgetFunction()Gets the value of the function property.voidsetFunction(String value)Sets the value of the function property.
-
-
-
Method Detail
-
getAnnotationOrBinaryOrBool
public List<Object> getAnnotationOrBinaryOrBool()
Gets the value of the annotationOrBinaryOrBool 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
setmethod 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
AnnotationJAXBElement<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>
-
getFunction
public String getFunction()
Gets the value of the function property.- Returns:
- possible object is
String
-
-