public class JaxbTuplizerElement
extends java.lang.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 java.lang.String |
clazz |
protected java.lang.String |
entityMode |
| Constructor and Description |
|---|
JaxbTuplizerElement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.String |
getEntityMode()
Gets the value of the entityMode property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setEntityMode(java.lang.String value)
Sets the value of the entityMode property.
|
protected java.lang.String clazz
protected java.lang.String entityMode
public java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityMode()
Stringpublic void setEntityMode(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.