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>
-
-
Field Summary
Fields Modifier and Type Field Description protected QNamebinding-
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryID
-
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname
-
-
Constructor Summary
Constructors Constructor Description Object()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetBinding()Gets the value of the binding property.booleanisSetBinding()voidsetBinding(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
-
-
-
-
Field Detail
-
binding
protected QName binding
-
-