Package uk.org.siri.siri10
Class EquipmentAvailabilityStructure
- java.lang.Object
-
- uk.org.siri.siri10.EquipmentAvailabilityStructure
-
- All Implemented Interfaces:
Serializable
public class EquipmentAvailabilityStructure extends Object implements Serializable
Type for Availaibility Change of Equipment.Java class for EquipmentAvailabilityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EquipmentAvailabilityStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EquipmentRef" type="{http://www.siri.org.uk/}EquipmentRefStructure" minOccurs="0"/> <element name="Description" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" minOccurs="0"/> <element name="EquipmentStatus" type="{http://www.siri.org.uk/}EquipmentStatusEnumeration"/> <element name="ValidityPeriod" type="{http://www.siri.org.uk/}HalfOpenTimestampRangeStructure" minOccurs="0"/> <element name="EquipmentTypeRef" type="{http://www.siri.org.uk/}EquipmentTypeRefStructure" minOccurs="0"/> <element name="EquipmentFeatures" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FeatureRef" type="{http://www.siri.org.uk/}FeatureRefStructure" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEquipmentAvailabilityStructure.EquipmentFeaturesJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredescriptionprotected EquipmentAvailabilityStructure.EquipmentFeaturesequipmentFeaturesprotected EquipmentRefStructureequipmentRefprotected EquipmentStatusEnumerationequipmentStatusprotected EquipmentTypeRefStructureequipmentTypeRefprotected HalfOpenTimestampRangeStructurevalidityPeriod
-
Constructor Summary
Constructors Constructor Description EquipmentAvailabilityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDescription()Gets the value of the description property.EquipmentAvailabilityStructure.EquipmentFeaturesgetEquipmentFeatures()Gets the value of the equipmentFeatures property.EquipmentRefStructuregetEquipmentRef()Gets the value of the equipmentRef property.EquipmentStatusEnumerationgetEquipmentStatus()Gets the value of the equipmentStatus property.EquipmentTypeRefStructuregetEquipmentTypeRef()Gets the value of the equipmentTypeRef property.HalfOpenTimestampRangeStructuregetValidityPeriod()Gets the value of the validityPeriod property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetEquipmentFeatures(EquipmentAvailabilityStructure.EquipmentFeatures value)Sets the value of the equipmentFeatures property.voidsetEquipmentRef(EquipmentRefStructure value)Sets the value of the equipmentRef property.voidsetEquipmentStatus(EquipmentStatusEnumeration value)Sets the value of the equipmentStatus property.voidsetEquipmentTypeRef(EquipmentTypeRefStructure value)Sets the value of the equipmentTypeRef property.voidsetValidityPeriod(HalfOpenTimestampRangeStructure value)Sets the value of the validityPeriod property.
-
-
-
Field Detail
-
equipmentRef
protected EquipmentRefStructure equipmentRef
-
description
protected NaturalLanguageStringStructure description
-
equipmentStatus
protected EquipmentStatusEnumeration equipmentStatus
-
validityPeriod
protected HalfOpenTimestampRangeStructure validityPeriod
-
equipmentTypeRef
protected EquipmentTypeRefStructure equipmentTypeRef
-
equipmentFeatures
protected EquipmentAvailabilityStructure.EquipmentFeatures equipmentFeatures
-
-
Method Detail
-
getEquipmentRef
public EquipmentRefStructure getEquipmentRef()
Gets the value of the equipmentRef property.- Returns:
- possible object is
EquipmentRefStructure
-
setEquipmentRef
public void setEquipmentRef(EquipmentRefStructure value)
Sets the value of the equipmentRef property.- Parameters:
value- allowed object isEquipmentRefStructure
-
getDescription
public NaturalLanguageStringStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDescription
public void setDescription(NaturalLanguageStringStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getEquipmentStatus
public EquipmentStatusEnumeration getEquipmentStatus()
Gets the value of the equipmentStatus property.- Returns:
- possible object is
EquipmentStatusEnumeration
-
setEquipmentStatus
public void setEquipmentStatus(EquipmentStatusEnumeration value)
Sets the value of the equipmentStatus property.- Parameters:
value- allowed object isEquipmentStatusEnumeration
-
getValidityPeriod
public HalfOpenTimestampRangeStructure getValidityPeriod()
Gets the value of the validityPeriod property.- Returns:
- possible object is
HalfOpenTimestampRangeStructure
-
setValidityPeriod
public void setValidityPeriod(HalfOpenTimestampRangeStructure value)
Sets the value of the validityPeriod property.- Parameters:
value- allowed object isHalfOpenTimestampRangeStructure
-
getEquipmentTypeRef
public EquipmentTypeRefStructure getEquipmentTypeRef()
Gets the value of the equipmentTypeRef property.- Returns:
- possible object is
EquipmentTypeRefStructure
-
setEquipmentTypeRef
public void setEquipmentTypeRef(EquipmentTypeRefStructure value)
Sets the value of the equipmentTypeRef property.- Parameters:
value- allowed object isEquipmentTypeRefStructure
-
getEquipmentFeatures
public EquipmentAvailabilityStructure.EquipmentFeatures getEquipmentFeatures()
Gets the value of the equipmentFeatures property.- Returns:
- possible object is
EquipmentAvailabilityStructure.EquipmentFeatures
-
setEquipmentFeatures
public void setEquipmentFeatures(EquipmentAvailabilityStructure.EquipmentFeatures value)
Sets the value of the equipmentFeatures property.- Parameters:
value- allowed object isEquipmentAvailabilityStructure.EquipmentFeatures
-
-