| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationTransactionLogConfigurationDataType |
Container element for data related to a Transaction Log Service and its use within an Integration System.
Java class for Integration_Transaction_Log_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Transaction_Log_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="All_Business_Processes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Excluded_Business_Process_Type_Reference" type="{urn:com.workday/bsvc}Business_Process_TypeObjectType" maxOccurs="unbounded"/>
<element name="All_Transaction_Types" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Excluded_Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded"/>
<element name="Included_Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allBusinessProcesses | |||||||||||
| allTransactionTypes | |||||||||||
| excludedBusinessProcessTypeReference | |||||||||||
| excludedTransactionLogTypeReference | |||||||||||
| includedTransactionLogTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allBusinessProcesses property.
| |||||||||||
Gets the value of the allTransactionTypes property.
| |||||||||||
Gets the value of the excludedBusinessProcessTypeReference property.
| |||||||||||
Gets the value of the excludedTransactionLogTypeReference property.
| |||||||||||
Gets the value of the includedTransactionLogTypeReference property.
| |||||||||||
Sets the value of the allBusinessProcesses property.
| |||||||||||
Sets the value of the allTransactionTypes property.
| |||||||||||
Sets the value of the excludedBusinessProcessTypeReference property.
| |||||||||||
Sets the value of the excludedTransactionLogTypeReference property.
| |||||||||||
Sets the value of the includedTransactionLogTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allBusinessProcesses property. This getter has been renamed from isAllBusinessProcesses() to getAllBusinessProcesses() by cxf-xjc-boolean plugin.
Gets the value of the allTransactionTypes property. This getter has been renamed from isAllTransactionTypes() to getAllTransactionTypes() by cxf-xjc-boolean plugin.
Gets the value of the excludedBusinessProcessTypeReference 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 excludedBusinessProcessTypeReference property.
For example, to add a new item, do as follows:
getExcludedBusinessProcessTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessProcessTypeObjectType
Gets the value of the excludedTransactionLogTypeReference 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 excludedTransactionLogTypeReference property.
For example, to add a new item, do as follows:
getExcludedTransactionLogTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogTypeObjectType
Gets the value of the includedTransactionLogTypeReference 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 includedTransactionLogTypeReference property.
For example, to add a new item, do as follows:
getIncludedTransactionLogTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogTypeObjectType
Sets the value of the allBusinessProcesses property.
| value | Allowed object is Boolean |
|---|
Sets the value of the allTransactionTypes property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludedBusinessProcessTypeReference property.
| excludedBusinessProcessTypeReference | Allowed object is
BusinessProcessTypeObjectType
|
|---|
Sets the value of the excludedTransactionLogTypeReference property.
| excludedTransactionLogTypeReference | Allowed object is
TransactionLogTypeObjectType
|
|---|
Sets the value of the includedTransactionLogTypeReference property.
| includedTransactionLogTypeReference | Allowed object is
TransactionLogTypeObjectType
|
|---|