public class

SupportOrderDependentDataType

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

Class Overview

Support Order Dependent Data

Java class for Support_Order_Dependent_DataType complex type.

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

 <complexType name="Support_Order_Dependent_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Child_s_Name__Last__First__MI_" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Child_s_Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar childSBirthDate
protected String childSNameLastFirstMI
Public Constructors
SupportOrderDependentDataType()
Public Methods
XMLGregorianCalendar getChildSBirthDate()
Gets the value of the childSBirthDate property.
String getChildSNameLastFirstMI()
Gets the value of the childSNameLastFirstMI property.
void setChildSBirthDate(XMLGregorianCalendar value)
Sets the value of the childSBirthDate property.
void setChildSNameLastFirstMI(String value)
Sets the value of the childSNameLastFirstMI property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar childSBirthDate

protected String childSNameLastFirstMI

Public Constructors

public SupportOrderDependentDataType ()

Public Methods

public XMLGregorianCalendar getChildSBirthDate ()

Gets the value of the childSBirthDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getChildSNameLastFirstMI ()

Gets the value of the childSNameLastFirstMI property.

Returns
  • possible object is String

public void setChildSBirthDate (XMLGregorianCalendar value)

Sets the value of the childSBirthDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setChildSNameLastFirstMI (String value)

Sets the value of the childSNameLastFirstMI property.

Parameters
value Allowed object is String