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 |
repositoryID
qname
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, setRepositoryID
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
getQName, isSetQName, setQName
protected QName basetype
public QName getBasetype()
QName
public void setBasetype(QName value)
value
- allowed object is
QName
public boolean isSetBasetype()
Apache CXF