public class TEdmx extends Object
Java class for TEdmx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TEdmx">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference" type="{http://docs.oasis-open.org/odata/ns/edmx}TReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="DataServices" type="{http://docs.oasis-open.org/odata/ns/edmx}TDataServices"/>
</sequence>
<attribute name="Version" use="required" type="{http://docs.oasis-open.org/odata/ns/edmx}TVersion" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TDataServices |
dataServices |
protected List<TReference> |
reference |
protected BigDecimal |
version |
| Constructor and Description |
|---|
TEdmx() |
| Modifier and Type | Method and Description |
|---|---|
TDataServices |
getDataServices()
Gets the value of the dataServices property.
|
List<TReference> |
getReference()
Gets the value of the reference property.
|
BigDecimal |
getVersion()
Gets the value of the version property.
|
void |
setDataServices(TDataServices value)
Sets the value of the dataServices property.
|
void |
setVersion(BigDecimal value)
Sets the value of the version property.
|
protected List<TReference> reference
protected TDataServices dataServices
protected BigDecimal version
public List<TReference> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
TReference
public TDataServices getDataServices()
TDataServicespublic void setDataServices(TDataServices value)
value - allowed object is
TDataServicespublic BigDecimal getVersion()
BigDecimalpublic void setVersion(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018–2020. All rights reserved.