Uses of Class
org.apache.ws.scout.uddi.URLType.Enum

Packages that use URLType.Enum
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of URLType.Enum in org.apache.ws.scout.uddi
 

Fields in org.apache.ws.scout.uddi declared as URLType.Enum
static URLType.Enum URLType.FAX
           
static URLType.Enum URLType.FTP
           
static URLType.Enum URLType.HTTP
           
static URLType.Enum URLType.HTTPS
           
static URLType.Enum URLType.MAILTO
           
static URLType.Enum URLType.OTHER
           
static URLType.Enum URLType.PHONE
           
 

Methods in org.apache.ws.scout.uddi that return URLType.Enum
static URLType.Enum URLType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static URLType.Enum URLType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 URLType.Enum AccessPoint.getURLType()
          Gets the "URLType" attribute
 

Methods in org.apache.ws.scout.uddi with parameters of type URLType.Enum
 void AccessPoint.setURLType(URLType.Enum urlType)
          Sets the "URLType" attribute
 

Uses of URLType.Enum in org.apache.ws.scout.uddi.impl
 

Methods in org.apache.ws.scout.uddi.impl that return URLType.Enum
 URLType.Enum AccessPointImpl.getURLType()
          Gets the "URLType" attribute
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type URLType.Enum
 void AccessPointImpl.setURLType(URLType.Enum urlType)
          Sets the "URLType" attribute
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.