com.calcxml.webservice
Interface QualifiedPlansWSInterface


public interface QualifiedPlansWSInterface

Qualified plans (IRA, 401(k)) calculators - prefix = "qua".
WSDL file location: http://www.calcxml.com/services/QualifiedPlansWS?wsdl

Author:
brian

Method Summary
 java.lang.String qua01(java.lang.String xmlInput)
          Evaluate My Company Pension Payout Options
 java.lang.String qua02(java.lang.String xmlInput)
          How Much Can I Contribute To An IRA?
 java.lang.String qua03(java.lang.String xmlInput)
          How Much Retirement Income May My IRA Provide?
 java.lang.String qua04(java.lang.String xmlInput)
          Should I Convert To A Roth IRA?
 java.lang.String qua05(java.lang.String xmlInput)
          What Will My Qualified Plan(s) Be Worth At Retirement?
 java.lang.String qua06(java.lang.String xmlInput)
          What Is My Current Year Required Minimum Distribution?
 java.lang.String qua07(java.lang.String xmlInput)
          What Is My Projected Required Minimum Distribution?
 java.lang.String qua08(java.lang.String xmlInput)
          What Are My Lump Sum Distribution Options?
 java.lang.String qua09(java.lang.String xmlInput)
          How Do I Maximize My Employer 401(k) Match?
 java.lang.String qua10(java.lang.String xmlInput)
          What Is The Impact Of Borrowing From My 401(k) Plan?
 java.lang.String qua11(java.lang.String xmlInput)
          What Is The Impact Of Early Withdrawal From My 401(k)?
 java.lang.String qua12(java.lang.String xmlInput)
          Self-Employed Retirement Plan Maximum Contribution Calculator
 java.lang.String qua13(java.lang.String xmlInput)
          Net Unrealized Appreciation (NUA) vs.
 java.lang.String qua14(java.lang.String xmlInput)
          What are my Stretch IRA distributions?
 

Method Detail

qua14

java.lang.String qua14(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What are my Stretch IRA distributions?

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->qua14
calcxmlRequest Schema
qua14 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
qua14 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua13

java.lang.String qua13(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Net Unrealized Appreciation (NUA) vs. IRA Rollover

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->qua13
calcxmlRequest Schema
qua13 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
qua13 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua12

java.lang.String qua12(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Self-Employed Retirement Plan Maximum Contribution Calculator

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->qua12
calcxmlRequest Schema
qua12 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
qua12 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua11

java.lang.String qua11(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Impact Of Early Withdrawal From My 401(k)?

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->qua11
calcxmlRequest Schema
qua11 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
qua11 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua10

java.lang.String qua10(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is The Impact Of Borrowing From My 401(k) Plan?

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->qua10
calcxmlRequest Schema
qua10 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
qua10 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua09

java.lang.String qua09(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Do I Maximize My Employer 401(k) Match?

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->qua09
calcxmlRequest Schema
qua09 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
qua09 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua08

java.lang.String qua08(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Are My Lump Sum Distribution 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->qua08
calcxmlRequest Schema
qua08 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
qua08 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua07

java.lang.String qua07(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is My Projected Required Minimum Distribution?

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->qua07
calcxmlRequest Schema
qua07 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
qua07 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua06

java.lang.String qua06(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Is My Current Year Required Minimum Distribution?

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->qua06
calcxmlRequest Schema
qua06 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
qua06 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua05

java.lang.String qua05(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
What Will My Qualified Plan(s) Be Worth At Retirement?

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->qua05
calcxmlRequest Schema
qua05 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
qua05 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua04

java.lang.String qua04(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Should I Convert To A Roth IRA?

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->qua04
calcxmlRequest Schema
qua04 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
qua04 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua03

java.lang.String qua03(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Retirement Income May My IRA Provide?

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->qua03
calcxmlRequest Schema
qua03 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
qua03 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua02

java.lang.String qua02(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
How Much Can I Contribute To An IRA?

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->qua02
calcxmlRequest Schema
qua02 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
qua02 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException

qua01

java.lang.String qua01(java.lang.String xmlInput)
                       throws java.rmi.RemoteException
Evaluate My Company Pension Payout 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->qua01
calcxmlRequest Schema
qua01 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
qua01 Output Schema (A child element of calcxmlResponse. You should only need this if you are using the raw returned values.)
Throws:
java.rmi.RemoteException