public class GetStatesFromArchive extends AbstractGet
Java class for GetStatesFromArchive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetStatesFromArchive">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractGet">
<sequence>
<element name="StateRevision" type="{http://domain-model-uri/15/04}ReferencedVersion"/>
<element name="TimeFrame" type="{http://message-model-uri/15/04}TimeFrame" minOccurs="0"/>
<element name="Handle" type="{http://domain-model-uri/15/04}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
handle |
protected BigInteger |
stateRevision |
protected TimeFrame |
timeFrame |
extension| Constructor and Description |
|---|
GetStatesFromArchive() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHandle()
Gets the value of the handle property.
|
BigInteger |
getStateRevision()
Gets the value of the stateRevision property.
|
TimeFrame |
getTimeFrame()
Gets the value of the timeFrame property.
|
void |
setHandle(List<String> value) |
void |
setStateRevision(BigInteger value)
Sets the value of the stateRevision property.
|
void |
setTimeFrame(TimeFrame value)
Sets the value of the timeFrame property.
|
getExtension, setExtensionprotected BigInteger stateRevision
protected TimeFrame timeFrame
public BigInteger getStateRevision()
BigIntegerpublic void setStateRevision(BigInteger value)
value - allowed object is
BigIntegerpublic TimeFrame getTimeFrame()
TimeFramepublic void setTimeFrame(TimeFrame value)
value - allowed object is
TimeFramepublic List<String> getHandle()
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 handle property.
For example, to add a new item, do as follows:
getHandle().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.