public class TIncludeAnnotations extends Object
Java class for TIncludeAnnotations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TIncludeAnnotations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TermNamespace" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TNamespaceName" />
<attribute name="Qualifier" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
<attribute name="TargetNamespace" type="{http://docs.oasis-open.org/odata/ns/edm}TNamespaceName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
qualifier |
protected String |
targetNamespace |
protected String |
termNamespace |
| Constructor and Description |
|---|
TIncludeAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQualifier()
Gets the value of the qualifier property.
|
String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
String |
getTermNamespace()
Gets the value of the termNamespace property.
|
void |
setQualifier(String value)
Sets the value of the qualifier property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
void |
setTermNamespace(String value)
Sets the value of the termNamespace property.
|
protected String termNamespace
protected String qualifier
protected String targetNamespace
public String getTermNamespace()
Stringpublic void setTermNamespace(String value)
value - allowed object is
Stringpublic String getQualifier()
Stringpublic void setQualifier(String value)
value - allowed object is
Stringpublic String getTargetNamespace()
StringCopyright © 2018–2020. All rights reserved.