Uses of Interface
org.eclipse.jst.j2ee.webservice.wscommon.DescriptionType

Packages that use DescriptionType
org.eclipse.jst.j2ee.webservice.wscommon This package includes the web services common model api.  
org.eclipse.jst.j2ee.webservice.wsdd This package includes the web services deployment descriptor common model api.  
 

Uses of DescriptionType in org.eclipse.jst.j2ee.webservice.wscommon
 

Methods in org.eclipse.jst.j2ee.webservice.wscommon that return DescriptionType
 DescriptionType WscommonFactory.createDescriptionType()
          Returns a new object of class 'Description Type'
 

Uses of DescriptionType in org.eclipse.jst.j2ee.webservice.wsdd
 

Methods in org.eclipse.jst.j2ee.webservice.wsdd that return DescriptionType
 DescriptionType PortComponent.getDescriptionType()
          Returns the value of the 'Description Type' containment reference
 DescriptionType WebServiceDescription.getDescriptionType()
          Returns the value of the 'Description Type' containment reference
 

Methods in org.eclipse.jst.j2ee.webservice.wsdd with parameters of type DescriptionType
 void PortComponent.setDescriptionType(DescriptionType value)
          Sets the value of the 'Description Type' containment reference
 void WebServiceDescription.setDescriptionType(DescriptionType value)
          Sets the value of the 'Description Type' containment reference