Uses of Class
uk.org.siri.siri20.UnknownExtensionsErrorStructure
-
Packages that use UnknownExtensionsErrorStructure Package Description uk.org.siri.siri20 -
-
Uses of UnknownExtensionsErrorStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as UnknownExtensionsErrorStructure Modifier and Type Field Description protected UnknownExtensionsErrorStructureErrorCondition. unknownExtensionsErrorprotected UnknownExtensionsErrorStructureErrorConditionElement. unknownExtensionsErrorprotected UnknownExtensionsErrorStructureServiceDeliveryErrorConditionElement. unknownExtensionsErrorMethods in uk.org.siri.siri20 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.siri20 that return types with arguments of type UnknownExtensionsErrorStructure Modifier and Type Method Description JAXBElement<UnknownExtensionsErrorStructure>ObjectFactory. createUnknownExtensionsError(UnknownExtensionsErrorStructure value)Methods in uk.org.siri.siri20 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.
-