public class TComplexType extends Object
Java class for TComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" 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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_abstract |
protected String |
baseType |
protected String |
name |
protected Boolean |
openType |
protected List<Object> |
propertyOrNavigationPropertyOrAnnotation |
| Constructor and Description |
|---|
TComplexType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseType()
Gets the value of the baseType property.
|
String |
getName()
Gets the value of the name property.
|
List<Object> |
getPropertyOrNavigationPropertyOrAnnotation()
Gets the value of the propertyOrNavigationPropertyOrAnnotation property.
|
boolean |
isAbstract()
Gets the value of the abstract 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 |
setName(String value)
Sets the value of the name property.
|
void |
setOpenType(Boolean value)
Sets the value of the openType property.
|
protected List<Object> propertyOrNavigationPropertyOrAnnotation
protected Boolean openType
protected String baseType
protected Boolean _abstract
protected String name
public List<Object> getPropertyOrNavigationPropertyOrAnnotation()
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 propertyOrNavigationPropertyOrAnnotation property.
For example, to add a new item, do as follows:
getPropertyOrNavigationPropertyOrAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
TProperty
TNavigationProperty
Annotation
public boolean isOpenType()
Booleanpublic void setOpenType(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.