Class PtAdviceStructure

  • All Implemented Interfaces:
    Serializable

    public class PtAdviceStructure
    extends Object
    implements Serializable
    Type for (structured) advice. The AdviceType enumerated value can be used to generate standardized messages describing the SITUATION. If no enumerated value is given, AdviceName is used instead. Note: this means that AdviceName is NOT a complete message, but only a (few) word(s) to be included in the message! Alternatively, AdviceRef can be used to reference a (complete) standardised advisory message.

    Java class for PtAdviceStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PtAdviceStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AdviceRef" type="{http://www.siri.org.uk/siri}AdviceRefStructure" minOccurs="0"/>
             <element name="AdviceType" type="{http://www.siri.org.uk/siri}AdviceTypeEnumeration" minOccurs="0"/>
             <element name="AdviceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Details" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form