Apache CXF API

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

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.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>
 


Field Summary
protected  QName binding
           
 
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
Object()
           
 
Method Summary
 QName getBinding()
          Gets the value of the binding property.
 boolean isSetBinding()
           
 void setBinding(QName value)
          Sets the value of the binding 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

binding

protected QName binding
Constructor Detail

Object

public Object()
Method Detail

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 API

Apache CXF