Class Property
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.definitions.xml.Property
-
public class Property extends java.lang.ObjectJava 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 Modifier and Type Field Description protected boolean_equalsprotected java.util.List<Annotations>annotationsprotected java.lang.Stringdeprecatedprotected java.lang.StringdeprecatedSinceprotected java.lang.Stringdescriptionprotected Hintshintsprotected java.lang.Stringnameprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotations>getAnnotations()java.lang.StringgetDeprecated()java.lang.StringgetDeprecatedSince()java.lang.StringgetDescription()Gets the value of the description property.HintsgetHints()Gets the value of the hints property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetType()Gets the value of the type property.booleanisEquals()voidsetDeprecated(java.lang.String deprecated)voidsetDeprecatedSince(java.lang.String deprecatedSince)voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetEquals(boolean _equals)voidsetHints(Hints value)Sets the value of the hints property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
description
protected java.lang.String description
-
hints
protected Hints hints
-
annotations
protected java.util.List<Annotations> annotations
-
name
protected java.lang.String name
-
type
protected java.lang.String type
-
deprecated
protected java.lang.String deprecated
-
deprecatedSince
protected java.lang.String deprecatedSince
-
_equals
protected boolean _equals
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getHints
public Hints getHints()
Gets the value of the hints property.- Returns:
- possible object is
Hints
-
setHints
public void setHints(Hints value)
Sets the value of the hints property.- Parameters:
value- allowed object isHints
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAnnotations
public java.util.List<Annotations> getAnnotations()
-
getDeprecated
public java.lang.String getDeprecated()
-
setDeprecated
public void setDeprecated(java.lang.String deprecated)
-
getDeprecatedSince
public java.lang.String getDeprecatedSince()
-
setDeprecatedSince
public void setDeprecatedSince(java.lang.String deprecatedSince)
-
isEquals
public boolean isEquals()
-
setEquals
public void setEquals(boolean _equals)
-
-