public class TCollectionExpression extends Object
Java class for TCollectionExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TCollectionExpression">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://docs.oasis-open.org/odata/ns/edm}GExpression"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
binaryOrBoolOrDate |
| Constructor and Description |
|---|
TCollectionExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getBinaryOrBoolOrDate()
Gets the value of the binaryOrBoolOrDate property.
|
protected List<JAXBElement<?>> binaryOrBoolOrDate
public List<JAXBElement<?>> getBinaryOrBoolOrDate()
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 binaryOrBoolOrDate property.
For example, to add a new item, do as follows:
getBinaryOrBoolOrDate().add(newItem);
Objects of the following type(s) are allowed in the list
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>
Copyright © 2018–2020. All rights reserved.