public class

UnitOfMeasureReferenceType

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

Class Overview

Reference element representing a unique instance of Unit of Measure.

Java class for Unit_of_Measure_ReferenceType complex type.

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

 <complexType name="Unit_of_Measure_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Unit_of_Measure_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String unitOfMeasureName
Public Constructors
UnitOfMeasureReferenceType()
Public Methods
String getUnitOfMeasureName()
Gets the value of the unitOfMeasureName property.
void setUnitOfMeasureName(String value)
Sets the value of the unitOfMeasureName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String unitOfMeasureName

Public Constructors

public UnitOfMeasureReferenceType ()

Public Methods

public String getUnitOfMeasureName ()

Gets the value of the unitOfMeasureName property.

Returns
  • possible object is String

public void setUnitOfMeasureName (String value)

Sets the value of the unitOfMeasureName property.

Parameters
value Allowed object is String