Class NamedType
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.NamedType
An IDL type with a repository ID.
Java class for namedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="namedType">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}corbaType">
<attribute name="repositoryID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the repositoryID property.booleanvoidsetRepositoryID(String value) Sets the value of the repositoryID property.Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
repositoryID
-
-
Constructor Details
-
NamedType
public NamedType()
-
-
Method Details