| java.lang.Object | |
| ↳ | com.workday.payroll.BankruptcyOrderSpecificDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| chapter13 | |||||||||||
| chapter7 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the chapter13 property.
| |||||||||||
Gets the value of the chapter7 property.
| |||||||||||
Sets the value of the chapter13 property.
| |||||||||||
Sets the value of the chapter7 property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the chapter13 property. This getter has been renamed from isChapter13() to getChapter13() by cxf-xjc-boolean plugin.
Gets the value of the chapter7 property. This getter has been renamed from isChapter7() to getChapter7() by cxf-xjc-boolean plugin.
Sets the value of the chapter13 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the chapter7 property.
| value | Allowed object is Boolean |
|---|