Class Restriction

  • All Implemented Interfaces:
    Serializable

    public class Restriction
    extends Object
    implements Serializable
    Defines a restriction which qualifies the operator's management action.

    Java class for Restriction complex type.

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

     <complexType name="Restriction">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="equipmentRequirement" type="{http://datex2.eu/schema/1_0/1_0}WinterEquipmentRequirementEnum" minOccurs="0"/>
             <element name="minimumCarOccupancy" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="sequentialRampNumber" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="restrictionExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Restriction

        public Restriction()
    • Method Detail

      • getMinimumCarOccupancy

        public BigInteger getMinimumCarOccupancy()
        Gets the value of the minimumCarOccupancy property.
        Returns:
        possible object is BigInteger
      • setMinimumCarOccupancy

        public void setMinimumCarOccupancy​(BigInteger value)
        Sets the value of the minimumCarOccupancy property.
        Parameters:
        value - allowed object is BigInteger
      • getSequentialRampNumber

        public BigInteger getSequentialRampNumber()
        Gets the value of the sequentialRampNumber property.
        Returns:
        possible object is BigInteger
      • setSequentialRampNumber

        public void setSequentialRampNumber​(BigInteger value)
        Sets the value of the sequentialRampNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getRestrictionExtension

        public ExtensionType getRestrictionExtension()
        Gets the value of the restrictionExtension property.
        Returns:
        possible object is ExtensionType
      • setRestrictionExtension

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