Uses of Class
uk.org.siri.siri21.UnknownEndpointErrorStructure
-
Packages that use UnknownEndpointErrorStructure Package Description uk.org.siri.siri21 -
-
Uses of UnknownEndpointErrorStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as UnknownEndpointErrorStructure Modifier and Type Field Description protected UnknownEndpointErrorStructureErrorConditionElement. unknownEndpointErrorprotected UnknownEndpointErrorStructureServiceDeliveryErrorConditionElement. unknownEndpointErrorMethods in uk.org.siri.siri21 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.siri21 that return types with arguments of type UnknownEndpointErrorStructure Modifier and Type Method Description JAXBElement<UnknownEndpointErrorStructure>ObjectFactory. createUnknownEndpointError(UnknownEndpointErrorStructure value)Methods in uk.org.siri.siri21 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.
-