public class NotUnderstoodType extends Object
Java class for NotUnderstoodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotUnderstoodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="qname" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
NotUnderstoodType() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQname()
Gets the value of the qname property.
|
void |
setQname(QName value)
Sets the value of the qname property.
|
NotUnderstoodType |
withQname(QName value) |
protected QName qname
public QName getQname()
QNamepublic void setQname(QName value)
value - allowed object is
QNamepublic NotUnderstoodType withQname(QName value)
Apache Camel