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