Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class CorbaTypeImpl

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
Direct Known Subclasses:
CorbaType

public class CorbaTypeImpl
extends Object


Field Summary
protected  QName qname
           
 
Constructor Summary
CorbaTypeImpl()
           
 
Method Summary
 QName getQName()
          Gets the value of the qname property.
 boolean isSetQName()
           
 void setQName(QName value)
          Sets the value of the name property.
 
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

CorbaTypeImpl

public CorbaTypeImpl()
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 name property.

Parameters:
value - allowed object is QName

isSetQName

public boolean isSetQName()

Apache CXF API

Apache CXF