/**@class android.net.wifi.hotspot2.pps.HomeSp
 implements android.os.Parcelable

@extends java.lang.Object

 Class representing HomeSP subtree in PerProviderSubscription (PPS)
 Management Object (MO) tree.

 For more info, refer to Hotspot 2.0 PPS MO defined in section 9.1 of the Hotspot 2.0
 Release 2 Technical Specification.
*/
var HomeSp = {

/***/
CREATOR : "null",
/**Set the FQDN (Fully Qualified Domain Name) associated with this home service provider.
@param {String} fqdn The FQDN to set to
*/
setFqdn : function(  ) {},

/**Get the FQDN (Fully Qualified Domain Name) associated with this home service provider.
@return {String} the FQDN associated with this home service provider
*/
getFqdn : function(  ) {},

/**Set the friendly name associated with this home service provider.
@param {String} friendlyName The friendly name to set to
*/
setFriendlyName : function(  ) {},

/**Get the friendly name associated with this home service provider.
@return {String} the friendly name associated with this home service provider
*/
getFriendlyName : function(  ) {},

/**
@hide 
*/
setIconUrl : function(  ) {},

/**
@hide 
*/
getIconUrl : function(  ) {},

/**
@hide 
*/
setHomeNetworkIds : function(  ) {},

/**
@hide 
*/
getHomeNetworkIds : function(  ) {},

/**
@hide 
*/
setMatchAllOis : function(  ) {},

/**
@hide 
*/
getMatchAllOis : function(  ) {},

/**
@hide 
*/
setMatchAnyOis : function(  ) {},

/**
@hide 
*/
getMatchAnyOis : function(  ) {},

/**
@hide 
*/
setOtherHomePartners : function(  ) {},

/**
@hide 
*/
getOtherHomePartners : function(  ) {},

/**Set the Organization Identifiers (OIs) identifying a roaming consortium of which this
 provider is a member.
@param {Object {long[]}} roamingConsortiumOis Array of roaming consortium OIs
*/
setRoamingConsortiumOis : function(  ) {},

/**Get the Organization Identifiers (OIs) identifying a roaming consortium of which this
 provider is a member.
@return {Number} array of roaming consortium OIs
*/
getRoamingConsortiumOis : function(  ) {},

/**
*/
describeContents : function(  ) {},

/**
*/
writeToParcel : function(  ) {},

/**
*/
equals : function(  ) {},

/**
*/
hashCode : function(  ) {},

/**
*/
toString : function(  ) {},

/**Validate HomeSp data.
@return {Boolean} true on success or false on failure
@hide 
*/
validate : function(  ) {},


};