| java.lang.Object | |
| ↳ | com.workday.integrations.SubscriptionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| endpointInfoData | |||||||||||
| excludedBusinessProcessTypeReference | |||||||||||
| excludedTransactionLogTypeReference | |||||||||||
| includedTransactionLogTypeReference | |||||||||||
| integrationBackgroundFutureProcessData | |||||||||||
| runAsUserReference | |||||||||||
| subscribeToAllBusinessProcesses | |||||||||||
| subscribeToAllTransactionTypes | |||||||||||
| subscriberReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the endpointInfoData property.
| |||||||||||
Gets the value of the excludedBusinessProcessTypeReference property.
| |||||||||||
Gets the value of the excludedTransactionLogTypeReference property.
| |||||||||||
Gets the value of the includedTransactionLogTypeReference property.
| |||||||||||
Gets the value of the integrationBackgroundFutureProcessData property.
| |||||||||||
Gets the value of the runAsUserReference property.
| |||||||||||
Gets the value of the subscribeToAllBusinessProcesses property.
| |||||||||||
Gets the value of the subscribeToAllTransactionTypes property.
| |||||||||||
Gets the value of the subscriberReference property.
| |||||||||||
Sets the value of the endpointInfoData property.
| |||||||||||
Sets the value of the excludedBusinessProcessTypeReference property.
| |||||||||||
Sets the value of the excludedTransactionLogTypeReference property.
| |||||||||||
Sets the value of the includedTransactionLogTypeReference property.
| |||||||||||
Sets the value of the integrationBackgroundFutureProcessData property.
| |||||||||||
Sets the value of the runAsUserReference property.
| |||||||||||
Sets the value of the subscribeToAllBusinessProcesses property.
| |||||||||||
Sets the value of the subscribeToAllTransactionTypes property.
| |||||||||||
Sets the value of the subscriberReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
Gets the value of the integrationBackgroundFutureProcessData property.
IntegrationBackgroundProcessDefinitionDataType
Gets the value of the runAsUserReference property.
SystemUserObjectType
Gets the value of the subscribeToAllBusinessProcesses property. This getter has been renamed from isSubscribeToAllBusinessProcesses() to getSubscribeToAllBusinessProcesses() by cxf-xjc-boolean plugin.
Gets the value of the subscribeToAllTransactionTypes property. This getter has been renamed from isSubscribeToAllTransactionTypes() to getSubscribeToAllTransactionTypes() by cxf-xjc-boolean plugin.
Gets the value of the subscriberReference property.
SubscriberObjectType
Sets the value of the endpointInfoData property.
| endpointInfoData | Allowed object is
ExternalEndpointDataType
|
|---|
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
|
|---|
Sets the value of the integrationBackgroundFutureProcessData property.
| value | Allowed object is
IntegrationBackgroundProcessDefinitionDataType
|
|---|
Sets the value of the runAsUserReference property.
| value | Allowed object is
SystemUserObjectType
|
|---|
Sets the value of the subscribeToAllBusinessProcesses property.
| value | Allowed object is Boolean |
|---|
Sets the value of the subscribeToAllTransactionTypes property.
| value | Allowed object is Boolean |
|---|
Sets the value of the subscriberReference property.
| value | Allowed object is
SubscriberObjectType
|
|---|