Class 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" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RemedyPeriod" type="{http://www.siri.org.uk/siri}HalfOpenTimestampInputRangeStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form