org.apache.schemas.yoko.bindings.corba
Class Alias
java.lang.Object
org.apache.schemas.yoko.bindings.corba.CorbaType
org.apache.yoko.wsdl.CorbaTypeImpl
org.apache.schemas.yoko.bindings.corba.NamedType
org.apache.schemas.yoko.bindings.corba.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://schemas.apache.org/yoko/bindings/corba}namedType">
<attribute name="basetype" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
Field Summary |
protected javax.xml.namespace.QName |
basetype
|
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType |
type |
Constructor Summary |
Alias()
|
Method Summary |
javax.xml.namespace.QName |
getBasetype()
Gets the value of the basetype property. |
boolean |
isSetBasetype()
|
void |
setBasetype(javax.xml.namespace.QName value)
Sets the value of the basetype property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basetype
protected javax.xml.namespace.QName basetype
Alias
public Alias()
getBasetype
public javax.xml.namespace.QName getBasetype()
- Gets the value of the basetype property.
- Returns:
- possible object is
QName
setBasetype
public void setBasetype(javax.xml.namespace.QName value)
- Sets the value of the basetype property.
- Parameters:
value
- allowed object is
QName
isSetBasetype
public boolean isSetBasetype()
-