public class OpenlrOffsets
extends java.lang.Object
Java class for OpenlrOffsets complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenlrOffsets">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="openlrPositiveOffset" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="openlrNegativeOffset" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="openlrOffsetsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
openlrNegativeOffset |
protected ExtensionType |
openlrOffsetsExtension |
protected java.math.BigInteger |
openlrPositiveOffset |
| Constructor and Description |
|---|
OpenlrOffsets() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getOpenlrNegativeOffset()
Gets the value of the openlrNegativeOffset property.
|
ExtensionType |
getOpenlrOffsetsExtension()
Gets the value of the openlrOffsetsExtension property.
|
java.math.BigInteger |
getOpenlrPositiveOffset()
Gets the value of the openlrPositiveOffset property.
|
void |
setOpenlrNegativeOffset(java.math.BigInteger value)
Sets the value of the openlrNegativeOffset property.
|
void |
setOpenlrOffsetsExtension(ExtensionType value)
Sets the value of the openlrOffsetsExtension property.
|
void |
setOpenlrPositiveOffset(java.math.BigInteger value)
Sets the value of the openlrPositiveOffset property.
|
protected java.math.BigInteger openlrPositiveOffset
protected java.math.BigInteger openlrNegativeOffset
protected ExtensionType openlrOffsetsExtension
public java.math.BigInteger getOpenlrPositiveOffset()
BigIntegerpublic void setOpenlrPositiveOffset(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getOpenlrNegativeOffset()
BigIntegerpublic void setOpenlrNegativeOffset(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic ExtensionType getOpenlrOffsetsExtension()
ExtensionTypepublic void setOpenlrOffsetsExtension(ExtensionType value)
value - allowed object is
ExtensionType