Apache CXF API

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

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
Direct Known Subclasses:
Abstractsequence, Alias, Enum, Exception, Fixed, Object, Struct, Union

public class NamedType
extends CorbaType

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
protected  String 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
NamedType()
           
 
Method Summary
 String getRepositoryID()
          Gets the value of the repositoryID property.
 boolean isSetRepositoryID()
           
 void setRepositoryID(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, 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

repositoryID

protected String repositoryID
Constructor Detail

NamedType

public NamedType()
Method Detail

getRepositoryID

public String getRepositoryID()
Gets the value of the repositoryID property.

Returns:
possible object is String

setRepositoryID

public void setRepositoryID(String value)
Sets the value of the repositoryID property.

Parameters:
value - allowed object is String

isSetRepositoryID

public boolean isSetRepositoryID()

Apache CXF API

Apache CXF