Class UnknownParticipantErrorStructure

  • All Implemented Interfaces:
    Serializable

    public class UnknownParticipantErrorStructure
    extends ErrorCodeStructure
    implements Serializable
    Type for Error: Unknown Participant. +SIRI v2.0

    Java class for UnknownParticipantErrorStructure complex type.

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

     <complexType name="UnknownParticipantErrorStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
           <sequence>
             <element name="ParticipantRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownParticipantErrorStructure

        public UnknownParticipantErrorStructure()
    • Method Detail

      • getParticipantRef

        public RequestorRef getParticipantRef()
        Gets the value of the participantRef property.
        Returns:
        possible object is RequestorRef
      • setParticipantRef

        public void setParticipantRef​(RequestorRef value)
        Sets the value of the participantRef property.
        Parameters:
        value - allowed object is RequestorRef