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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_abstract |
protected java.lang.String |
_deprecated |
protected java.lang.String |
_extends |
protected Annotations |
annotations |
protected java.lang.String |
description |
protected Hints |
hints |
protected java.util.List<Import> |
imports |
protected java.util.List<Property> |
property |
protected boolean |
superEquals |
protected java.lang.String |
type |
clazz, template| Constructor and Description |
|---|
Bean() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations() |
java.lang.String |
getDeprecated()
Gets the value of the deprecated property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getExtends()
Gets the value of the extends property.
|
Hints |
getHints()
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.String |
getType() |
boolean |
isAbstract() |
boolean |
isSuperEquals() |
void |
setAbstract(boolean _abstract) |
void |
setAnnotations(Annotations annotations) |
void |
setDeprecated(java.lang.String value)
Sets the value of the deprecated property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setExtends(java.lang.String value)
Sets the value of the extends property.
|
void |
setHints(Hints value)
Sets the value of the hints property.
|
void |
setSuperEquals(boolean superEquals) |
void |
setType(java.lang.String type) |
getClazz, getTemplate, setClazz, setTemplateprotected java.lang.String description
protected Hints hints
protected Annotations annotations
protected java.util.List<Property> property
protected java.util.List<Import> imports
protected java.lang.String type
protected java.lang.String _extends
protected java.lang.String _deprecated
protected boolean _abstract
protected boolean superEquals
public java.lang.String getType()
public void setType(java.lang.String type)
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.util.List<Property> getProperty()
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 set method 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
public java.util.List<Import> getImports()
public java.lang.String getExtends()
Stringpublic void setExtends(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDeprecated()
Stringpublic void setDeprecated(java.lang.String value)
value - allowed object is Stringpublic Annotations getAnnotations()
public void setAnnotations(Annotations annotations)
public boolean isAbstract()
public void setAbstract(boolean _abstract)
public boolean isSuperEquals()
public void setSuperEquals(boolean superEquals)
Copyright © 2018 SAP SE. All Rights Reserved.