public class Property extends Object
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="deprecated" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_equals |
protected List<Annotations> |
annotations |
protected String |
deprecated |
protected String |
description |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
List<Annotations> |
getAnnotations() |
String |
getDeprecated() |
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isEquals() |
void |
setDeprecated(String deprecated) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEquals(boolean _equals) |
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String description
protected List<Annotations> annotations
protected String name
protected String type
protected String deprecated
protected boolean _equals
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic List<Annotations> getAnnotations()
public String getDeprecated()
public void setDeprecated(String deprecated)
public boolean isEquals()
public void setEquals(boolean _equals)
Copyright © 2017 SAP SE. All Rights Reserved.