public class Property
extends java.lang.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"/>
<element name="hints" type="{}hints" 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 java.util.List<Annotations> |
annotations |
protected java.lang.String |
deprecated |
protected java.lang.String |
description |
protected Hints |
hints |
protected java.lang.String |
name |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Property() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Annotations> |
getAnnotations() |
java.lang.String |
getDeprecated() |
java.lang.String |
getDescription()
Gets the value of the description property.
|
Hints |
getHints()
Gets the value of the hints property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
boolean |
isEquals() |
void |
setDeprecated(java.lang.String deprecated) |
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEquals(boolean _equals) |
void |
setHints(Hints value)
Sets the value of the hints property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String description
protected Hints hints
protected java.util.List<Annotations> annotations
protected java.lang.String name
protected java.lang.String type
protected java.lang.String deprecated
protected boolean _equals
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is Stringpublic Hints getHints()
Hintspublic void setHints(Hints value)
value - allowed object is Hintspublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is Stringpublic java.util.List<Annotations> getAnnotations()
public java.lang.String getDeprecated()
public void setDeprecated(java.lang.String deprecated)
public boolean isEquals()
public void setEquals(boolean _equals)
Copyright © 2018 SAP SE. All Rights Reserved.