public class TInclude extends Object
Java class for TInclude complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TInclude">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/odata/ns/edm}Annotation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Namespace" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TNamespaceName" />
<attribute name="Alias" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected List<Annotation> |
annotation |
protected String |
namespace |
| Constructor and Description |
|---|
TInclude() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
List<Annotation> |
getAnnotation()
Gets the value of the annotation property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected List<Annotation> annotation
protected String namespace
protected String alias
public List<Annotation> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
Annotation
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getAlias()
StringCopyright © 2018–2020. All rights reserved.