public class

OrganizationRequestCriteriaType

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

Class Overview

This element contains criteria to filter the Organizations returned.

Java class for Organization_Request_CriteriaType complex type.

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

 <complexType name="Organization_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Include_Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Transaction_Log_Criteria" type="{urn:com.workday/bsvc}Transaction_Log_CriteriaType" minOccurs="0"/>
         <element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData
protected Boolean includeInactive
protected List<OrganizationTypeObjectType> organizationTypeReference
protected TransactionLogCriteriaType transactionLogCriteria
Public Constructors
OrganizationRequestCriteriaType()
Public Methods
FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData()
Gets the value of the fieldAndParameterCriteriaData property.
List<OrganizationTypeObjectType> getOrganizationTypeReference()
Gets the value of the organizationTypeReference property.
TransactionLogCriteriaType getTransactionLogCriteria()
Gets the value of the transactionLogCriteria property.
Boolean isIncludeInactive()
Gets the value of the includeInactive property.
void setFieldAndParameterCriteriaData(FieldAndParameterCriteriaDataType value)
Sets the value of the fieldAndParameterCriteriaData property.
void setIncludeInactive(Boolean value)
Sets the value of the includeInactive property.
void setTransactionLogCriteria(TransactionLogCriteriaType value)
Sets the value of the transactionLogCriteria property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FieldAndParameterCriteriaDataType fieldAndParameterCriteriaData

protected Boolean includeInactive

protected List<OrganizationTypeObjectType> organizationTypeReference

protected TransactionLogCriteriaType transactionLogCriteria

Public Constructors

public OrganizationRequestCriteriaType ()

Public Methods

public FieldAndParameterCriteriaDataType getFieldAndParameterCriteriaData ()

Gets the value of the fieldAndParameterCriteriaData property.

Returns

public List<OrganizationTypeObjectType> getOrganizationTypeReference ()

Gets the value of the organizationTypeReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the organizationTypeReference property.

For example, to add a new item, do as follows:

    getOrganizationTypeReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationTypeObjectType

public TransactionLogCriteriaType getTransactionLogCriteria ()

Gets the value of the transactionLogCriteria property.

Returns

public Boolean isIncludeInactive ()

Gets the value of the includeInactive property.

Returns
  • possible object is Boolean

public void setFieldAndParameterCriteriaData (FieldAndParameterCriteriaDataType value)

Sets the value of the fieldAndParameterCriteriaData property.

Parameters
value Allowed object is FieldAndParameterCriteriaDataType

public void setIncludeInactive (Boolean value)

Sets the value of the includeInactive property.

Parameters
value Allowed object is Boolean

public void setTransactionLogCriteria (TransactionLogCriteriaType value)

Sets the value of the transactionLogCriteria property.

Parameters
value Allowed object is TransactionLogCriteriaType