com.ibm.uddi.datatypes
Class AccessPoint
java.lang.Object
|
+--com.ibm.uddi.datatypes.EndPoint
|
+--com.ibm.uddi.datatypes.AccessPoint
- All Implemented Interfaces:
- java.io.Serializable
- public class AccessPoint
- extends EndPoint
Corresponds to UDDI v2.0 'accessPoint' element.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getAccessPointText()
Returns the text contents of the AccessPoint. |
java.lang.String |
getUrlType()
Returns the type of the URL specified as the text of the AccessPoint. |
void |
setAccessPointText(java.lang.String accessPointText)
Sets the text contents of the AccessPoint. |
void |
setUrlType(java.lang.String urlType)
Sets the type of the URL specified as the text of the AccessPoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
AccessPoint
public AccessPoint()
getAccessPointText
public java.lang.String getAccessPointText()
- Returns the text contents of the AccessPoint.
- Returns:
- the text contents of the AccessPoint.
setAccessPointText
public void setAccessPointText(java.lang.String accessPointText)
- Sets the text contents of the AccessPoint.
- Parameters:
accessPointTest
- the text to be set as the contents of the AccessPoint.
getUrlType
public java.lang.String getUrlType()
- 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)
- Sets the type of the URL specified as the text of the AccessPoint.
Valid values are:
- mailto
- http
- https
- ftp
- fax
- phone
- other
See the UDDI v2.0 Data Structure Specification for more details.
- Parameters:
urlType
- the URL type of the AccessPoint.