public class

JobHistoryObjectIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.JobHistoryObjectIDType

Class Overview

Contains a unique identifier for an instance of an object.

Java class for Job_HistoryObjectIDType complex type.

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

 <complexType name="Job_HistoryObjectIDType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="type" use="required" type="{urn:com.workday/bsvc}Job_HistoryReferenceEnumeration" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String type
protected String value
Public Constructors
JobHistoryObjectIDType()
Public Methods
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setType(String value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String type

protected String value

Public Constructors

public JobHistoryObjectIDType ()

Public Methods

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String