public class

SubscriptionDataType

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

Class Overview

Subscription Data element

Java class for Subscription_DataType complex type.

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

 <complexType name="Subscription_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Subscriber_Reference" type="{urn:com.workday/bsvc}SubscriberObjectType"/>
         <element name="Endpoint_Info_Data" type="{urn:com.workday/bsvc}External_Endpoint_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Run_As_User_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
         <element name="Integration_Background_Future_Process_Data" type="{urn:com.workday/bsvc}Integration_Background_Process_Definition_DataType" minOccurs="0"/>
         <choice>
           <element name="Subscribe_to_all_Transaction_Types" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Excluded_Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
           <element name="Subscribe_to_all_Business_Processes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Excluded_Business_Process_Type_Reference" type="{urn:com.workday/bsvc}Business_Process_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
           <element name="Included_Transaction_Log_Type_Reference" type="{urn:com.workday/bsvc}Transaction_Log_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ExternalEndpointDataType> endpointInfoData
protected List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference
protected List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference
protected List<TransactionLogTypeObjectType> includedTransactionLogTypeReference
protected IntegrationBackgroundProcessDefinitionDataType integrationBackgroundFutureProcessData
protected SystemUserObjectType runAsUserReference
protected Boolean subscribeToAllBusinessProcesses
protected Boolean subscribeToAllTransactionTypes
protected SubscriberObjectType subscriberReference
Public Constructors
SubscriptionDataType()
Public Methods
List<ExternalEndpointDataType> getEndpointInfoData()
Gets the value of the endpointInfoData 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.
IntegrationBackgroundProcessDefinitionDataType getIntegrationBackgroundFutureProcessData()
Gets the value of the integrationBackgroundFutureProcessData property.
SystemUserObjectType getRunAsUserReference()
Gets the value of the runAsUserReference property.
Boolean getSubscribeToAllBusinessProcesses()
Gets the value of the subscribeToAllBusinessProcesses property.
Boolean getSubscribeToAllTransactionTypes()
Gets the value of the subscribeToAllTransactionTypes property.
SubscriberObjectType getSubscriberReference()
Gets the value of the subscriberReference property.
void setEndpointInfoData(List<ExternalEndpointDataType> endpointInfoData)
Sets the value of the endpointInfoData 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.
void setIntegrationBackgroundFutureProcessData(IntegrationBackgroundProcessDefinitionDataType value)
Sets the value of the integrationBackgroundFutureProcessData property.
void setRunAsUserReference(SystemUserObjectType value)
Sets the value of the runAsUserReference property.
void setSubscribeToAllBusinessProcesses(Boolean value)
Sets the value of the subscribeToAllBusinessProcesses property.
void setSubscribeToAllTransactionTypes(Boolean value)
Sets the value of the subscribeToAllTransactionTypes property.
void setSubscriberReference(SubscriberObjectType value)
Sets the value of the subscriberReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ExternalEndpointDataType> endpointInfoData

protected List<BusinessProcessTypeObjectType> excludedBusinessProcessTypeReference

protected List<TransactionLogTypeObjectType> excludedTransactionLogTypeReference

protected List<TransactionLogTypeObjectType> includedTransactionLogTypeReference

protected IntegrationBackgroundProcessDefinitionDataType integrationBackgroundFutureProcessData

protected SystemUserObjectType runAsUserReference

protected Boolean subscribeToAllBusinessProcesses

protected Boolean subscribeToAllTransactionTypes

protected SubscriberObjectType subscriberReference

Public Constructors

public SubscriptionDataType ()

Public Methods

public List<ExternalEndpointDataType> getEndpointInfoData ()

Gets the value of the endpointInfoData 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 endpointInfoData property.

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

    getEndpointInfoData().add(newItem);
 

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

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 IntegrationBackgroundProcessDefinitionDataType getIntegrationBackgroundFutureProcessData ()

Gets the value of the integrationBackgroundFutureProcessData property.

public SystemUserObjectType getRunAsUserReference ()

Gets the value of the runAsUserReference property.

Returns

public Boolean getSubscribeToAllBusinessProcesses ()

Gets the value of the subscribeToAllBusinessProcesses property. This getter has been renamed from isSubscribeToAllBusinessProcesses() to getSubscribeToAllBusinessProcesses() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getSubscribeToAllTransactionTypes ()

Gets the value of the subscribeToAllTransactionTypes property. This getter has been renamed from isSubscribeToAllTransactionTypes() to getSubscribeToAllTransactionTypes() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public SubscriberObjectType getSubscriberReference ()

Gets the value of the subscriberReference property.

Returns

public void setEndpointInfoData (List<ExternalEndpointDataType> endpointInfoData)

Sets the value of the endpointInfoData property.

Parameters
endpointInfoData Allowed object is ExternalEndpointDataType

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

public void setIntegrationBackgroundFutureProcessData (IntegrationBackgroundProcessDefinitionDataType value)

Sets the value of the integrationBackgroundFutureProcessData property.

Parameters
value Allowed object is IntegrationBackgroundProcessDefinitionDataType

public void setRunAsUserReference (SystemUserObjectType value)

Sets the value of the runAsUserReference property.

Parameters
value Allowed object is SystemUserObjectType

public void setSubscribeToAllBusinessProcesses (Boolean value)

Sets the value of the subscribeToAllBusinessProcesses property.

Parameters
value Allowed object is Boolean

public void setSubscribeToAllTransactionTypes (Boolean value)

Sets the value of the subscribeToAllTransactionTypes property.

Parameters
value Allowed object is Boolean

public void setSubscriberReference (SubscriberObjectType value)

Sets the value of the subscriberReference property.

Parameters
value Allowed object is SubscriberObjectType