public class

GetReferencesRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.GetReferencesRequestCriteriaType

Class Overview

The "Request Criteria" element for the web service operation contains the filtering logic to limit the data that is returned in the response.

Java class for Get_References_Request_CriteriaType complex type.

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

 <complexType name="Get_References_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Reference_ID_Type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="128"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Include_Defaulted_Values_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeDefaultedValuesOnly
protected String referenceIDType
Public Constructors
GetReferencesRequestCriteriaType()
Public Methods
Boolean getIncludeDefaultedValuesOnly()
Gets the value of the includeDefaultedValuesOnly property.
String getReferenceIDType()
Gets the value of the referenceIDType property.
void setIncludeDefaultedValuesOnly(Boolean value)
Sets the value of the includeDefaultedValuesOnly property.
void setReferenceIDType(String value)
Sets the value of the referenceIDType property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeDefaultedValuesOnly

protected String referenceIDType

Public Constructors

public GetReferencesRequestCriteriaType ()

Public Methods

public Boolean getIncludeDefaultedValuesOnly ()

Gets the value of the includeDefaultedValuesOnly property. This getter has been renamed from isIncludeDefaultedValuesOnly() to getIncludeDefaultedValuesOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getReferenceIDType ()

Gets the value of the referenceIDType property.

Returns
  • possible object is String

public void setIncludeDefaultedValuesOnly (Boolean value)

Sets the value of the includeDefaultedValuesOnly property.

Parameters
value Allowed object is Boolean

public void setReferenceIDType (String value)

Sets the value of the referenceIDType property.

Parameters
value Allowed object is String