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 ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RemedyStructure

        public RemedyStructure()
    • Method Detail

      • getDescriptions

        public List<NaturalLanguageStringStructure> getDescriptions()
        Gets the value of the descriptions property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the descriptions property.

        For example, to add a new item, do as follows:

            getDescriptions().add(newItem);
         

        Objects of the following type(s) are allowed in the list NaturalLanguageStringStructure

      • 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 is Extensions