Package org.oasisopen.odata.csdl.v4
Class TPropertyRef
- java.lang.Object
-
- org.oasisopen.odata.csdl.v4.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 Summary
Constructors Constructor Description TPropertyRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()Gets the value of the alias property.StringgetName()Gets the value of the name property.voidsetAlias(String value)Sets the value of the alias property.voidsetName(String value)Sets the value of the name property.
-
-
-
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 isString
-
getAlias
public String getAlias()
Gets the value of the alias property.- Returns:
- possible object is
String
-
-