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>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
binding |
repositoryIDqname| Constructor and Description |
|---|
Object() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getBinding()
Gets the value of the binding property.
|
boolean |
isSetBinding() |
void |
setBinding(QName value)
Sets the value of the binding property.
|
getRepositoryID, isSetRepositoryID, setRepositoryIDgetName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedgetQName, isSetQName, setQNameprotected QName binding
Apache CXF