Package org.oasisopen.odata.csdl.v4
Class TDataServices
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TDataServices
-
public class TDataServices extends Object
Java class for TDataServices complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TDataServices"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/odata/ns/edm}Schema" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TDataServices()
-
-
-
Method Detail
-
getSchema
public List<Schema> getSchema()
Gets the value of the schema 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
setmethod for the schema property.For example, to add a new item, do as follows:
getSchema().add(newItem);Objects of the following type(s) are allowed in the list
Schema
-
-