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

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

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

Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type MemberType
protected  List<MemberType> Struct.member
           
protected  List<MemberType> Exception.member
           
 

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

Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type MemberType
 List<MemberType> Struct.getMember()
          Gets the value of the member property.
 List<MemberType> Exception.getMember()
          Gets the value of the member property.
 



Apache CXF