public class TEntitySet extends Object
Java class for TEntitySet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEntitySet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="NavigationPropertyBinding" type="{http://docs.oasis-open.org/odata/ns/edm}TNavigationPropertyBinding"/>
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
</choice>
<attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}TEntitySetAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityType |
protected Boolean |
includeInServiceDocument |
protected String |
name |
protected List<Object> |
navigationPropertyBindingOrAnnotation |
| Constructor and Description |
|---|
TEntitySet() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityType()
Gets the value of the entityType property.
|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getNavigationPropertyBindingOrAnnotation()
Gets the value of the navigationPropertyBindingOrAnnotation property.
|
boolean |
isIncludeInServiceDocument()
Gets the value of the includeInServiceDocument property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setIncludeInServiceDocument(Boolean value)
Sets the value of the includeInServiceDocument property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String entityType
protected Boolean includeInServiceDocument
public List<Object> getNavigationPropertyBindingOrAnnotation()
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 navigationPropertyBindingOrAnnotation property.
For example, to add a new item, do as follows:
getNavigationPropertyBindingOrAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
TNavigationPropertyBinding
Annotation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic boolean isIncludeInServiceDocument()
BooleanCopyright © 2018–2020. All rights reserved.