public class

EventDocumentsType

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

Class Overview

For each Integration Event, this element contains all the available Documents

Java class for Event_DocumentsType complex type.

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

 <complexType name="Event_DocumentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Event_Reference" type="{urn:com.workday/bsvc}Integration_EventObjectType" minOccurs="0"/>
         <element name="Repository_Document" type="{urn:com.workday/bsvc}Repository_Document_Summary_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationEventObjectType integrationEventReference
protected List<RepositoryDocumentSummaryDataType> repositoryDocument
Public Constructors
EventDocumentsType()
Public Methods
IntegrationEventObjectType getIntegrationEventReference()
Gets the value of the integrationEventReference property.
List<RepositoryDocumentSummaryDataType> getRepositoryDocument()
Gets the value of the repositoryDocument property.
void setIntegrationEventReference(IntegrationEventObjectType value)
Sets the value of the integrationEventReference property.
void setRepositoryDocument(List<RepositoryDocumentSummaryDataType> repositoryDocument)
Sets the value of the repositoryDocument property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationEventObjectType integrationEventReference

protected List<RepositoryDocumentSummaryDataType> repositoryDocument

Public Constructors

public EventDocumentsType ()

Public Methods

public IntegrationEventObjectType getIntegrationEventReference ()

Gets the value of the integrationEventReference property.

Returns

public List<RepositoryDocumentSummaryDataType> getRepositoryDocument ()

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

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

    getRepositoryDocument().add(newItem);
 

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

public void setIntegrationEventReference (IntegrationEventObjectType value)

Sets the value of the integrationEventReference property.

Parameters
value Allowed object is IntegrationEventObjectType

public void setRepositoryDocument (List<RepositoryDocumentSummaryDataType> repositoryDocument)

Sets the value of the repositoryDocument property.

Parameters
repositoryDocument Allowed object is RepositoryDocumentSummaryDataType