| java.lang.Object | |
| ↳ | com.workday.hr.SynonymWebserviceDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customTerms | |||||||||||
| workdayTerm | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customTerms property.
| |||||||||||
Gets the value of the workdayTerm property.
| |||||||||||
Sets the value of the customTerms property.
| |||||||||||
Sets the value of the workdayTerm property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the customTerms property.
Gets the value of the workdayTerm property.
Sets the value of the customTerms property.
| value | Allowed object is String |
|---|
Sets the value of the workdayTerm property.
| value | Allowed object is String |
|---|

