public class

ProvisioningGroupDataType

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

Class Overview

This element contains all setup data for a provisioning group.

Java class for Provisioning_Group_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String description
protected String name
Public Constructors
ProvisioningGroupDataType()
Public Methods
String getDescription()
Gets the value of the description property.
String getName()
Gets the value of the name property.
void setDescription(String value)
Sets the value of the description property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected String name

Public Constructors

public ProvisioningGroupDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String