| java.lang.Object | |
| ↳ | com.workday.integrations.SubscriptionType |
Subscription element
Java class for SubscriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Subscription_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Subscription_Data" type="{urn:com.workday/bsvc}Subscription_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| subscriptionData | |||||||||||
| subscriptionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the subscriptionData property.
| |||||||||||
Gets the value of the subscriptionReference property.
| |||||||||||
Sets the value of the subscriptionData property.
| |||||||||||
Sets the value of the subscriptionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the subscriptionData property.
SubscriptionDataType
Gets the value of the subscriptionReference property.
UniqueIdentifierObjectType
Sets the value of the subscriptionData property.
| value | Allowed object is
SubscriptionDataType
|
|---|
Sets the value of the subscriptionReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|