Class Property
java.lang.Object
de.hybris.bootstrap.beangenerator.definitions.xml.Property
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getHints()Gets the value of the hints property.getName()Gets the value of the name property.getType()Gets the value of the type property.booleanisEquals()voidsetDeprecated(String deprecated) voidsetDeprecatedSince(String deprecatedSince) voidsetDescription(String value) Sets the value of the description property.voidsetEquals(boolean _equals) voidSets the value of the hints property.voidSets the value of the name property.voidSets the value of the type property.
-
Field Details
-
description
-
hints
-
annotations
-
name
-
type
-
deprecated
-
deprecatedSince
-
_equals
protected boolean _equals
-
-
Constructor Details
-
Property
public Property()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getHints
Gets the value of the hints property.- Returns:
- possible object is
Hints
-
setHints
Sets the value of the hints property.- Parameters:
value- allowed object isHints
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAnnotations
-
getDeprecated
-
setDeprecated
-
getDeprecatedSince
-
setDeprecatedSince
-
isEquals
public boolean isEquals() -
setEquals
public void setEquals(boolean _equals)
-