public class FieldExclude 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"/> </sequence> <attribute name="type" type="{http://dozer.sourceforge.net}type" default="bi-directional" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FieldDefinition |
a |
protected FieldDefinition |
b |
protected Type |
type |
Constructor and Description |
---|
FieldExclude() |
Modifier and Type | Method and Description |
---|---|
FieldDefinition |
getA()
Gets the value of the a property.
|
FieldDefinition |
getB()
Gets the value of the b property.
|
Type |
getType()
Gets the value of the type property.
|
void |
setA(FieldDefinition value)
Sets the value of the a property.
|
void |
setB(FieldDefinition value)
Sets the value of the b property.
|
void |
setType(Type value)
Sets the value of the type property.
|
protected FieldDefinition a
protected FieldDefinition b
protected Type type
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
Copyright © 2020 JBoss by Red Hat. All rights reserved.