Package uk.org.siri.siri13
Class ErrorCodeStructure
- java.lang.Object
-
- uk.org.siri.siri13.ErrorCodeStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessNotAllowedErrorStructure,AllowedResourceUsageExceededErrorStructure,BeyondDataHorizonErrorStructure,CapabilityNotSupportedErrorStructure,NoInfoForTopicErrorStructure,OtherErrorStructure,ServiceNotAvailableErrorStructure,UnknownSubscriberErrorStructure,UnknownSubscriptionErrorStructure
public class ErrorCodeStructure extends Object implements Serializable
Type for Error CodeJava class for ErrorCodeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorCodeStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ErrorText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorCodeStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorText()Gets the value of the errorText property.voidsetErrorText(String value)Sets the value of the errorText property.
-
-
-
Field Detail
-
errorText
protected String errorText
-
-