public class RoadNumberRangeStructure extends Object
Java class for RoadNumberRangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RoadNumberRangeStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FromNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="ToNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
fromNumber |
protected BigInteger |
toNumber |
| Constructor and Description |
|---|
RoadNumberRangeStructure() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getFromNumber()
Gets the value of the fromNumber property.
|
BigInteger |
getToNumber()
Gets the value of the toNumber property.
|
void |
setFromNumber(BigInteger value)
Sets the value of the fromNumber property.
|
void |
setToNumber(BigInteger value)
Sets the value of the toNumber property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
RoadNumberRangeStructure |
withFromNumber(BigInteger value) |
RoadNumberRangeStructure |
withToNumber(BigInteger value) |
protected BigInteger fromNumber
protected BigInteger toNumber
public BigInteger getFromNumber()
BigIntegerpublic void setFromNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getToNumber()
BigIntegerpublic void setToNumber(BigInteger value)
value - allowed object is
BigIntegerpublic RoadNumberRangeStructure withFromNumber(BigInteger value)
public RoadNumberRangeStructure withToNumber(BigInteger value)
Copyright © 2018 Entur AS. All rights reserved.