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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_abstract |
protected String |
baseType |
protected Boolean |
hasStream |
protected List<Object> |
keyOrPropertyOrNavigationProperty |
protected String |
name |
protected Boolean |
openType |
| Constructor and Description |
|---|
TEntityType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseType()
Gets the value of the baseType property.
|
List<Object> |
getKeyOrPropertyOrNavigationProperty()
Gets the value of the keyOrPropertyOrNavigationProperty property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isAbstract()
Gets the value of the abstract property.
|
boolean |
isHasStream()
Gets the value of the hasStream property.
|
boolean |
isOpenType()
Gets the value of the openType property.
|
void |
setAbstract(Boolean value)
Sets the value of the abstract property.
|
void |
setBaseType(String value)
Sets the value of the baseType property.
|
void |
setHasStream(Boolean value)
Sets the value of the hasStream property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOpenType(Boolean value)
Sets the value of the openType property.
|
protected Boolean openType
protected Boolean hasStream
protected String baseType
protected Boolean _abstract
protected String name
public List<Object> getKeyOrPropertyOrNavigationProperty()
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
public boolean isOpenType()
Booleanpublic void setOpenType(Boolean value)
value - allowed object is
Booleanpublic boolean isHasStream()
Booleanpublic void setHasStream(Boolean value)
value - allowed object is
Booleanpublic String getBaseType()
Stringpublic void setBaseType(String value)
value - allowed object is
Stringpublic boolean isAbstract()
Booleanpublic void setAbstract(Boolean value)
value - allowed object is
Booleanpublic String getName()
StringCopyright © 2018–2020. All rights reserved.