Uses of Class
uk.org.siri.siri20.UnknownEndpointErrorStructure
-
Packages that use UnknownEndpointErrorStructure Package Description uk.org.siri.siri20 -
-
Uses of UnknownEndpointErrorStructure in uk.org.siri.siri20
Fields in uk.org.siri.siri20 declared as UnknownEndpointErrorStructure Modifier and Type Field Description protected UnknownEndpointErrorStructureErrorConditionElement. unknownEndpointErrorprotected UnknownEndpointErrorStructureServiceDeliveryErrorConditionElement. unknownEndpointErrorMethods in uk.org.siri.siri20 that return UnknownEndpointErrorStructure Modifier and Type Method Description UnknownEndpointErrorStructureObjectFactory. createUnknownEndpointErrorStructure()Create an instance ofUnknownEndpointErrorStructureUnknownEndpointErrorStructureErrorConditionElement. getUnknownEndpointError()Gets the value of the unknownEndpointError property.UnknownEndpointErrorStructureServiceDeliveryErrorConditionElement. getUnknownEndpointError()Gets the value of the unknownEndpointError property.Methods in uk.org.siri.siri20 that return types with arguments of type UnknownEndpointErrorStructure Modifier and Type Method Description JAXBElement<UnknownEndpointErrorStructure>ObjectFactory. createUnknownEndpointError(UnknownEndpointErrorStructure value)Methods in uk.org.siri.siri20 with parameters of type UnknownEndpointErrorStructure Modifier and Type Method Description JAXBElement<UnknownEndpointErrorStructure>ObjectFactory. createUnknownEndpointError(UnknownEndpointErrorStructure value)voidErrorConditionElement. setUnknownEndpointError(UnknownEndpointErrorStructure value)Sets the value of the unknownEndpointError property.voidServiceDeliveryErrorConditionElement. setUnknownEndpointError(UnknownEndpointErrorStructure value)Sets the value of the unknownEndpointError property.
-