public class Alias extends NamedType
Java class for alias complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="alias">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}namedType">
<attribute name="basetype" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
basetype |
repositoryIDqname| Constructor and Description |
|---|
Alias() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getBasetype()
Gets the value of the basetype property.
|
boolean |
isSetBasetype() |
void |
setBasetype(QName value)
Sets the value of the basetype property.
|
getRepositoryID, isSetRepositoryID, setRepositoryIDgetName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedgetQName, isSetQName, setQNameprotected QName basetype
public QName getBasetype()
QNamepublic void setBasetype(QName value)
value - allowed object is
QNamepublic boolean isSetBasetype()
Apache CXF