Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaType
      extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
Direct Known Subclasses:
Anonarray, Anonfixed, Anonsequence, Anonstring, Anonwstring, Const, NamedType

public class CorbaTypeImpl
extends CorbaType

Anonymous IDL type. Has no repository ID. Used for intermediate types for multidimensional arrays and sequences of sequences.

Java class for corbaType complex type.

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

 <complexType name="corbaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" i
       type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" i
      type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName name
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
qualified, type
 
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 org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected QName name
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