public class SetValue extends AbstractSet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractSet">
<sequence>
<element name="RequestedNumericValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
requestedNumericValue |
extension, operationHandleRef| Constructor and Description |
|---|
SetValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getRequestedNumericValue()
Gets the value of the requestedNumericValue property.
|
int |
hashCode() |
void |
setRequestedNumericValue(BigDecimal value)
Sets the value of the requestedNumericValue property.
|
String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected BigDecimal requestedNumericValue
public BigDecimal getRequestedNumericValue()
BigDecimalpublic void setRequestedNumericValue(BigDecimal value)
value - allowed object is
BigDecimalpublic String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2018. All rights reserved.