public class UnknownSubscriberErrorStructure extends ErrorCodeStructure
Java class for UnknownSubscriberErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnknownSubscriberErrorStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
<sequence>
<element name="SubscriberRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParticipantRefStructure |
subscriberRef |
errorText, number| Constructor and Description |
|---|
UnknownSubscriberErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
ParticipantRefStructure |
getSubscriberRef()
Gets the value of the subscriberRef property.
|
void |
setSubscriberRef(ParticipantRefStructure value)
Sets the value of the subscriberRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
UnknownSubscriberErrorStructure |
withErrorText(String value) |
UnknownSubscriberErrorStructure |
withNumber(BigInteger value) |
UnknownSubscriberErrorStructure |
withSubscriberRef(ParticipantRefStructure value) |
getErrorText, getNumber, setErrorText, setNumberprotected ParticipantRefStructure subscriberRef
public ParticipantRefStructure getSubscriberRef()
ParticipantRefStructurepublic void setSubscriberRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic UnknownSubscriberErrorStructure withSubscriberRef(ParticipantRefStructure value)
public UnknownSubscriberErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic UnknownSubscriberErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.