public class UnknownParticipantErrorStructure extends ErrorCodeStructure
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>
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantRefStructure |
participantRef |
errorText, number| Constructor and Description |
|---|
UnknownParticipantErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantRefStructure |
getParticipantRef()
Gets the value of the participantRef property.
|
void |
setParticipantRef(ParticipantRefStructure value)
Sets the value of the participantRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UnknownParticipantErrorStructure |
withErrorText(String value) |
UnknownParticipantErrorStructure |
withNumber(BigInteger value) |
UnknownParticipantErrorStructure |
withParticipantRef(ParticipantRefStructure value) |
getErrorText, getNumber, setErrorText, setNumberprotected ParticipantRefStructure participantRef
public ParticipantRefStructure getParticipantRef()
ParticipantRefStructurepublic void setParticipantRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic UnknownParticipantErrorStructure withParticipantRef(ParticipantRefStructure value)
public UnknownParticipantErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic UnknownParticipantErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.