Class 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 Detail

      • termNamespace

        protected String termNamespace
      • qualifier

        protected String qualifier
      • targetNamespace

        protected String targetNamespace
    • Constructor Detail

      • TIncludeAnnotations

        public TIncludeAnnotations()
    • 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 is String
      • 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 is String
      • getTargetNamespace

        public String getTargetNamespace()
        Gets the value of the targetNamespace property.
        Returns:
        possible object is String
      • setTargetNamespace

        public void setTargetNamespace​(String value)
        Sets the value of the targetNamespace property.
        Parameters:
        value - allowed object is String