Class OffsetStructure

  • All Implemented Interfaces:
    Serializable

    public class OffsetStructure
    extends Object
    implements Serializable
    Type for information about the LINEs affected by a SITUATION.

    Java class for OffsetStructure complex type.

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

     <complexType name="OffsetStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DistanceFromStart" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="DistanceFromEnd" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • distanceFromStart

        protected Long distanceFromStart
      • distanceFromEnd

        protected Long distanceFromEnd
    • Constructor Detail

      • OffsetStructure

        public OffsetStructure()
    • Method Detail

      • getDistanceFromStart

        public Long getDistanceFromStart()
        Gets the value of the distanceFromStart property.
        Returns:
        possible object is Long
      • setDistanceFromStart

        public void setDistanceFromStart​(Long value)
        Sets the value of the distanceFromStart property.
        Parameters:
        value - allowed object is Long
      • getDistanceFromEnd

        public Long getDistanceFromEnd()
        Gets the value of the distanceFromEnd property.
        Returns:
        possible object is Long
      • setDistanceFromEnd

        public void setDistanceFromEnd​(Long value)
        Sets the value of the distanceFromEnd property.
        Parameters:
        value - allowed object is Long