Class Restriction
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected WinterEquipmentRequirementEnumequipmentRequirementprotected BigIntegerminimumCarOccupancyprotected ExtensionTyperestrictionExtensionprotected BigIntegersequentialRampNumber
-
Constructor Summary
Constructors Constructor Description Restriction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WinterEquipmentRequirementEnumgetEquipmentRequirement()Gets the value of the equipmentRequirement property.BigIntegergetMinimumCarOccupancy()Gets the value of the minimumCarOccupancy property.ExtensionTypegetRestrictionExtension()Gets the value of the restrictionExtension property.BigIntegergetSequentialRampNumber()Gets the value of the sequentialRampNumber property.voidsetEquipmentRequirement(WinterEquipmentRequirementEnum value)Sets the value of the equipmentRequirement property.voidsetMinimumCarOccupancy(BigInteger value)Sets the value of the minimumCarOccupancy property.voidsetRestrictionExtension(ExtensionType value)Sets the value of the restrictionExtension property.voidsetSequentialRampNumber(BigInteger value)Sets the value of the sequentialRampNumber property.
-
-
-
Field Detail
-
equipmentRequirement
protected WinterEquipmentRequirementEnum equipmentRequirement
-
minimumCarOccupancy
protected BigInteger minimumCarOccupancy
-
sequentialRampNumber
protected BigInteger sequentialRampNumber
-
restrictionExtension
protected ExtensionType restrictionExtension
-
-
Method Detail
-
getEquipmentRequirement
public WinterEquipmentRequirementEnum getEquipmentRequirement()
Gets the value of the equipmentRequirement property.- Returns:
- possible object is
WinterEquipmentRequirementEnum
-
setEquipmentRequirement
public void setEquipmentRequirement(WinterEquipmentRequirementEnum value)
Sets the value of the equipmentRequirement property.- Parameters:
value- allowed object isWinterEquipmentRequirementEnum
-
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 isBigInteger
-
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 isBigInteger
-
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 isExtensionType
-
-