Package uk.org.siri.siri21
Class UnknownSubscriberErrorStructure
- java.lang.Object
-
- uk.org.siri.siri21.ErrorCodeStructure
-
- uk.org.siri.siri21.UnknownSubscriberErrorStructure
-
- All Implemented Interfaces:
Serializable
public class UnknownSubscriberErrorStructure extends ErrorCodeStructure implements Serializable
Type for Error: Subscriber not found.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected RequestorRefsubscriberRef-
Fields inherited from class uk.org.siri.siri21.ErrorCodeStructure
errorText, number
-
-
Constructor Summary
Constructors Constructor Description UnknownSubscriberErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestorRefgetSubscriberRef()Gets the value of the subscriberRef property.voidsetSubscriberRef(RequestorRef value)Sets the value of the subscriberRef property.-
Methods inherited from class uk.org.siri.siri21.ErrorCodeStructure
getErrorText, getNumber, setErrorText, setNumber
-
-
-
-
Field Detail
-
subscriberRef
protected RequestorRef subscriberRef
-
-
Method Detail
-
getSubscriberRef
public RequestorRef getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
RequestorRef
-
setSubscriberRef
public void setSubscriberRef(RequestorRef value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isRequestorRef
-
-