public class CorbaTypeImpl extends CorbaType
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>
| Constructor and Description |
|---|
CorbaTypeImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getQName()
Gets the value of the qname property.
|
boolean |
isSetQName() |
void |
setQName(QName value)
Sets the value of the name property.
|
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedprotected QName name
Apache CXF