Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
      extended by org.apache.cxf.binding.corba.wsdl.CorbaType
          extended by org.apache.cxf.binding.corba.wsdl.NamedType
              extended by org.apache.cxf.binding.corba.wsdl.Alias

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>
 


Field Summary
protected  QName basetype
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryID
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
name, qualified, type
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname
 
Constructor Summary
Alias()
           
 
Method Summary
 QName getBasetype()
          Gets the value of the basetype property.
 boolean isSetBasetype()
           
 void setBasetype(QName value)
          Sets the value of the basetype property.
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryID
 
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 org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basetype

protected QName basetype
Constructor Detail

Alias

public Alias()
Method Detail

getBasetype

public QName getBasetype()
Gets the value of the basetype property.

Returns:
possible object is QName

setBasetype

public void setBasetype(QName value)
Sets the value of the basetype property.

Parameters:
value - allowed object is QName

isSetBasetype

public boolean isSetBasetype()

Apache CXF API

Apache CXF