Package org.w3.soap
Class NotUnderstoodType
- java.lang.Object
-
- org.w3.soap.NotUnderstoodType
-
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 Summary
Constructors Constructor Description NotUnderstoodType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetQname()Gets the value of the qname property.voidsetQname(QName value)Sets the value of the qname property.
-
-
-
Field Detail
-
qname
protected QName qname
-
-