Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class AccessPoint

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.TextNode
      extended by weblogic.uddi.client.structures.datatypes.AccessPoint

public class AccessPoint
extends TextNode

AccessPoint element provides a service entry point.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.datatypes.TextNode
value
 
Constructor Summary
AccessPoint()
          Class constructor.
AccessPoint(String val, String urlType)
          Class construstor specifying the initialization values.
 
Method Summary
 String getURLType()
          Gets the value of the URL type.
 void setURLType(String val)
          Sets the value of the URL type.
 
Methods inherited from class weblogic.uddi.client.structures.datatypes.TextNode
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessPoint

public AccessPoint()
Class constructor.


AccessPoint

public AccessPoint(String val,
                   String urlType)
Class construstor specifying the initialization values. The URLType can be the following values:mailto, http, https, ftp, fax, phone, other

Parameters:
val - value of the accesspoint.
urlType - URL type of the access point.
Method Detail

setURLType

public void setURLType(String val)
Sets the value of the URL type. The URLType can be one of the following values: mailto, http, https, ftp, fax, phone, other.

Parameters:
val - the new value of the URL type.

getURLType

public String getURLType()
Gets the value of the URL type.

Returns:
the current value of the URL type.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06