public class

ExternalIDType

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

Class Overview

External ID that uniquely identifies the integratable object within the context of the integration system identified by the System ID attribute.

Java class for External_IDType complex type.

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

 <complexType name="External_IDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="External_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="System_ID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String externalID
protected String systemID
Public Constructors
ExternalIDType()
Public Methods
String getExternalID()
Gets the value of the externalID property.
String getSystemID()
Gets the value of the systemID property.
void setExternalID(String value)
Sets the value of the externalID property.
void setSystemID(String value)
Sets the value of the systemID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String externalID

protected String systemID

Public Constructors

public ExternalIDType ()

Public Methods

public String getExternalID ()

Gets the value of the externalID property.

Returns
  • possible object is String

public String getSystemID ()

Gets the value of the systemID property.

Returns
  • possible object is String

public void setExternalID (String value)

Sets the value of the externalID property.

Parameters
value Allowed object is String

public void setSystemID (String value)

Sets the value of the systemID property.

Parameters
value Allowed object is String