public class

IDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.IDType

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 IDType complex type.

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

 <complexType name="IDType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="System_ID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String systemID
protected String value
Public Constructors
IDType()
Public Methods
String getSystemID()
Gets the value of the systemID property.
String getValue()
Gets the value of the value property.
void setSystemID(String value)
Sets the value of the systemID 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 systemID

protected String value

Public Constructors

public IDType ()

Public Methods

public String getSystemID ()

Gets the value of the systemID property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setSystemID (String value)

Sets the value of the systemID 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