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()
String
public void setContent(String value)
value
- allowed object is
String
public String getBeanFactory()
String
public void setBeanFactory(String value)
value
- allowed object is
String
public String getFactoryBeanId()
String
public void setFactoryBeanId(String value)
value
- allowed object is
String
public String getMapSetMethod()
String
public void setMapSetMethod(String value)
value
- allowed object is
String
public String getMapGetMethod()
String
public void setMapGetMethod(String value)
value
- allowed object is
String
public String getCreateMethod()
String
public void setCreateMethod(String value)
value
- allowed object is
String
public Boolean isMapNull()
Boolean
public void setMapNull(Boolean value)
value
- allowed object is
Boolean
public Boolean isMapEmptyString()
Boolean
public void setMapEmptyString(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsAccessible()
Boolean
Copyright © 2020 JBoss by Red Hat. All rights reserved.