com.calcxml.webservice
Interface PaycheckBenefitsWSInterface


public interface PaycheckBenefitsWSInterface

Paycheck & company benefits calculators - prefix = "pay".
WSDL file location: http://www.calcxml.com/services/PaycheckBenefitsWS?wsdl

Author:
brian

Method Summary
 java.lang.String pay01(java.lang.String xmlInput)
          How Much Will My Company Bonus Net After Taxes?
 java.lang.String pay02(java.lang.String xmlInput)
          How Will Payroll Adjustments Affect My Take-Home Pay?
 java.lang.String pay03(java.lang.String xmlInput)
          Convert My Salary To An Equivalent Hourly Wage
 java.lang.String pay04(java.lang.String xmlInput)
          Convert My Hourly Wage To An Equivalent Annual Salary
 java.lang.String pay05(java.lang.String xmlInput)
          What Is The Future Value Of My Employee Stock Options?
 java.lang.String pay06(java.lang.String xmlInput)
          Should I Exercise My 'In-The-Money' Stock Options?
 java.lang.String pay07(java.lang.String xmlInput)
          What May My 401(k) Be Worth?
 java.lang.String pay08(java.lang.String xmlInput)
          What Is The Impact Of Increasing My 401(k) Contribution?
 java.lang.String pay09(java.lang.String xmlInput)
          What May My 457 Plan Be Worth?
 java.lang.String pay10(java.lang.String xmlInput)
          What Is The Impact Of Increasing My 457 Plan Contribution?
 java.lang.String pay11(java.lang.String xmlInput)
          What May My 403(b) Plan Be Worth?
 java.lang.String pay12(java.lang.String xmlInput)
          What Is The Impact Of Increasing My 403(b) Contribution?
 

Method Detail

pay12

java.lang.String pay12(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Impact Of Increasing My 403(b) Contribution?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay12
calcxmlRequest Schema
pay12 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay12 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay11

java.lang.String pay11(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What May My 403(b) Plan Be Worth?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay11
calcxmlRequest Schema
pay11 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay11 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay10

java.lang.String pay10(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Impact Of Increasing My 457 Plan Contribution?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay10
calcxmlRequest Schema
pay10 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay09

java.lang.String pay09(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What May My 457 Plan Be Worth?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay09
calcxmlRequest Schema
pay09 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay08

java.lang.String pay08(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Impact Of Increasing My 401(k) Contribution?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay08
calcxmlRequest Schema
pay08 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay07

java.lang.String pay07(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What May My 401(k) Be Worth?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay07
calcxmlRequest Schema
pay07 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay06

java.lang.String pay06(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Should I Exercise My 'In-The-Money' Stock Options?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay06
calcxmlRequest Schema
pay06 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay05

java.lang.String pay05(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Future Value Of My Employee Stock Options?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay05
calcxmlRequest Schema
pay05 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay04

java.lang.String pay04(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Convert My Hourly Wage To An Equivalent Annual Salary

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay04
calcxmlRequest Schema
pay04 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay03

java.lang.String pay03(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Convert My Salary To An Equivalent Hourly Wage

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay03
calcxmlRequest Schema
pay03 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay02

java.lang.String pay02(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Will Payroll Adjustments Affect My Take-Home Pay?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay02
calcxmlRequest Schema
pay02 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

pay01

java.lang.String pay01(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Will My Company Bonus Net After Taxes?

Parameters:
xmlInput - An XML document, conforming to the calcxmlRequest schema, containing all the input values for the calculator.
Sample xml request using responseType="html". To test other responseType values, as well as other request values in general, see the "View Functioning Calculator" link below and the showXml option.

See the schema for full details regarding the XML document. Relevant input is at this element in the schema: calcxmlRequest->calcInput->pay01
calcxmlRequest Schema
pay01 Input Schema (A child element of calcxmlRequest)
View Functioning Calculator NOTE: You can see the raw xml request and response appending '?showXml' to the calculator URL.
Returns:
An XML document
Sample xml response where responseType of the incoming request is set to "html".

See the schema for full details regarding the XML document.
calcxmlResponse Schema
pay01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException