public class

RelatedPersonDescriptorDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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

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