Package org.oasisopen.odata.csdl.v4
Class TIncludeAnnotations
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.TIncludeAnnotations
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringqualifierprotected StringtargetNamespaceprotected StringtermNamespace
-
Constructor Summary
Constructors Constructor Description TIncludeAnnotations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetQualifier()Gets the value of the qualifier property.StringgetTargetNamespace()Gets the value of the targetNamespace property.StringgetTermNamespace()Gets the value of the termNamespace property.voidsetQualifier(String value)Sets the value of the qualifier property.voidsetTargetNamespace(String value)Sets the value of the targetNamespace property.voidsetTermNamespace(String value)Sets the value of the termNamespace property.
-
-
-
Method Detail
-
getTermNamespace
public String getTermNamespace()
Gets the value of the termNamespace property.- Returns:
- possible object is
String
-
setTermNamespace
public void setTermNamespace(String value)
Sets the value of the termNamespace property.- Parameters:
value- allowed object isString
-
getQualifier
public String getQualifier()
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
public void setQualifier(String value)
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getTargetNamespace
public String getTargetNamespace()
Gets the value of the targetNamespace property.- Returns:
- possible object is
String
-
-