public class TEntityContainer extends Object
Java class for TEntityContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEntityContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="EntitySet" type="{http://docs.oasis-open.org/odata/ns/edm}TEntitySet"/>
<element name="ActionImport" type="{http://docs.oasis-open.org/odata/ns/edm}TActionImport"/>
<element name="FunctionImport" type="{http://docs.oasis-open.org/odata/ns/edm}TFunctionImport"/>
<element name="Singleton" type="{http://docs.oasis-open.org/odata/ns/edm}TSingleton"/>
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
</choice>
<attribute name="Name" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
<attribute name="Extends" type="{http://docs.oasis-open.org/odata/ns/edm}TQualifiedName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_extends |
protected List<Object> |
entitySetOrActionImportOrFunctionImport |
protected String |
name |
| Constructor and Description |
|---|
TEntityContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getEntitySetOrActionImportOrFunctionImport()
Gets the value of the entitySetOrActionImportOrFunctionImport property.
|
String |
getExtends()
Gets the value of the extends property.
|
String |
getName()
Gets the value of the name property.
|
void |
setExtends(String value)
Sets the value of the extends property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<Object> entitySetOrActionImportOrFunctionImport
protected String name
protected String _extends
public List<Object> getEntitySetOrActionImportOrFunctionImport()
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 entitySetOrActionImportOrFunctionImport property.
For example, to add a new item, do as follows:
getEntitySetOrActionImportOrFunctionImport().add(newItem);
Objects of the following type(s) are allowed in the list
TEntitySet
TActionImport
TFunctionImport
TSingleton
Annotation
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getExtends()
StringCopyright © 2018–2020. All rights reserved.