public class

BankruptcyOrderSpecificDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

Fields
protected Boolean chapter13
protected Boolean chapter7
Public Constructors
BankruptcyOrderSpecificDataType()
Public Methods
Boolean isChapter13()
Gets the value of the chapter13 property.
Boolean isChapter7()
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

Fields

protected Boolean chapter13

protected Boolean chapter7

Public Constructors

public BankruptcyOrderSpecificDataType ()

Public Methods

public Boolean isChapter13 ()

Gets the value of the chapter13 property.

Returns
  • possible object is Boolean

public Boolean isChapter7 ()

Gets the value of the chapter7 property.

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