Class TEntityType


  • public class TEntityType
    extends Object

    Java class for TEntityType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TEntityType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="Key" type="{http://docs.oasis-open.org/odata/ns/edm}TEntityKeyElement" minOccurs="0"/>
             <element name="Property" type="{http://docs.oasis-open.org/odata/ns/edm}TProperty"/>
             <element name="NavigationProperty" type="{http://docs.oasis-open.org/odata/ns/edm}TNavigationProperty"/>
             <element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation"/>
           </choice>
           <attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}TDerivableTypeAttributes"/>
           <attribute name="OpenType" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="HasStream" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • keyOrPropertyOrNavigationProperty

        protected List<Object> keyOrPropertyOrNavigationProperty
      • openType

        protected Boolean openType
      • hasStream

        protected Boolean hasStream
      • baseType

        protected String baseType
      • _abstract

        protected Boolean _abstract
    • Constructor Detail

      • TEntityType

        public TEntityType()
    • Method Detail

      • getKeyOrPropertyOrNavigationProperty

        public List<Object> getKeyOrPropertyOrNavigationProperty()
        Gets the value of the keyOrPropertyOrNavigationProperty 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 keyOrPropertyOrNavigationProperty property.

        For example, to add a new item, do as follows:

            getKeyOrPropertyOrNavigationProperty().add(newItem);
         

        Objects of the following type(s) are allowed in the list TEntityKeyElement TProperty TNavigationProperty Annotation

      • isOpenType

        public boolean isOpenType()
        Gets the value of the openType property.
        Returns:
        possible object is Boolean
      • setOpenType

        public void setOpenType​(Boolean value)
        Sets the value of the openType property.
        Parameters:
        value - allowed object is Boolean
      • isHasStream

        public boolean isHasStream()
        Gets the value of the hasStream property.
        Returns:
        possible object is Boolean
      • setHasStream

        public void setHasStream​(Boolean value)
        Sets the value of the hasStream property.
        Parameters:
        value - allowed object is Boolean
      • getBaseType

        public String getBaseType()
        Gets the value of the baseType property.
        Returns:
        possible object is String
      • setBaseType

        public void setBaseType​(String value)
        Sets the value of the baseType property.
        Parameters:
        value - allowed object is String
      • isAbstract

        public boolean isAbstract()
        Gets the value of the abstract property.
        Returns:
        possible object is Boolean
      • setAbstract

        public void setAbstract​(Boolean value)
        Sets the value of the abstract property.
        Parameters:
        value - allowed object is Boolean
      • 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