public class

RelatedPersonDescriptorDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.RelatedPersonDescriptorDataType

Class Overview

Encapsulating element containing all Related Person Descriptor data.

Java class for Related_Person_Descriptor_DataType complex type.

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

 <complexType name="Related_Person_Descriptor_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Related_Person_Relationship_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String relatedPersonRelationshipName
Public Constructors
RelatedPersonDescriptorDataType()
Public Methods
String getRelatedPersonRelationshipName()
Gets the value of the relatedPersonRelationshipName property.
void setRelatedPersonRelationshipName(String value)
Sets the value of the relatedPersonRelationshipName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String relatedPersonRelationshipName

Public Constructors

public RelatedPersonDescriptorDataType ()

Public Methods

public String getRelatedPersonRelationshipName ()

Gets the value of the relatedPersonRelationshipName property.

Returns
  • possible object is String

public void setRelatedPersonRelationshipName (String value)

Sets the value of the relatedPersonRelationshipName property.

Parameters
value Allowed object is String