Package uk.org.siri.siri14
Class RemedyStructure
- java.lang.Object
-
- uk.org.siri.siri14.RemedyStructure
-
- All Implemented Interfaces:
Serializable
public class RemedyStructure extends Object implements Serializable
Description of the remedy to the change of a facility status (mainly when it becomes partially or totally anavailable)Java class for RemedyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemedyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RemedyType" type="{http://www.siri.org.uk/siri}RemedyTypeEnumeration" minOccurs="0"/> <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected NaturalLanguageStringStructuredescriptionprotected Extensionsextensionsprotected RemedyTypeEnumerationremedyType
-
Constructor Summary
Constructors Constructor Description RemedyStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaturalLanguageStringStructuregetDescription()Gets the value of the description property.ExtensionsgetExtensions()Gets the value of the extensions property.RemedyTypeEnumerationgetRemedyType()Gets the value of the remedyType property.voidsetDescription(NaturalLanguageStringStructure value)Sets the value of the description property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetRemedyType(RemedyTypeEnumeration value)Sets the value of the remedyType property.
-
-
-
Field Detail
-
remedyType
protected RemedyTypeEnumeration remedyType
-
description
protected NaturalLanguageStringStructure description
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getRemedyType
public RemedyTypeEnumeration getRemedyType()
Gets the value of the remedyType property.- Returns:
- possible object is
RemedyTypeEnumeration
-
setRemedyType
public void setRemedyType(RemedyTypeEnumeration value)
Sets the value of the remedyType property.- Parameters:
value- allowed object isRemedyTypeEnumeration
-
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
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-