org.apache.cxf.binding.corba.wsdl
Class Object
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.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://cxf.apache.org/bindings/corba}namedType">
<attribute name="binding" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binding
protected QName binding
Object
public Object()
getBinding
public QName getBinding()
- Gets the value of the binding property.
- Returns:
- possible object is
QName
setBinding
public void setBinding(QName value)
- Sets the value of the binding property.
- Parameters:
value
- allowed object is
QName
isSetBinding
public boolean isSetBinding()
Apache CXF