public class

CompanyPaymentDatesDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompanyPaymentDatesDataType

Class Overview

Payment Dates for Company and Date Range Data element

Java class for Company_Payment_Dates_DataType complex type.

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

 <complexType name="Company_Payment_Dates_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
         <element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CompanyObjectType companyReference
protected XMLGregorianCalendar paymentDate
Public Constructors
CompanyPaymentDatesDataType()
Public Methods
CompanyObjectType getCompanyReference()
Gets the value of the companyReference property.
XMLGregorianCalendar getPaymentDate()
Gets the value of the paymentDate property.
void setCompanyReference(CompanyObjectType value)
Sets the value of the companyReference property.
void setPaymentDate(XMLGregorianCalendar value)
Sets the value of the paymentDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CompanyObjectType companyReference

protected XMLGregorianCalendar paymentDate

Public Constructors

public CompanyPaymentDatesDataType ()

Public Methods

public CompanyObjectType getCompanyReference ()

Gets the value of the companyReference property.

Returns

public XMLGregorianCalendar getPaymentDate ()

Gets the value of the paymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCompanyReference (CompanyObjectType value)

Sets the value of the companyReference property.

Parameters
value Allowed object is CompanyObjectType

public void setPaymentDate (XMLGregorianCalendar value)

Sets the value of the paymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar