public class

Wimax4GConfiguration

extends FourGConfiguration
implements Parcelable
java.lang.Object
   ↳ com.htc.net.FourG.FourGConfiguration
     ↳ com.htc.net.wimax.Wimax4GConfiguration
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
protected String password
protected String username
[Expand]
Inherited Fields
From class com.htc.net.FourG.FourGConfiguration
Public Constructors
Wimax4GConfiguration()
Wimax4GConfiguration(Wimax4GConfiguration config)
Protected Constructors
Wimax4GConfiguration(Parcel in)
Public Methods
boolean getNetworkRequiresPassword()
Returns true if the network requires a password.
boolean getNetworkRequiresUsername()
Returns true if the network requires a username.
long getNspId()
Gets the NSP ID as set via this API, or, more typically, as stored in the NSP profile provisioned (via OMA-DM).
String getNspName()
Gets the optional NSP Name as stored in the NSP profile provisioned (via OMA-DM), or as may be received OTA (in furture 802.16 proposal).
void setNetworkRequiresPassword(boolean needPass)
void setNetworkRequiresUsername(boolean needUser)
void setNspId(long nspId)
Sets the optional NSP ID
void setNspName(String nspName)
void setPassword(String password)
Sets Password string.
void setUsername(String username)
Sets the username string.
String toString()
[Expand]
Inherited Methods
From class com.htc.net.FourG.FourGConfiguration
From class java.lang.Object
From interface android.os.Parcelable

Fields

protected String password

protected String username

Public Constructors

public Wimax4GConfiguration ()

public Wimax4GConfiguration (Wimax4GConfiguration config)

Protected Constructors

protected Wimax4GConfiguration (Parcel in)

Public Methods

public boolean getNetworkRequiresPassword ()

Returns true if the network requires a password.

public boolean getNetworkRequiresUsername ()

Returns true if the network requires a username.

public long getNspId ()

Gets the NSP ID as set via this API, or, more typically, as stored in the NSP profile provisioned (via OMA-DM).

public String getNspName ()

Gets the optional NSP Name as stored in the NSP profile provisioned (via OMA-DM), or as may be received OTA (in furture 802.16 proposal).

public void setNetworkRequiresPassword (boolean needPass)

public void setNetworkRequiresUsername (boolean needUser)

public void setNspId (long nspId)

Sets the optional NSP ID

public void setNspName (String nspName)

public void setPassword (String password)

Sets Password string. Used if a user account must be specified for this NSP.

public void setUsername (String username)

Sets the username string. Used if a user account must be specified for this NSP.

public String toString ()

Since: API Level