public class

JobFamilyGroupNewType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.JobFamilyGroupNewType

Class Overview

Encapsulating element containing all Job Family Group data.

Java class for Job_Family_Group_NewType complex type.

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

 <complexType name="Job_Family_Group_NewType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Job_Family_Group_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" minOccurs="0"/>
         <element name="Job_Family_Group_Data" type="{urn:com.workday/bsvc}Job_Family_Group_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
       <attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar asOfDate
protected XMLGregorianCalendar asOfMoment
protected JobFamilyGroupDataType jobFamilyGroupData
protected JobFamilyObjectType jobFamilyGroupReference
Public Constructors
JobFamilyGroupNewType()
Public Methods
XMLGregorianCalendar getAsOfDate()
Gets the value of the asOfDate property.
XMLGregorianCalendar getAsOfMoment()
Gets the value of the asOfMoment property.
JobFamilyGroupDataType getJobFamilyGroupData()
Gets the value of the jobFamilyGroupData property.
JobFamilyObjectType getJobFamilyGroupReference()
Gets the value of the jobFamilyGroupReference property.
void setAsOfDate(XMLGregorianCalendar value)
Sets the value of the asOfDate property.
void setAsOfMoment(XMLGregorianCalendar value)
Sets the value of the asOfMoment property.
void setJobFamilyGroupData(JobFamilyGroupDataType value)
Sets the value of the jobFamilyGroupData property.
void setJobFamilyGroupReference(JobFamilyObjectType value)
Sets the value of the jobFamilyGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar asOfDate

protected XMLGregorianCalendar asOfMoment

protected JobFamilyGroupDataType jobFamilyGroupData

protected JobFamilyObjectType jobFamilyGroupReference

Public Constructors

public JobFamilyGroupNewType ()

Public Methods

public XMLGregorianCalendar getAsOfDate ()

Gets the value of the asOfDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getAsOfMoment ()

Gets the value of the asOfMoment property.

Returns
  • possible object is XMLGregorianCalendar

public JobFamilyGroupDataType getJobFamilyGroupData ()

Gets the value of the jobFamilyGroupData property.

Returns

public JobFamilyObjectType getJobFamilyGroupReference ()

Gets the value of the jobFamilyGroupReference property.

Returns

public void setAsOfDate (XMLGregorianCalendar value)

Sets the value of the asOfDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAsOfMoment (XMLGregorianCalendar value)

Sets the value of the asOfMoment property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setJobFamilyGroupData (JobFamilyGroupDataType value)

Sets the value of the jobFamilyGroupData property.

Parameters
value Allowed object is JobFamilyGroupDataType

public void setJobFamilyGroupReference (JobFamilyObjectType value)

Sets the value of the jobFamilyGroupReference property.

Parameters
value Allowed object is JobFamilyObjectType