| java.lang.Object | |
| ↳ | com.workday.staffing.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" maxOccurs="unbounded" 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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldAndParameterCriteriaData | |||||||||||
| includeInactive | |||||||||||
| organizationTypeReference | |||||||||||
| transactionLogCriteria | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the includeInactive property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Gets the value of the transactionLogCriteria property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Sets the value of the includeInactive property.
| |||||||||||
Sets the value of the organizationTypeReference 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 includeInactive property. This getter has been renamed from isIncludeInactive() to getIncludeInactive() by cxf-xjc-boolean plugin.
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.
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 transactionLogCriteria property.
For example, to add a new item, do as follows:
getTransactionLogCriteria().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogCriteriaType
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 organizationTypeReference property.
| organizationTypeReference | Allowed object is
OrganizationTypeObjectType
|
|---|
Sets the value of the transactionLogCriteria property.
| transactionLogCriteria | Allowed object is
TransactionLogCriteriaType
|
|---|