public class SetRange 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://message-model-uri/15/04}AbstractSet">
<sequence>
<element name="RequestedRange" type="{http://domain-model-uri/15/04}Range"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Range |
range |
extension, operationHandle| Constructor and Description |
|---|
SetRange() |
| Modifier and Type | Method and Description |
|---|---|
Range |
getRange()
The new value the range SHOULD be set to.
|
void |
setRange(Range value)
Sets the value of the range property.
|
getExtension, getOperationHandle, setExtension, setOperationHandleprotected Range range
Copyright © 2016. All rights reserved.