public class

IntegrationTransactionLogConfigurationDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean allBusinessProcesses
protected Boolean allTransactionTypes
protected List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference
protected List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference
protected List<TransactionLogTypeObjectType> includedTransactionLogTypeReference
Public Constructors
IntegrationTransactionLogConfigurationDataType()
Public Methods
Boolean getAllBusinessProcesses()
Gets the value of the allBusinessProcesses property.
Boolean getAllTransactionTypes()
Gets the value of the allTransactionTypes property.
List<BusinessProcessTypeObjectType> getExcludedBusinessProcessTypeReference()
Gets the value of the excludedBusinessProcessTypeReference property.
List<TransactionLogTypeObjectType> getExcludedTransactionLogTypeReference()
Gets the value of the excludedTransactionLogTypeReference property.
List<TransactionLogTypeObjectType> getIncludedTransactionLogTypeReference()
Gets the value of the includedTransactionLogTypeReference property.
void setAllBusinessProcesses(Boolean value)
Sets the value of the allBusinessProcesses property.
void setAllTransactionTypes(Boolean value)
Sets the value of the allTransactionTypes property.
void setExcludedBusinessProcessTypeReference(List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference)
Sets the value of the excludedBusinessProcessTypeReference property.
void setExcludedTransactionLogTypeReference(List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference)
Sets the value of the excludedTransactionLogTypeReference property.
void setIncludedTransactionLogTypeReference(List<TransactionLogTypeObjectType> includedTransactionLogTypeReference)
Sets the value of the includedTransactionLogTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean allBusinessProcesses

protected Boolean allTransactionTypes

protected List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference

protected List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference

protected List<TransactionLogTypeObjectType> includedTransactionLogTypeReference

Public Constructors

public IntegrationTransactionLogConfigurationDataType ()

Public Methods

public Boolean getAllBusinessProcesses ()

Gets the value of the allBusinessProcesses property. This getter has been renamed from isAllBusinessProcesses() to getAllBusinessProcesses() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getAllTransactionTypes ()

Gets the value of the allTransactionTypes property. This getter has been renamed from isAllTransactionTypes() to getAllTransactionTypes() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<BusinessProcessTypeObjectType> getExcludedBusinessProcessTypeReference ()

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

public List<TransactionLogTypeObjectType> getExcludedTransactionLogTypeReference ()

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

public List<TransactionLogTypeObjectType> getIncludedTransactionLogTypeReference ()

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

public void setAllBusinessProcesses (Boolean value)

Sets the value of the allBusinessProcesses property.

Parameters
value Allowed object is Boolean

public void setAllTransactionTypes (Boolean value)

Sets the value of the allTransactionTypes property.

Parameters
value Allowed object is Boolean

public void setExcludedBusinessProcessTypeReference (List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference)

Sets the value of the excludedBusinessProcessTypeReference property.

Parameters
excludedBusinessProcessTypeReference Allowed object is BusinessProcessTypeObjectType

public void setExcludedTransactionLogTypeReference (List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference)

Sets the value of the excludedTransactionLogTypeReference property.

Parameters
excludedTransactionLogTypeReference Allowed object is TransactionLogTypeObjectType

public void setIncludedTransactionLogTypeReference (List<TransactionLogTypeObjectType> includedTransactionLogTypeReference)

Sets the value of the includedTransactionLogTypeReference property.

Parameters
includedTransactionLogTypeReference Allowed object is TransactionLogTypeObjectType