Uses of Class
org.apache.cxf.binding.corba.wsdl.Unionbranch

Packages that use Unionbranch
org.apache.cxf.binding.corba.wsdl   
 

Uses of Unionbranch in org.apache.cxf.binding.corba.wsdl
 

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type Unionbranch
protected  java.util.List<Unionbranch> Union.unionbranch
           
 

Methods in org.apache.cxf.binding.corba.wsdl that return Unionbranch
 Unionbranch ObjectFactory.createUnionbranch()
          Create an instance of Unionbranch
 

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type Unionbranch
 java.util.List<Unionbranch> Union.getUnionbranch()
          Gets the value of the unionbranch property.
 



Apache CXF