public class AccessPoint extends EndPoint
Constructor and Description |
---|
AccessPoint()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getAccessPointText()
public void setAccessPointText(java.lang.String accessPointText)
accessPointTest
- the text to be set as the contents of the AccessPoint.public java.lang.String getUrlType()
public void setUrlType(java.lang.String urlType)
urlType
- the URL type of the AccessPoint.