public class Class extends Object
Java class for class complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="class">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="bean-factory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="factory-bean-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="map-set-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="map-get-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="create-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="map-null" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="map-empty-string" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="is-accessible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
beanFactory |
protected String |
content |
protected String |
createMethod |
protected String |
factoryBeanId |
protected Boolean |
isAccessible |
protected Boolean |
mapEmptyString |
protected String |
mapGetMethod |
protected Boolean |
mapNull |
protected String |
mapSetMethod |
| Constructor and Description |
|---|
Class() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanFactory()
Gets the value of the beanFactory property.
|
String |
getContent()
Specifies one of the classes in the mapping definition.
|
String |
getCreateMethod()
Gets the value of the createMethod property.
|
String |
getFactoryBeanId()
Gets the value of the factoryBeanId property.
|
String |
getMapGetMethod()
Gets the value of the mapGetMethod property.
|
String |
getMapSetMethod()
Gets the value of the mapSetMethod property.
|
Boolean |
isIsAccessible()
Gets the value of the isAccessible property.
|
Boolean |
isMapEmptyString()
Gets the value of the mapEmptyString property.
|
Boolean |
isMapNull()
Gets the value of the mapNull property.
|
void |
setBeanFactory(String value)
Sets the value of the beanFactory property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setCreateMethod(String value)
Sets the value of the createMethod property.
|
void |
setFactoryBeanId(String value)
Sets the value of the factoryBeanId property.
|
void |
setIsAccessible(Boolean value)
Sets the value of the isAccessible property.
|
void |
setMapEmptyString(Boolean value)
Sets the value of the mapEmptyString property.
|
void |
setMapGetMethod(String value)
Sets the value of the mapGetMethod property.
|
void |
setMapNull(Boolean value)
Sets the value of the mapNull property.
|
void |
setMapSetMethod(String value)
Sets the value of the mapSetMethod property.
|
protected String content
protected String beanFactory
protected String factoryBeanId
protected String mapSetMethod
protected String mapGetMethod
protected String createMethod
protected Boolean mapNull
protected Boolean mapEmptyString
protected Boolean isAccessible
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getBeanFactory()
Stringpublic void setBeanFactory(String value)
value - allowed object is
Stringpublic String getFactoryBeanId()
Stringpublic void setFactoryBeanId(String value)
value - allowed object is
Stringpublic String getMapSetMethod()
Stringpublic void setMapSetMethod(String value)
value - allowed object is
Stringpublic String getMapGetMethod()
Stringpublic void setMapGetMethod(String value)
value - allowed object is
Stringpublic String getCreateMethod()
Stringpublic void setCreateMethod(String value)
value - allowed object is
Stringpublic Boolean isMapNull()
Booleanpublic void setMapNull(Boolean value)
value - allowed object is
Booleanpublic Boolean isMapEmptyString()
Booleanpublic void setMapEmptyString(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsAccessible()
BooleanCopyright © 2017 JBoss by Red Hat. All rights reserved.