| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationRequestCriteriaType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldAndParameterCriteriaData | |||||||||||
| includeInactive | |||||||||||
| organizationTypeReference | |||||||||||
| transactionLogCriteria | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Gets the value of the transactionLogCriteria property.
| |||||||||||
Gets the value of the includeInactive property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the includeInactive property.
| |||||||||||
Sets the value of the transactionLogCriteria property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
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
Gets the value of the transactionLogCriteria property.
TransactionLogCriteriaType
Gets the value of the includeInactive property.
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|
Sets the value of the includeInactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transactionLogCriteria property.
| value | Allowed object is
TransactionLogCriteriaType
|
|---|

