public class

SynonymWebserviceDataType

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

Class Overview

A synonym which maps a single workday term to one or more custom terms

Java class for Synonym_Webservice_DataType complex type.

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

 <complexType name="Synonym_Webservice_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Workday_Term" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Custom_Terms" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String customTerms
protected String workdayTerm
Public Constructors
SynonymWebserviceDataType()
Public Methods
String getCustomTerms()
Gets the value of the customTerms property.
String getWorkdayTerm()
Gets the value of the workdayTerm property.
void setCustomTerms(String value)
Sets the value of the customTerms property.
void setWorkdayTerm(String value)
Sets the value of the workdayTerm property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String customTerms

protected String workdayTerm

Public Constructors

public SynonymWebserviceDataType ()

Public Methods

public String getCustomTerms ()

Gets the value of the customTerms property.

Returns
  • possible object is String

public String getWorkdayTerm ()

Gets the value of the workdayTerm property.

Returns
  • possible object is String

public void setCustomTerms (String value)

Sets the value of the customTerms property.

Parameters
value Allowed object is String

public void setWorkdayTerm (String value)

Sets the value of the workdayTerm property.

Parameters
value Allowed object is String