public class

ExternalFieldAndParameterInitializationProviderObjectType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.ExternalFieldAndParameterInitializationProviderObjectType

Class Overview

Java class for External_Field_and_Parameter_Initialization_ProviderObjectType complex type.

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

 <complexType name="External_Field_and_Parameter_Initialization_ProviderObjectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{urn:com.workday/bsvc}External_Field_and_Parameter_Initialization_ProviderObjectIDType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String descriptor
protected List<ExternalFieldAndParameterInitializationProviderObjectIDType> id
Public Constructors
ExternalFieldAndParameterInitializationProviderObjectType()
Public Methods
String getDescriptor()
Gets the value of the descriptor property.
List<ExternalFieldAndParameterInitializationProviderObjectIDType> getID()
Gets the value of the id property.
void setDescriptor(String value)
Sets the value of the descriptor property.
void setID(List<ExternalFieldAndParameterInitializationProviderObjectIDType> id)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String descriptor

Public Constructors

public ExternalFieldAndParameterInitializationProviderObjectType ()

Public Methods

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public List<ExternalFieldAndParameterInitializationProviderObjectIDType> getID ()

Gets the value of the id property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the id property.

For example, to add a new item, do as follows:

    getID().add(newItem);
 

Objects of the following type(s) are allowed in the list ExternalFieldAndParameterInitializationProviderObjectIDType

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String

public void setID (List<ExternalFieldAndParameterInitializationProviderObjectIDType> id)

Sets the value of the id property.