Uses of Class
uk.org.siri.siri10.ServiceDeliveryErrorConditionStructure
-
Packages that use ServiceDeliveryErrorConditionStructure Package Description uk.org.siri.siri10 -
-
Uses of ServiceDeliveryErrorConditionStructure in uk.org.siri.siri10
Fields in uk.org.siri.siri10 declared as ServiceDeliveryErrorConditionStructure Modifier and Type Field Description protected ServiceDeliveryErrorConditionStructureAbstractDiscoveryDeliveryStructure. errorConditionprotected ServiceDeliveryErrorConditionStructureAbstractServiceCapabilitiesResponseStructure. errorConditionprotected ServiceDeliveryErrorConditionStructureAbstractServiceDeliveryStructure. errorConditionprotected ServiceDeliveryErrorConditionStructureStatusResponseStructure. errorConditionMethods in uk.org.siri.siri10 that return ServiceDeliveryErrorConditionStructure Modifier and Type Method Description ServiceDeliveryErrorConditionStructureObjectFactory. createServiceDeliveryErrorConditionStructure()Create an instance ofServiceDeliveryErrorConditionStructureServiceDeliveryErrorConditionStructureAbstractDiscoveryDeliveryStructure. getErrorCondition()Gets the value of the errorCondition property.ServiceDeliveryErrorConditionStructureAbstractServiceCapabilitiesResponseStructure. getErrorCondition()Gets the value of the errorCondition property.ServiceDeliveryErrorConditionStructureAbstractServiceDeliveryStructure. getErrorCondition()Gets the value of the errorCondition property.ServiceDeliveryErrorConditionStructureStatusResponseStructure. getErrorCondition()Gets the value of the errorCondition property.Methods in uk.org.siri.siri10 with parameters of type ServiceDeliveryErrorConditionStructure Modifier and Type Method Description voidAbstractDiscoveryDeliveryStructure. setErrorCondition(ServiceDeliveryErrorConditionStructure value)Sets the value of the errorCondition property.voidAbstractServiceCapabilitiesResponseStructure. setErrorCondition(ServiceDeliveryErrorConditionStructure value)Sets the value of the errorCondition property.voidAbstractServiceDeliveryStructure. setErrorCondition(ServiceDeliveryErrorConditionStructure value)Sets the value of the errorCondition property.voidStatusResponseStructure. setErrorCondition(ServiceDeliveryErrorConditionStructure value)Sets the value of the errorCondition property.
-