public class Field extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://dozer.sourceforge.net}a"/> <element ref="{http://dozer.sourceforge.net}b"/> <element ref="{http://dozer.sourceforge.net}a-hint" minOccurs="0"/> <element ref="{http://dozer.sourceforge.net}b-hint" minOccurs="0"/> <element ref="{http://dozer.sourceforge.net}a-deep-index-hint" minOccurs="0"/> <element ref="{http://dozer.sourceforge.net}b-deep-index-hint" minOccurs="0"/> </sequence> <attribute name="relationship-type" type="{http://dozer.sourceforge.net}relationship" /> <attribute name="remove-orphans" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="type" type="{http://dozer.sourceforge.net}type" /> <attribute name="map-id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="copy-by-reference" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="custom-converter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="custom-converter-id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="custom-converter-param" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FieldDefinition |
a |
protected String |
aDeepIndexHint |
protected String |
aHint |
protected FieldDefinition |
b |
protected String |
bDeepIndexHint |
protected String |
bHint |
protected Boolean |
copyByReference |
protected String |
customConverter |
protected String |
customConverterId |
protected String |
customConverterParam |
protected String |
mapId |
protected Relationship |
relationshipType |
protected Boolean |
removeOrphans |
protected Type |
type |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
getA()
Gets the value of the a property.
|
String |
getADeepIndexHint()
Gets the value of the aDeepIndexHint property.
|
String |
getAHint()
Gets the value of the aHint property.
|
FieldDefinition |
getB()
Gets the value of the b property.
|
String |
getBDeepIndexHint()
Gets the value of the bDeepIndexHint property.
|
String |
getBHint()
Gets the value of the bHint property.
|
String |
getCustomConverter()
Gets the value of the customConverter property.
|
String |
getCustomConverterId()
Gets the value of the customConverterId property.
|
String |
getCustomConverterParam()
Gets the value of the customConverterParam property.
|
String |
getMapId()
Gets the value of the mapId property.
|
Relationship |
getRelationshipType()
Gets the value of the relationshipType property.
|
Type |
getType()
Gets the value of the type property.
|
Boolean |
isCopyByReference()
Gets the value of the copyByReference property.
|
Boolean |
isRemoveOrphans()
Gets the value of the removeOrphans property.
|
void |
setA(FieldDefinition value)
Sets the value of the a property.
|
void |
setADeepIndexHint(String value)
Sets the value of the aDeepIndexHint property.
|
void |
setAHint(String value)
Sets the value of the aHint property.
|
void |
setB(FieldDefinition value)
Sets the value of the b property.
|
void |
setBDeepIndexHint(String value)
Sets the value of the bDeepIndexHint property.
|
void |
setBHint(String value)
Sets the value of the bHint property.
|
void |
setCopyByReference(Boolean value)
Sets the value of the copyByReference property.
|
void |
setCustomConverter(String value)
Sets the value of the customConverter property.
|
void |
setCustomConverterId(String value)
Sets the value of the customConverterId property.
|
void |
setCustomConverterParam(String value)
Sets the value of the customConverterParam property.
|
void |
setMapId(String value)
Sets the value of the mapId property.
|
void |
setRelationshipType(Relationship value)
Sets the value of the relationshipType property.
|
void |
setRemoveOrphans(Boolean value)
Sets the value of the removeOrphans property.
|
void |
setType(Type value)
Sets the value of the type property.
|
protected FieldDefinition a
protected FieldDefinition b
protected String aHint
protected String bHint
protected String aDeepIndexHint
protected String bDeepIndexHint
protected Relationship relationshipType
protected Boolean removeOrphans
protected Type type
protected String mapId
protected Boolean copyByReference
protected String customConverter
protected String customConverterId
protected String customConverterParam
public FieldDefinition getA()
FieldDefinition
public void setA(FieldDefinition value)
value
- allowed object is
FieldDefinition
public FieldDefinition getB()
FieldDefinition
public void setB(FieldDefinition value)
value
- allowed object is
FieldDefinition
public String getAHint()
String
public void setAHint(String value)
value
- allowed object is
String
public String getBHint()
String
public void setBHint(String value)
value
- allowed object is
String
public String getADeepIndexHint()
String
public void setADeepIndexHint(String value)
value
- allowed object is
String
public String getBDeepIndexHint()
String
public void setBDeepIndexHint(String value)
value
- allowed object is
String
public Relationship getRelationshipType()
Relationship
public void setRelationshipType(Relationship value)
value
- allowed object is
Relationship
public Boolean isRemoveOrphans()
Boolean
public void setRemoveOrphans(Boolean value)
value
- allowed object is
Boolean
public void setType(Type value)
value
- allowed object is
Type
public String getMapId()
String
public void setMapId(String value)
value
- allowed object is
String
public Boolean isCopyByReference()
Boolean
public void setCopyByReference(Boolean value)
value
- allowed object is
Boolean
public String getCustomConverter()
String
public void setCustomConverter(String value)
value
- allowed object is
String
public String getCustomConverterId()
String
public void setCustomConverterId(String value)
value
- allowed object is
String
public String getCustomConverterParam()
String
Copyright © 2022 JBoss by Red Hat. All rights reserved.