public class

BankruptcyOrderSpecificDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.BankruptcyOrderSpecificDataType

Class Overview

Bankruptcy Order Specific Data

Java class for Bankruptcy_Order_Specific_DataType complex type.

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

 <complexType name="Bankruptcy_Order_Specific_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Chapter_13" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="Chapter_7" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean chapter13
protected Boolean chapter7
Public Constructors
BankruptcyOrderSpecificDataType()
Public Methods
Boolean getChapter13()
Gets the value of the chapter13 property.
Boolean getChapter7()
Gets the value of the chapter7 property.
void setChapter13(Boolean value)
Sets the value of the chapter13 property.
void setChapter7(Boolean value)
Sets the value of the chapter7 property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean chapter13

protected Boolean chapter7

Public Constructors

public BankruptcyOrderSpecificDataType ()

Public Methods

public Boolean getChapter13 ()

Gets the value of the chapter13 property. This getter has been renamed from isChapter13() to getChapter13() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getChapter7 ()

Gets the value of the chapter7 property. This getter has been renamed from isChapter7() to getChapter7() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setChapter13 (Boolean value)

Sets the value of the chapter13 property.

Parameters
value Allowed object is Boolean

public void setChapter7 (Boolean value)

Sets the value of the chapter7 property.

Parameters
value Allowed object is Boolean