com.sun.xml.ws.security.soap12
Class NotUnderstoodType

java.lang.Object
  extended by com.sun.xml.ws.security.soap12.NotUnderstoodType

public class NotUnderstoodType
extends java.lang.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>
 


Field Summary
protected  javax.xml.namespace.QName qname
           
 
Constructor Summary
NotUnderstoodType()
           
 
Method Summary
 javax.xml.namespace.QName getQname()
          Gets the value of the qname property.
 void setQname(javax.xml.namespace.QName value)
          Sets the value of the qname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

protected javax.xml.namespace.QName qname
Constructor Detail

NotUnderstoodType

public NotUnderstoodType()
Method Detail

getQname

public javax.xml.namespace.QName getQname()
Gets the value of the qname property.

Returns:
possible object is QName

setQname

public void setQname(javax.xml.namespace.QName value)
Sets the value of the qname property.

Parameters:
value - allowed object is QName


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.