org.apache.cxf.binding.corba.wsdl
Class CorbaTypeImpl
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
public class CorbaTypeImpl
- extends org.apache.cxf.binding.corba.wsdl.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 javax.xml.namespace.QName |
name
|
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType |
qualified, type |
Method Summary |
javax.xml.namespace.QName |
getQName()
Gets the value of the qname property. |
boolean |
isSetQName()
|
void |
setQName(javax.xml.namespace.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 |
name
protected javax.xml.namespace.QName name
CorbaTypeImpl
public CorbaTypeImpl()
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 name property.
- Parameters:
value
- allowed object is
QName
isSetQName
public boolean isSetQName()
Apache CXF