Package uk.org.ifopt.siri21
Class CheckPointStructure
- java.lang.Object
-
- uk.org.ifopt.siri21.CheckPointStructure
-
- All Implemented Interfaces:
Serializable
public class CheckPointStructure extends Object implements Serializable
Type for a CHECK CONSTRAINT Hazard that can be associated with.Java class for CheckPointStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckPointStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CheckPointId" type="{http://www.ifopt.org.uk/ifopt}CheckPointIdType" minOccurs="0"/> <group ref="{http://www.ifopt.org.uk/ifopt}CheckPointGroup"/> <group ref="{http://www.ifopt.org.uk/ifopt}DelayGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessibilityFeatureEnumerationaccessFeatureTypeprotected DurationaverageDelayprotected StringcheckPointIdprotected CheckPointProcessEnumerationcheckPointProcessprotected CheckPointServiceEnumerationcheckPointServiceprotected CongestionEnumerationcongestionprotected StringfacilityRefprotected DurationmaximumLikelyDelayprotected DurationminimumLikelyDelayprotected ValidityConditionStructurevalidityCondition
-
Constructor Summary
Constructors Constructor Description CheckPointStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibilityFeatureEnumerationgetAccessFeatureType()Gets the value of the accessFeatureType property.DurationgetAverageDelay()Gets the value of the averageDelay property.StringgetCheckPointId()Gets the value of the checkPointId property.CheckPointProcessEnumerationgetCheckPointProcess()Gets the value of the checkPointProcess property.CheckPointServiceEnumerationgetCheckPointService()Gets the value of the checkPointService property.CongestionEnumerationgetCongestion()Gets the value of the congestion property.StringgetFacilityRef()Gets the value of the facilityRef property.DurationgetMaximumLikelyDelay()Gets the value of the maximumLikelyDelay property.DurationgetMinimumLikelyDelay()Gets the value of the minimumLikelyDelay property.ValidityConditionStructuregetValidityCondition()Gets the value of the validityCondition property.voidsetAccessFeatureType(AccessibilityFeatureEnumeration value)Sets the value of the accessFeatureType property.voidsetAverageDelay(Duration value)Sets the value of the averageDelay property.voidsetCheckPointId(String value)Sets the value of the checkPointId property.voidsetCheckPointProcess(CheckPointProcessEnumeration value)Sets the value of the checkPointProcess property.voidsetCheckPointService(CheckPointServiceEnumeration value)Sets the value of the checkPointService property.voidsetCongestion(CongestionEnumeration value)Sets the value of the congestion property.voidsetFacilityRef(String value)Sets the value of the facilityRef property.voidsetMaximumLikelyDelay(Duration value)Sets the value of the maximumLikelyDelay property.voidsetMinimumLikelyDelay(Duration value)Sets the value of the minimumLikelyDelay property.voidsetValidityCondition(ValidityConditionStructure value)Sets the value of the validityCondition property.
-
-
-
Field Detail
-
checkPointId
protected String checkPointId
-
validityCondition
protected ValidityConditionStructure validityCondition
-
checkPointProcess
protected CheckPointProcessEnumeration checkPointProcess
-
checkPointService
protected CheckPointServiceEnumeration checkPointService
-
accessFeatureType
protected AccessibilityFeatureEnumeration accessFeatureType
-
congestion
protected CongestionEnumeration congestion
-
facilityRef
protected String facilityRef
-
minimumLikelyDelay
protected Duration minimumLikelyDelay
-
averageDelay
protected Duration averageDelay
-
maximumLikelyDelay
protected Duration maximumLikelyDelay
-
-
Method Detail
-
getCheckPointId
public String getCheckPointId()
Gets the value of the checkPointId property.- Returns:
- possible object is
String
-
setCheckPointId
public void setCheckPointId(String value)
Sets the value of the checkPointId property.- Parameters:
value- allowed object isString
-
getValidityCondition
public ValidityConditionStructure getValidityCondition()
Gets the value of the validityCondition property.- Returns:
- possible object is
ValidityConditionStructure
-
setValidityCondition
public void setValidityCondition(ValidityConditionStructure value)
Sets the value of the validityCondition property.- Parameters:
value- allowed object isValidityConditionStructure
-
getCheckPointProcess
public CheckPointProcessEnumeration getCheckPointProcess()
Gets the value of the checkPointProcess property.- Returns:
- possible object is
CheckPointProcessEnumeration
-
setCheckPointProcess
public void setCheckPointProcess(CheckPointProcessEnumeration value)
Sets the value of the checkPointProcess property.- Parameters:
value- allowed object isCheckPointProcessEnumeration
-
getCheckPointService
public CheckPointServiceEnumeration getCheckPointService()
Gets the value of the checkPointService property.- Returns:
- possible object is
CheckPointServiceEnumeration
-
setCheckPointService
public void setCheckPointService(CheckPointServiceEnumeration value)
Sets the value of the checkPointService property.- Parameters:
value- allowed object isCheckPointServiceEnumeration
-
getAccessFeatureType
public AccessibilityFeatureEnumeration getAccessFeatureType()
Gets the value of the accessFeatureType property.- Returns:
- possible object is
AccessibilityFeatureEnumeration
-
setAccessFeatureType
public void setAccessFeatureType(AccessibilityFeatureEnumeration value)
Sets the value of the accessFeatureType property.- Parameters:
value- allowed object isAccessibilityFeatureEnumeration
-
getCongestion
public CongestionEnumeration getCongestion()
Gets the value of the congestion property.- Returns:
- possible object is
CongestionEnumeration
-
setCongestion
public void setCongestion(CongestionEnumeration value)
Sets the value of the congestion property.- Parameters:
value- allowed object isCongestionEnumeration
-
getFacilityRef
public String getFacilityRef()
Gets the value of the facilityRef property.- Returns:
- possible object is
String
-
setFacilityRef
public void setFacilityRef(String value)
Sets the value of the facilityRef property.- Parameters:
value- allowed object isString
-
getMinimumLikelyDelay
public Duration getMinimumLikelyDelay()
Gets the value of the minimumLikelyDelay property.- Returns:
- possible object is
String
-
setMinimumLikelyDelay
public void setMinimumLikelyDelay(Duration value)
Sets the value of the minimumLikelyDelay property.- Parameters:
value- allowed object isString
-
getAverageDelay
public Duration getAverageDelay()
Gets the value of the averageDelay property.- Returns:
- possible object is
String
-
setAverageDelay
public void setAverageDelay(Duration value)
Sets the value of the averageDelay property.- Parameters:
value- allowed object isString
-
getMaximumLikelyDelay
public Duration getMaximumLikelyDelay()
Gets the value of the maximumLikelyDelay property.- Returns:
- possible object is
String
-
-