public class

UnitOfMeasureReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.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

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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