public class OfferAttributes extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OfferAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the value of the condition property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
protected String condition
Copyright © 2013. All Rights Reserved.