Class TTerm


  • public class TTerm
    extends Object

    Java class for TTerm complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TTerm">
       <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>
           <attGroup ref="{http://docs.oasis-open.org/odata/ns/edm}TFacetAttributes"/>
           <attribute name="Name" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
           <attribute name="Type" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TTypeName" />
           <attribute name="BaseTerm" type="{http://docs.oasis-open.org/odata/ns/edm}TQualifiedName" />
           <attribute name="Nullable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="AppliesTo" type="{http://docs.oasis-open.org/odata/ns/edm}TAppliesTo" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TTerm

        public TTerm()
    • Method Detail

      • getAnnotation

        public List<Annotation> getAnnotation()
        Gets the value of the annotation property.

        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

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getType

        public List<String> getType()
        Gets the value of the type property.

        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 type property.

        For example, to add a new item, do as follows:

            getType().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getBaseTerm

        public String getBaseTerm()
        Gets the value of the baseTerm property.
        Returns:
        possible object is String
      • setBaseTerm

        public void setBaseTerm​(String value)
        Sets the value of the baseTerm property.
        Parameters:
        value - allowed object is String
      • isNullable

        public Boolean isNullable()
        Gets the value of the nullable property.
        Returns:
        possible object is Boolean
      • setNullable

        public void setNullable​(Boolean value)
        Sets the value of the nullable property.
        Parameters:
        value - allowed object is Boolean
      • getDefaultValue

        public String getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is String
      • setDefaultValue

        public void setDefaultValue​(String value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is String
      • getAppliesTo

        public List<String> getAppliesTo()
        Gets the value of the appliesTo property.

        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 appliesTo property.

        For example, to add a new item, do as follows:

            getAppliesTo().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getMaxLength

        public String getMaxLength()
        Gets the value of the maxLength property.
        Returns:
        possible object is String
      • setMaxLength

        public void setMaxLength​(String value)
        Sets the value of the maxLength property.
        Parameters:
        value - allowed object is String
      • getPrecision

        public BigInteger getPrecision()
        Gets the value of the precision property.
        Returns:
        possible object is BigInteger
      • setPrecision

        public void setPrecision​(BigInteger value)
        Sets the value of the precision property.
        Parameters:
        value - allowed object is BigInteger
      • getScale

        public String getScale()
        Gets the value of the scale property.
        Returns:
        possible object is String
      • setScale

        public void setScale​(String value)
        Sets the value of the scale property.
        Parameters:
        value - allowed object is String
      • getSRID

        public String getSRID()
        Gets the value of the srid property.
        Returns:
        possible object is String
      • setSRID

        public void setSRID​(String value)
        Sets the value of the srid property.
        Parameters:
        value - allowed object is String
      • isUnicode

        public Boolean isUnicode()
        Gets the value of the unicode property.
        Returns:
        possible object is Boolean
      • setUnicode

        public void setUnicode​(Boolean value)
        Sets the value of the unicode property.
        Parameters:
        value - allowed object is Boolean