com.ibm.uddi.datatypes
Class AccessPoint

java.lang.Object
  extended bycom.ibm.uddi.datatypes.EndPoint
      extended bycom.ibm.uddi.datatypes.AccessPoint
All Implemented Interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.

public class AccessPoint
extends EndPoint

Corresponds to UDDI v2.0 'accessPoint' element.

See Also:
Serialized Form

Field Summary
static java.lang.String JAVA_COPYRIGHT
          Deprecated.  
 
Constructor Summary
AccessPoint()
          Deprecated.  
 
Method Summary
 java.lang.String getAccessPointText()
          Deprecated. Returns the text contents of the AccessPoint.
 java.lang.String getUrlType()
          Deprecated. Returns the type of the URL specified as the text of the AccessPoint.
 void setAccessPointText(java.lang.String accessPointText)
          Deprecated. Sets the text contents of the AccessPoint.
 void setUrlType(java.lang.String urlType)
          Deprecated. Sets the type of the URL specified as the text of the AccessPoint.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AccessPoint

public AccessPoint()
Deprecated. 
Method Detail

getAccessPointText

public java.lang.String getAccessPointText()
Deprecated. 
Returns the text contents of the AccessPoint.

Returns:
the text contents of the AccessPoint.

setAccessPointText

public void setAccessPointText(java.lang.String accessPointText)
Deprecated. 
Sets the text contents of the AccessPoint.


getUrlType

public java.lang.String getUrlType()
Deprecated. 
Returns the type of the URL specified as the text of the AccessPoint. See the UDDI v2.0 Data Structure Specification for more details.

Returns:
the URL type of the AccessPoint.

setUrlType

public void setUrlType(java.lang.String urlType)
Deprecated. 
Sets the type of the URL specified as the text of the AccessPoint. Valid values are: See the UDDI v2.0 Data Structure Specification for more details.

Parameters:
urlType - the URL type of the AccessPoint.