public class ExcludedByteRangeType
extends java.lang.Object
Java class for ExcludedByteRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExcludedByteRangeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="From" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> <element name="To" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
from |
protected java.math.BigInteger |
to |
Constructor and Description |
---|
ExcludedByteRangeType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getFrom()
Gets the value of the from property.
|
java.math.BigInteger |
getTo()
Gets the value of the to property.
|
void |
setFrom(java.math.BigInteger value)
Sets the value of the from property.
|
void |
setTo(java.math.BigInteger value)
Sets the value of the to property.
|
public java.math.BigInteger getFrom()
BigInteger
public void setFrom(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getTo()
BigInteger
public void setTo(java.math.BigInteger value)
value
- allowed object is
BigInteger