Uses of Class
uk.org.siri.siri21.UnknownExtensionsErrorStructure
-
Packages that use UnknownExtensionsErrorStructure Package Description uk.org.siri.siri21 -
-
Uses of UnknownExtensionsErrorStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as UnknownExtensionsErrorStructure Modifier and Type Field Description protected UnknownExtensionsErrorStructureErrorCondition. unknownExtensionsErrorprotected UnknownExtensionsErrorStructureErrorConditionElement. unknownExtensionsErrorprotected UnknownExtensionsErrorStructureServiceDeliveryErrorConditionElement. unknownExtensionsErrorMethods in uk.org.siri.siri21 that return UnknownExtensionsErrorStructure Modifier and Type Method Description UnknownExtensionsErrorStructureObjectFactory. createUnknownExtensionsErrorStructure()Create an instance ofUnknownExtensionsErrorStructureUnknownExtensionsErrorStructureErrorCondition. getUnknownExtensionsError()Error: Request contained extensions that were not supported by the producer.UnknownExtensionsErrorStructureErrorConditionElement. getUnknownExtensionsError()Error: Request contained extensions that were not supported by the producer.UnknownExtensionsErrorStructureServiceDeliveryErrorConditionElement. getUnknownExtensionsError()Error: Request contained extensions that were not supported by the producer.Methods in uk.org.siri.siri21 that return types with arguments of type UnknownExtensionsErrorStructure Modifier and Type Method Description JAXBElement<UnknownExtensionsErrorStructure>ObjectFactory. createUnknownExtensionsError(UnknownExtensionsErrorStructure value)Methods in uk.org.siri.siri21 with parameters of type UnknownExtensionsErrorStructure Modifier and Type Method Description JAXBElement<UnknownExtensionsErrorStructure>ObjectFactory. createUnknownExtensionsError(UnknownExtensionsErrorStructure value)voidErrorCondition. setUnknownExtensionsError(UnknownExtensionsErrorStructure value)Sets the value of the unknownExtensionsError property.voidErrorConditionElement. setUnknownExtensionsError(UnknownExtensionsErrorStructure value)Sets the value of the unknownExtensionsError property.voidServiceDeliveryErrorConditionElement. setUnknownExtensionsError(UnknownExtensionsErrorStructure value)Sets the value of the unknownExtensionsError property.
-