public class ConverterType extends Object
Java class for converter-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="converter-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://dozer.sourceforge.net}class-a"/> <element ref="{http://dozer.sourceforge.net}class-b"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Class |
classA |
protected Class |
classB |
protected String |
type |
Constructor and Description |
---|
ConverterType() |
Modifier and Type | Method and Description |
---|---|
Class |
getClassA()
Gets the value of the classA property.
|
Class |
getClassB()
Gets the value of the classB property.
|
String |
getType()
Gets the value of the type property.
|
void |
setClassA(Class value)
Sets the value of the classA property.
|
void |
setClassB(Class value)
Sets the value of the classB property.
|
void |
setType(String value)
Sets the value of the type property.
|
public Class getClassA()
Class
public void setClassA(Class value)
value
- allowed object is
Class
public Class getClassB()
Class
public void setClassB(Class value)
value
- allowed object is
Class
public String getType()
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.