public class FieldDefinition extends Object
Java class for fieldDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="date-format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://dozer.sourceforge.net}field-type" />
<attribute name="set-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="get-method" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="key" 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="is-accessible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="create-method" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
createMethod |
protected String |
dateFormat |
protected String |
getMethod |
protected Boolean |
isAccessible |
protected String |
key |
protected String |
mapGetMethod |
protected String |
mapSetMethod |
protected String |
setMethod |
protected FieldType |
type |
| Constructor and Description |
|---|
FieldDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Specifies one of the fields in the field mapping definition.
|
String |
getCreateMethod()
Gets the value of the createMethod property.
|
String |
getDateFormat()
Gets the value of the dateFormat property.
|
String |
getGetMethod()
Gets the value of the getMethod property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getMapGetMethod()
Gets the value of the mapGetMethod property.
|
String |
getMapSetMethod()
Gets the value of the mapSetMethod property.
|
String |
getSetMethod()
Gets the value of the setMethod property.
|
FieldType |
getType()
Gets the value of the type property.
|
Boolean |
isIsAccessible()
Gets the value of the isAccessible property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setCreateMethod(String value)
Sets the value of the createMethod property.
|
void |
setDateFormat(String value)
Sets the value of the dateFormat property.
|
void |
setGetMethod(String value)
Sets the value of the getMethod property.
|
void |
setIsAccessible(Boolean value)
Sets the value of the isAccessible property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMapGetMethod(String value)
Sets the value of the mapGetMethod property.
|
void |
setMapSetMethod(String value)
Sets the value of the mapSetMethod property.
|
void |
setSetMethod(String value)
Sets the value of the setMethod property.
|
void |
setType(FieldType value)
Sets the value of the type property.
|
protected String content
protected String dateFormat
protected FieldType type
protected String setMethod
protected String getMethod
protected String key
protected String mapSetMethod
protected String mapGetMethod
protected Boolean isAccessible
protected String createMethod
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getDateFormat()
Stringpublic void setDateFormat(String value)
value - allowed object is
Stringpublic FieldType getType()
FieldTypepublic void setType(FieldType value)
value - allowed object is
FieldTypepublic String getSetMethod()
Stringpublic void setSetMethod(String value)
value - allowed object is
Stringpublic String getGetMethod()
Stringpublic void setGetMethod(String value)
value - allowed object is
Stringpublic void setKey(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 Boolean isIsAccessible()
Booleanpublic void setIsAccessible(Boolean value)
value - allowed object is
Booleanpublic String getCreateMethod()
StringCopyright © 2017 JBoss by Red Hat. All rights reserved.