public class

IntegrationSystemIdentifierObjectIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationSystemIdentifierObjectIDType

Class Overview

Contains a unique identifier for an instance of an object.

Java class for Integration_System_IdentifierObjectIDType complex type.

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

 <complexType name="Integration_System_IdentifierObjectIDType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="type" use="required" type="{urn:com.workday/bsvc}Integration_System_IdentifierReferenceEnumeration" />
       <attribute name="parent_id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="parent_type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String parentId
protected String parentType
protected String type
protected String value
Public Constructors
IntegrationSystemIdentifierObjectIDType()
Public Methods
String getParentId()
Gets the value of the parentId property.
String getParentType()
Gets the value of the parentType property.
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setParentId(String value)
Sets the value of the parentId property.
void setParentType(String value)
Sets the value of the parentType 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 parentId

protected String parentType

protected String type

protected String value

Public Constructors

public IntegrationSystemIdentifierObjectIDType ()

Public Methods

public String getParentId ()

Gets the value of the parentId property.

Returns
  • possible object is String

public String getParentType ()

Gets the value of the parentType property.

Returns
  • possible object is String

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 setParentId (String value)

Sets the value of the parentId property.

Parameters
value Allowed object is String

public void setParentType (String value)

Sets the value of the parentType property.

Parameters
value Allowed 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