public class

AdditionalInputDetailsType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.AdditionalInputDetailsType

Class Overview

Additional Input Details

Java class for Additional_Input_DetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Additional_Input_DetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Related_Calculation_Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType" minOccurs="0"/>
         <element name="Input_Value" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal inputValue
protected RelatedCalculationAllObjectType relatedCalculationReference
Public Constructors
AdditionalInputDetailsType()
Public Methods
BigDecimal getInputValue()
Gets the value of the inputValue property.
RelatedCalculationAllObjectType getRelatedCalculationReference()
Gets the value of the relatedCalculationReference property.
void setInputValue(BigDecimal value)
Sets the value of the inputValue property.
void setRelatedCalculationReference(RelatedCalculationAllObjectType value)
Sets the value of the relatedCalculationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal inputValue

protected RelatedCalculationAllObjectType relatedCalculationReference

Public Constructors

public AdditionalInputDetailsType ()

Public Methods

public BigDecimal getInputValue ()

Gets the value of the inputValue property.

Returns
  • possible object is BigDecimal

public RelatedCalculationAllObjectType getRelatedCalculationReference ()

Gets the value of the relatedCalculationReference property.

Returns

public void setInputValue (BigDecimal value)

Sets the value of the inputValue property.

Parameters
value Allowed object is BigDecimal

public void setRelatedCalculationReference (RelatedCalculationAllObjectType value)

Sets the value of the relatedCalculationReference property.

Parameters
value Allowed object is RelatedCalculationAllObjectType