public class JaxbTuplizerElement extends Object
Java class for tuplizer-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tuplizer-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-mode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="dom4j"/>
<enumeration value="dynamic-map"/>
<enumeration value="pojo"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
entityMode |
| Constructor and Description |
|---|
JaxbTuplizerElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getEntityMode()
Gets the value of the entityMode property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setEntityMode(String value)
Sets the value of the entityMode property.
|
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getEntityMode()
StringCopyright © 2012 JBoss by Red Hat. All Rights Reserved.