| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationRepositoryDocumentType |
Integration Repository Document
Java class for Integration_Repository_DocumentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Repository_DocumentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Repository_Document_Reference" type="{urn:com.workday/bsvc}Integration_Repository_DocumentObjectType" minOccurs="0"/>
<element name="Integration_Repository_Document_Data" type="{urn:com.workday/bsvc}Integration_Repository_Document_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationRepositoryDocumentData | |||||||||||
| integrationRepositoryDocumentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationRepositoryDocumentData property.
| |||||||||||
Gets the value of the integrationRepositoryDocumentReference property.
| |||||||||||
Sets the value of the integrationRepositoryDocumentData property.
| |||||||||||
Sets the value of the integrationRepositoryDocumentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationRepositoryDocumentData property.
IntegrationRepositoryDocumentDataType
Gets the value of the integrationRepositoryDocumentReference property.
IntegrationRepositoryDocumentObjectType
Sets the value of the integrationRepositoryDocumentData property.
| value | Allowed object is
IntegrationRepositoryDocumentDataType
|
|---|
Sets the value of the integrationRepositoryDocumentReference property.
| value | Allowed object is
IntegrationRepositoryDocumentObjectType
|
|---|