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()
String
public void setContent(String value)
value
- allowed object is
String
public String getDateFormat()
String
public void setDateFormat(String value)
value
- allowed object is
String
public FieldType getType()
FieldType
public void setType(FieldType value)
value
- allowed object is
FieldType
public String getSetMethod()
String
public void setSetMethod(String value)
value
- allowed object is
String
public String getGetMethod()
String
public void setGetMethod(String value)
value
- allowed object is
String
public void setKey(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 Boolean isIsAccessible()
Boolean
public void setIsAccessible(Boolean value)
value
- allowed object is
Boolean
public String getCreateMethod()
String
Copyright © 2022 JBoss by Red Hat. All rights reserved.