Package uk.org.siri.www.siri
Interface InvalidDataReferencesErrorStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvalidDataReferencesErrorStructure,InvalidDataReferencesErrorStructure.Builder
@Generated
public interface InvalidDataReferencesErrorStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAddtional Description of error.com.google.protobuf.ByteStringAddtional Description of error.getInvalidRef(int index) Invalid reference values encoountered.com.google.protobuf.ByteStringgetInvalidRefBytes(int index) Invalid reference values encoountered.intInvalid reference values encoountered.Invalid reference values encoountered.intError code number associated with error.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNumber
int getNumber()Error code number associated with error. [siri/siri_request_errorConditions-v2.0.xsd at 168:51]
int32 number = 1;- Returns:
- The number.
-
getErrorText
String getErrorText()Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition. [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
string error_text = 2;- Returns:
- The errorText.
-
getErrorTextBytes
com.google.protobuf.ByteString getErrorTextBytes()Addtional Description of error. This allows a descripotion to be supplied when the Error code is used in a specific WSDL fault, rather than within a general error condition. [siri/siri_request_errorConditions-v2.0.xsd at 162:66]
string error_text = 2;- Returns:
- The bytes for errorText.
-
getInvalidRefList
Invalid reference values encoountered. [siri/siri_request_errorConditions-v2.0.xsd at 458:92]
repeated string invalid_ref = 21;- Returns:
- A list containing the invalidRef.
-
getInvalidRefCount
int getInvalidRefCount()Invalid reference values encoountered. [siri/siri_request_errorConditions-v2.0.xsd at 458:92]
repeated string invalid_ref = 21;- Returns:
- The count of invalidRef.
-
getInvalidRef
Invalid reference values encoountered. [siri/siri_request_errorConditions-v2.0.xsd at 458:92]
repeated string invalid_ref = 21;- Parameters:
index- The index of the element to return.- Returns:
- The invalidRef at the given index.
-
getInvalidRefBytes
com.google.protobuf.ByteString getInvalidRefBytes(int index) Invalid reference values encoountered. [siri/siri_request_errorConditions-v2.0.xsd at 458:92]
repeated string invalid_ref = 21;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the invalidRef at the given index.
-