public class

CustomIDTypeObjectType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CustomIDTypeObjectType

Class Overview

Java class for Custom_ID_TypeObjectType complex type.

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

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

Summary

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

Fields

protected String descriptor

protected List<CustomIDTypeObjectIDType> id

Public Constructors

public CustomIDTypeObjectType ()

Public Methods

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public List<CustomIDTypeObjectIDType> 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 CustomIDTypeObjectIDType

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String