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