public class

IntegrationRepositoryDocumentType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationRepositoryDocumentDataType integrationRepositoryDocumentData
protected IntegrationRepositoryDocumentObjectType integrationRepositoryDocumentReference
Public Constructors
IntegrationRepositoryDocumentType()
Public Methods
IntegrationRepositoryDocumentDataType getIntegrationRepositoryDocumentData()
Gets the value of the integrationRepositoryDocumentData property.
IntegrationRepositoryDocumentObjectType getIntegrationRepositoryDocumentReference()
Gets the value of the integrationRepositoryDocumentReference property.
void setIntegrationRepositoryDocumentData(IntegrationRepositoryDocumentDataType value)
Sets the value of the integrationRepositoryDocumentData property.
void setIntegrationRepositoryDocumentReference(IntegrationRepositoryDocumentObjectType value)
Sets the value of the integrationRepositoryDocumentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationRepositoryDocumentDataType integrationRepositoryDocumentData

protected IntegrationRepositoryDocumentObjectType integrationRepositoryDocumentReference

Public Constructors

public IntegrationRepositoryDocumentType ()

Public Methods

public IntegrationRepositoryDocumentDataType getIntegrationRepositoryDocumentData ()

Gets the value of the integrationRepositoryDocumentData property.

Returns

public IntegrationRepositoryDocumentObjectType getIntegrationRepositoryDocumentReference ()

Gets the value of the integrationRepositoryDocumentReference property.

Returns

public void setIntegrationRepositoryDocumentData (IntegrationRepositoryDocumentDataType value)

Sets the value of the integrationRepositoryDocumentData property.

Parameters
value Allowed object is IntegrationRepositoryDocumentDataType

public void setIntegrationRepositoryDocumentReference (IntegrationRepositoryDocumentObjectType value)

Sets the value of the integrationRepositoryDocumentReference property.

Parameters
value Allowed object is IntegrationRepositoryDocumentObjectType