org.apache.schemas.yoko.bindings.corba
Class Object
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.Object
public class Object
- extends NamedType
Java class for object complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="object">
<complexContent>
<extension base="{http://schemas.apache.org/yoko/bindings/corba}namedType">
<attribute name="binding" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
Field Summary |
protected javax.xml.namespace.QName |
binding
|
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType |
type |
Method Summary |
javax.xml.namespace.QName |
getBinding()
Gets the value of the binding property. |
boolean |
isSetBinding()
|
void |
setBinding(javax.xml.namespace.QName value)
Sets the value of the binding property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binding
protected javax.xml.namespace.QName binding
Object
public Object()
getBinding
public javax.xml.namespace.QName getBinding()
- Gets the value of the binding property.
- Returns:
- possible object is
QName
setBinding
public void setBinding(javax.xml.namespace.QName value)
- Sets the value of the binding property.
- Parameters:
value
- allowed object is
QName
isSetBinding
public boolean isSetBinding()
-