public class TReference extends Object
Java class for TReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="Include" type="{http://docs.oasis-open.org/odata/ns/edmx}TInclude"/>
<element name="IncludeAnnotations" type="{http://docs.oasis-open.org/odata/ns/edmx}TIncludeAnnotations"/>
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="Uri" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
includeOrIncludeAnnotationsOrAnnotation |
protected String |
uri |
| Constructor and Description |
|---|
TReference() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getIncludeOrIncludeAnnotationsOrAnnotation()
Gets the value of the includeOrIncludeAnnotationsOrAnnotation property.
|
String |
getUri()
Gets the value of the uri property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
protected List<Object> includeOrIncludeAnnotationsOrAnnotation
protected String uri
public List<Object> getIncludeOrIncludeAnnotationsOrAnnotation()
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 includeOrIncludeAnnotationsOrAnnotation property.
For example, to add a new item, do as follows:
getIncludeOrIncludeAnnotationsOrAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
TInclude
TIncludeAnnotations
Annotation
public String getUri()
StringCopyright © 2018–2020. All rights reserved.