Class Bean
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
-
- de.hybris.bootstrap.beangenerator.definitions.xml.Bean
-
public class Bean extends AbstractPojo
Java class for bean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bean"> <complexContent> <extension base="{}abstractPojo"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hints" type="{}hints" minOccurs="0"/> <element name="property" type="{}property" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="deprecated" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_abstractprotected java.lang.String_deprecatedprotected java.lang.String_deprecatedSinceprotected java.lang.String_extendsprotected Annotationsannotationsprotected java.lang.Stringdescriptionprotected Hintshintsprotected java.util.List<Import>importsprotected java.util.List<Property>propertyprotected booleansuperEqualsprotected java.lang.Stringtype-
Fields inherited from class de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
clazz, template
-
-
Constructor Summary
Constructors Constructor Description Bean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationsgetAnnotations()java.lang.StringgetDeprecated()Gets the value of the deprecated property.java.lang.StringgetDeprecatedSince()Gets the value of the deprecated since property.java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetExtends()Gets the value of the extends property.HintsgetHints()Gets the value of the hints property.java.util.List<Import>getImports()java.util.List<Property>getProperty()Gets the value of the property property.java.lang.StringgetType()booleanisAbstract()booleanisSuperEquals()voidsetAbstract(boolean _abstract)voidsetAnnotations(Annotations annotations)voidsetDeprecated(java.lang.String value)Sets the value of the deprecated property.voidsetDeprecatedSince(java.lang.String value)Sets the value of the deprecated since property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExtends(java.lang.String value)Sets the value of the extends property.voidsetHints(Hints value)Sets the value of the hints property.voidsetSuperEquals(boolean superEquals)voidsetType(java.lang.String type)-
Methods inherited from class de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
getClazz, getTemplate, setClazz, setTemplate
-
-
-
-
Field Detail
-
description
protected java.lang.String description
-
hints
protected Hints hints
-
annotations
protected Annotations annotations
-
property
protected java.util.List<Property> property
-
imports
protected java.util.List<Import> imports
-
type
protected java.lang.String type
-
_extends
protected java.lang.String _extends
-
_deprecated
protected java.lang.String _deprecated
-
_deprecatedSince
protected java.lang.String _deprecatedSince
-
_abstract
protected boolean _abstract
-
superEquals
protected boolean superEquals
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
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
-
getProperty
public java.util.List<Property> getProperty()
Gets the value of the property property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
-
getImports
public java.util.List<Import> getImports()
-
getExtends
public java.lang.String getExtends()
Gets the value of the extends property.- Returns:
- possible object is
String
-
setExtends
public void setExtends(java.lang.String value)
Sets the value of the extends property.- Parameters:
value- allowed object isString
-
getDeprecated
public java.lang.String getDeprecated()
Gets the value of the deprecated property.- Returns:
- possible object is
String
-
setDeprecated
public void setDeprecated(java.lang.String value)
Sets the value of the deprecated property.- Parameters:
value- allowed object isString
-
getDeprecatedSince
public java.lang.String getDeprecatedSince()
Gets the value of the deprecated since property.- Returns:
- possible object is
String
-
setDeprecatedSince
public void setDeprecatedSince(java.lang.String value)
Sets the value of the deprecated since property.- Parameters:
value- allowed object isString
-
getAnnotations
public Annotations getAnnotations()
-
setAnnotations
public void setAnnotations(Annotations annotations)
-
isAbstract
public boolean isAbstract()
-
setAbstract
public void setAbstract(boolean _abstract)
-
isSuperEquals
public boolean isSuperEquals()
-
setSuperEquals
public void setSuperEquals(boolean superEquals)
-
-