Uses of Class
com.sun.xml.ws.runtime.config.Tubelines

Packages that use Tubelines
com.sun.xml.ws.runtime.config   
 

Uses of Tubelines in com.sun.xml.ws.runtime.config
 

Fields in com.sun.xml.ws.runtime.config declared as Tubelines
protected  Tubelines MetroConfig.tubelines
           
 

Methods in com.sun.xml.ws.runtime.config that return Tubelines
 Tubelines ObjectFactory.createTubelines()
          Create an instance of Tubelines
 Tubelines MetroConfig.getTubelines()
          Gets the value of the tubelines property.
 

Methods in com.sun.xml.ws.runtime.config that return types with arguments of type Tubelines
 javax.xml.bind.JAXBElement<Tubelines> ObjectFactory.createTubelines(Tubelines value)
          Create an instance of JAXBElement<Tubelines>}
 

Methods in com.sun.xml.ws.runtime.config with parameters of type Tubelines
 javax.xml.bind.JAXBElement<Tubelines> ObjectFactory.createTubelines(Tubelines value)
          Create an instance of JAXBElement<Tubelines>}
 void MetroConfig.setTubelines(Tubelines value)
          Sets the value of the tubelines property.