public abstract class BiddingScheme extends Object
Java class for BiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BiddingScheme">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BiddingScheme.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
biddingSchemeType |
| Constructor and Description |
|---|
BiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBiddingSchemeType()
Gets the value of the biddingSchemeType property.
|
void |
setBiddingSchemeType(String value)
Sets the value of the biddingSchemeType property.
|
Copyright © 2023. All rights reserved.