org.w3._2003._05.soap_envelope
Class SupportedEnvType

java.lang.Object
  extended by org.w3._2003._05.soap_envelope.SupportedEnvType

public class SupportedEnvType
extends Object

Java class for SupportedEnvType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SupportedEnvType">
   <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  QName qname
           
 
Constructor Summary
SupportedEnvType()
           
 
Method Summary
 QName getQname()
          Gets the value of the qname property.
 void setQname(QName value)
          Sets the value of the qname property.
 SupportedEnvType withQname(QName value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

protected QName qname
Constructor Detail

SupportedEnvType

public SupportedEnvType()
Method Detail

getQname

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

Returns:
possible object is QName

setQname

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

Parameters:
value - allowed object is QName

withQname

public SupportedEnvType withQname(QName value)


Apache Camel