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