Uses of Class
uk.org.siri.siri21.UnknownParticipantErrorStructure
-
Packages that use UnknownParticipantErrorStructure Package Description uk.org.siri.siri21 -
-
Uses of UnknownParticipantErrorStructure in uk.org.siri.siri21
Fields in uk.org.siri.siri21 declared as UnknownParticipantErrorStructure Modifier and Type Field Description protected UnknownParticipantErrorStructureErrorConditionElement. unknownParticipantErrorprotected UnknownParticipantErrorStructureServiceDeliveryErrorConditionElement. unknownParticipantErrorMethods in uk.org.siri.siri21 that return UnknownParticipantErrorStructure Modifier and Type Method Description UnknownParticipantErrorStructureObjectFactory. createUnknownParticipantErrorStructure()Create an instance ofUnknownParticipantErrorStructureUnknownParticipantErrorStructureErrorConditionElement. getUnknownParticipantError()Error: Recipient for a message to be distributed is unknown.UnknownParticipantErrorStructureServiceDeliveryErrorConditionElement. getUnknownParticipantError()Error: Recipient for a message to be distributed is unknown.Methods in uk.org.siri.siri21 that return types with arguments of type UnknownParticipantErrorStructure Modifier and Type Method Description jakarta.xml.bind.JAXBElement<UnknownParticipantErrorStructure>ObjectFactory. createUnknownParticipantError(UnknownParticipantErrorStructure value)Methods in uk.org.siri.siri21 with parameters of type UnknownParticipantErrorStructure Modifier and Type Method Description jakarta.xml.bind.JAXBElement<UnknownParticipantErrorStructure>ObjectFactory. createUnknownParticipantError(UnknownParticipantErrorStructure value)voidErrorConditionElement. setUnknownParticipantError(UnknownParticipantErrorStructure value)Sets the value of the unknownParticipantError property.voidServiceDeliveryErrorConditionElement. setUnknownParticipantError(UnknownParticipantErrorStructure value)Sets the value of the unknownParticipantError property.
-