| java.lang.Object | |
| ↳ | workday.com.bsvc.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>
| 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.
Gets the value of the chapter7 property.
Sets the value of the chapter13 property.
| value | Allowed object is Boolean |
|---|
Sets the value of the chapter7 property.
| value | Allowed object is Boolean |
|---|

