Class TPropertyRef


  • public class TPropertyRef
    extends Object

    Java class for TPropertyRef complex type.

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

     <complexType name="TPropertyRef">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="Name" use="required" type="{http://docs.oasis-open.org/odata/ns/edm}TPath" />
           <attribute name="Alias" type="{http://docs.oasis-open.org/odata/ns/edm}TSimpleIdentifier" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TPropertyRef

        public TPropertyRef()
    • Method Detail

      • 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
      • getAlias

        public String getAlias()
        Gets the value of the alias property.
        Returns:
        possible object is String
      • setAlias

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