public class SetValueOperationState extends AbstractOperationState
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://p11073-10207/draft6/pm/2016/12/08}AbstractOperationState">
<sequence>
<element name="allowedRange" type="{http://p11073-10207/draft6/pm/2016/12/08}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
allowedRanges |
statedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
SetValueOperationState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Range> |
getAllowedRanges()
The currently allowed ranges that can be requested.Gets the value of the allowedRanges property.
|
int |
hashCode() |
void |
setAllowedRanges(List<Range> value) |
String |
toString() |
getState, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, 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
public String toString()
toString in class AbstractOperationStatepublic boolean equals(Object that)
equals in class AbstractOperationStatepublic int hashCode()
hashCode in class AbstractOperationStateCopyright © 2017. All rights reserved.