public class

InternalProjectExperienceObjectIDType

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

Class Overview

Contains a unique identifier for an instance of an object.

Java class for Internal_Project_ExperienceObjectIDType complex type.

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

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

Summary

Fields
protected String type
protected String value
Public Constructors
InternalProjectExperienceObjectIDType()
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

Fields

protected String type

protected String value

Public Constructors

public InternalProjectExperienceObjectIDType ()

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