Package uk.org.siri.siri21
Class UnknownParticipantErrorStructure
- java.lang.Object
-
- uk.org.siri.siri21.ErrorCodeStructure
-
- uk.org.siri.siri21.UnknownParticipantErrorStructure
-
- All Implemented Interfaces:
Serializable
public class UnknownParticipantErrorStructure extends ErrorCodeStructure implements Serializable
Type for Error: Unknown Participant. +SIRI v2.0Java 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
-
-
Field Summary
Fields Modifier and Type Field Description protected RequestorRefparticipantRef-
Fields inherited from class uk.org.siri.siri21.ErrorCodeStructure
errorText, number
-
-
Constructor Summary
Constructors Constructor Description UnknownParticipantErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestorRefgetParticipantRef()Gets the value of the participantRef property.voidsetParticipantRef(RequestorRef value)Sets the value of the participantRef property.-
Methods inherited from class uk.org.siri.siri21.ErrorCodeStructure
getErrorText, getNumber, setErrorText, setNumber
-
-
-
-
Field Detail
-
participantRef
protected RequestorRef participantRef
-
-
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 isRequestorRef
-
-