public class

VolumeDataType

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

Class Overview

The volume information for the coverage level selected.

Java class for Volume_DataType complex type.

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

 <complexType name="Volume_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Volume">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CurrencyObjectType currencyReference
protected BigDecimal volume
Public Constructors
VolumeDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getVolume()
Gets the value of the volume property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setVolume(BigDecimal value)
Sets the value of the volume property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CurrencyObjectType currencyReference

protected BigDecimal volume

Public Constructors

public VolumeDataType ()

Public Methods

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public BigDecimal getVolume ()

Gets the value of the volume property.

Returns
  • possible object is BigDecimal

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setVolume (BigDecimal value)

Sets the value of the volume property.

Parameters
value Allowed object is BigDecimal