Class OffsetDistance

  • All Implemented Interfaces:
    Serializable

    public class OffsetDistance
    extends Object
    implements Serializable

    Java class for OffsetDistance complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="OffsetDistance">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="offsetDistance" type="{http://datex2.eu/schema/2_0RC1/2_0}MetresAsNonNegativeInteger"/>
             <element name="offsetDistanceExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • offsetDistance

        protected BigInteger offsetDistance
      • offsetDistanceExtension

        protected ExtensionType offsetDistanceExtension
    • Constructor Detail

      • OffsetDistance

        public OffsetDistance()
    • Method Detail

      • getOffsetDistance

        public BigInteger getOffsetDistance()
        Gets the value of the offsetDistance property.
        Returns:
        possible object is BigInteger
      • setOffsetDistance

        public void setOffsetDistance​(BigInteger value)
        Sets the value of the offsetDistance property.
        Parameters:
        value - allowed object is BigInteger
      • getOffsetDistanceExtension

        public ExtensionType getOffsetDistanceExtension()
        Gets the value of the offsetDistanceExtension property.
        Returns:
        possible object is ExtensionType
      • setOffsetDistanceExtension

        public void setOffsetDistanceExtension​(ExtensionType value)
        Sets the value of the offsetDistanceExtension property.
        Parameters:
        value - allowed object is ExtensionType