Class TEntityContainer


  • 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>
     
    • Field Detail

      • entitySetOrActionImportOrFunctionImport

        protected List<Object> entitySetOrActionImportOrFunctionImport
      • _extends

        protected String _extends
    • Constructor Detail

      • TEntityContainer

        public TEntityContainer()
    • Method Detail

      • getEntitySetOrActionImportOrFunctionImport

        public List<Object> getEntitySetOrActionImportOrFunctionImport()
        Gets the value of the entitySetOrActionImportOrFunctionImport 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 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

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getExtends

        public String getExtends()
        Gets the value of the extends property.
        Returns:
        possible object is String
      • setExtends

        public void setExtends​(String value)
        Sets the value of the extends property.
        Parameters:
        value - allowed object is String