-
getClass
-
Construct a new class or load an existing instance if one exists.
-
getCountriesArray
-
Gets the countries as an array (without the id_types)
-
getCountriesDropDown
-
Gets the countries as an HTML drop down selector box (without the id_types)
-
getCountriesHtml
-
Gets the countries as an HTML table (without the id_types)
-
getCountryIdTypesArray
-
Gets the id_types supported by the country specified by 2 character country code
-
getCountryIdTypesDropDown
-
Gets the id_types supported by the country specified by 2 character country code and returns an HTML dropdown selector box
-
getCountryIdTypesHtml
-
Gets the id_types supported by the country specified by 2 character country code and returns an HTML table
-
getCountryName
-
Gets the country name by country code
-
getData
-
Gets the value for a field; returns null if field doesn't exist.
-
getDataArray
-
Gets the value for all fields and returns it as an array; returns null if field doesn't exist.
-
getDataXML
-
Returns all of the data submitted as a string in XML format for processing
-
getErrorCode
-
Returns the error code of the request (only AFTER submitRequest() has been run) If the result hasn't been recieved, IE no query made, returns null.
-
getErrorCodesXML
-
Returns all of the error codes as a string in XML format for processing
-
getErrorCodeText
-
Returns the error code text of the request (only AFTER submitRequest() has been run) If the result hasn't been recieved, IE no query made, returns null.
-
getIrelandCountiesArray
-
Gets the Ireland Counties as an array.
-
getIrelandCountiesDropDown
-
Gets the Ireland Counties as an HTML dropdown selector box.
-
getIrelandCountiesHtml
-
Gets the Ireland Counties as an HTML table.
-
getMatchCode
-
Returns the match code of the request (only AFTER submitRequest() has been run) If the result hasn't been recieved, IE no query made, returns null.
-
getMatchCodesXML
-
Returns all of the match codes as a string in XML format for processing
-
getMatchCodeText
-
Returns the match code text of the request (only AFTER submitRequest() has been run) If the result hasn't been recieved, IE no query made, returns null.
-
getRawResult
-
Returns the result from submitRequest() without any modification.
-
getResultXML
-
Returns all of the data returned from submitRequest() as a string in XML format for processing
-
getTransactionId
-
Returns the transaction id of the request (only AFTER submitRequest() has been run) If the result hasn't been recieved, IE no query made, returns null.
-
getUsStatesArray
-
Gets the US states as an array
-
getUsStatesDropDown
-
Gets the US states as an HTML dropdown selector box.
-
getUsStatesHtml
-
Gets the US states as an HTML table.