public class SetValueOperationState extends OperationState
Java class for SetValueOperationState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetValueOperationState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}OperationState">
<sequence>
<element name="allowedRange" type="{http://domain-model-uri/15/04}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
allowedRanges |
statedescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
SetValueOperationState() |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
getAllowedRanges()
The currently allowed ranges that can be requested.Gets the value of the allowedRanges property.
|
void |
setAllowedRanges(List<Range> value) |
getState, setStategetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionpublic List<Range> getAllowedRanges()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowedRanges property.
For example, to add a new item, do as follows:
getAllowedRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range
Copyright © 2016. All rights reserved.