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 |
repositoryID
qname
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, setRepositoryID
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
getQName, isSetQName, setQName
protected QName binding
Apache CXF