public class GetStatesFromArchive extends AbstractGet
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/draft6/msg/2016/12/08}AbstractGet">
<sequence>
<element name="StateRevision" type="{http://p11073-10207/draft6/pm/2016/12/08}ReferencedVersion" minOccurs="0"/>
<element name="TimeFrame" type="{http://p11073-10207/draft6/msg/2016/12/08}TimeFrame" minOccurs="0"/>
<element name="Handle" type="{http://p11073-10207/draft6/pm/2016/12/08}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 |
|---|---|
boolean |
equals(Object that) |
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.
|
int |
hashCode() |
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.
|
String |
toString() |
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
public String toString()
toString in class AbstractGetpublic boolean equals(Object that)
equals in class AbstractGetpublic int hashCode()
hashCode in class AbstractGetCopyright © 2018. All rights reserved.