public class TimeFrame extends Object
Java class for TimeFrame complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeFrame">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Start" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
<attribute name="End" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
end |
protected BigInteger |
start |
| Constructor and Description |
|---|
TimeFrame() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getEnd()
Gets the value of the end property.
|
BigInteger |
getStart()
Gets the value of the start property.
|
int |
hashCode() |
void |
setEnd(BigInteger value)
Sets the value of the end property.
|
void |
setStart(BigInteger value)
Sets the value of the start property.
|
String |
toString() |
protected BigInteger start
protected BigInteger end
public BigInteger getStart()
BigIntegerpublic void setStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getEnd()
BigIntegerpublic void setEnd(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.