public class ProductCondition extends Object
Java class for ProductCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductCondition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Operand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Operator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attribute |
protected String |
operand |
protected String |
operator |
Constructor and Description |
---|
ProductCondition() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getOperand()
Gets the value of the operand property.
|
String |
getOperator()
Gets the value of the operator property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setOperand(String value)
Sets the value of the operand property.
|
void |
setOperator(String value)
Sets the value of the operator property.
|
protected String attribute
protected String operand
protected String operator
public String getAttribute()
String
public void setAttribute(String value)
value
- allowed object is
String
public String getOperand()
String
public void setOperand(String value)
value
- allowed object is
String
public String getOperator()
String
Copyright © 2024. All rights reserved.