Package uk.org.siri.siri10
Class ServiceDeliveryErrorConditionStructure
- java.lang.Object
-
- uk.org.siri.siri10.ServiceDeliveryErrorConditionStructure
-
- All Implemented Interfaces:
Serializable
public class ServiceDeliveryErrorConditionStructure extends Object implements Serializable
Type for Standard ErrorConditiosn for Service requestJava class for ServiceDeliveryErrorConditionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDeliveryErrorConditionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <group ref="{http://www.siri.org.uk/}ServiceRequestErrorGroup"/> </choice> <element name="Description" type="{http://www.siri.org.uk/}ErrorDescriptionStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessNotAllowedErrorStructureaccessNotAllowedErrorprotected AllowedResourceUsageExceededErrorStructureallowedResourceUsageExceededErrorprotected CapabilityNotSupportedErrorStructurecapabilityNotSupportedErrorprotected ErrorDescriptionStructuredescriptionprotected NoInfoForTopicErrorStructurenoInfoForTopicErrorprotected OtherErrorStructureotherError
-
Constructor Summary
Constructors Constructor Description ServiceDeliveryErrorConditionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessNotAllowedErrorStructuregetAccessNotAllowedError()Gets the value of the accessNotAllowedError property.AllowedResourceUsageExceededErrorStructuregetAllowedResourceUsageExceededError()Gets the value of the allowedResourceUsageExceededError property.CapabilityNotSupportedErrorStructuregetCapabilityNotSupportedError()Gets the value of the capabilityNotSupportedError property.ErrorDescriptionStructuregetDescription()Gets the value of the description property.NoInfoForTopicErrorStructuregetNoInfoForTopicError()Gets the value of the noInfoForTopicError property.OtherErrorStructuregetOtherError()Gets the value of the otherError property.voidsetAccessNotAllowedError(AccessNotAllowedErrorStructure value)Sets the value of the accessNotAllowedError property.voidsetAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)Sets the value of the allowedResourceUsageExceededError property.voidsetCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)Sets the value of the capabilityNotSupportedError property.voidsetDescription(ErrorDescriptionStructure value)Sets the value of the description property.voidsetNoInfoForTopicError(NoInfoForTopicErrorStructure value)Sets the value of the noInfoForTopicError property.voidsetOtherError(OtherErrorStructure value)Sets the value of the otherError property.
-
-
-
Field Detail
-
capabilityNotSupportedError
protected CapabilityNotSupportedErrorStructure capabilityNotSupportedError
-
accessNotAllowedError
protected AccessNotAllowedErrorStructure accessNotAllowedError
-
noInfoForTopicError
protected NoInfoForTopicErrorStructure noInfoForTopicError
-
allowedResourceUsageExceededError
protected AllowedResourceUsageExceededErrorStructure allowedResourceUsageExceededError
-
otherError
protected OtherErrorStructure otherError
-
description
protected ErrorDescriptionStructure description
-
-
Method Detail
-
getCapabilityNotSupportedError
public CapabilityNotSupportedErrorStructure getCapabilityNotSupportedError()
Gets the value of the capabilityNotSupportedError property.- Returns:
- possible object is
CapabilityNotSupportedErrorStructure
-
setCapabilityNotSupportedError
public void setCapabilityNotSupportedError(CapabilityNotSupportedErrorStructure value)
Sets the value of the capabilityNotSupportedError property.- Parameters:
value- allowed object isCapabilityNotSupportedErrorStructure
-
getAccessNotAllowedError
public AccessNotAllowedErrorStructure getAccessNotAllowedError()
Gets the value of the accessNotAllowedError property.- Returns:
- possible object is
AccessNotAllowedErrorStructure
-
setAccessNotAllowedError
public void setAccessNotAllowedError(AccessNotAllowedErrorStructure value)
Sets the value of the accessNotAllowedError property.- Parameters:
value- allowed object isAccessNotAllowedErrorStructure
-
getNoInfoForTopicError
public NoInfoForTopicErrorStructure getNoInfoForTopicError()
Gets the value of the noInfoForTopicError property.- Returns:
- possible object is
NoInfoForTopicErrorStructure
-
setNoInfoForTopicError
public void setNoInfoForTopicError(NoInfoForTopicErrorStructure value)
Sets the value of the noInfoForTopicError property.- Parameters:
value- allowed object isNoInfoForTopicErrorStructure
-
getAllowedResourceUsageExceededError
public AllowedResourceUsageExceededErrorStructure getAllowedResourceUsageExceededError()
Gets the value of the allowedResourceUsageExceededError property.- Returns:
- possible object is
AllowedResourceUsageExceededErrorStructure
-
setAllowedResourceUsageExceededError
public void setAllowedResourceUsageExceededError(AllowedResourceUsageExceededErrorStructure value)
Sets the value of the allowedResourceUsageExceededError property.- Parameters:
value- allowed object isAllowedResourceUsageExceededErrorStructure
-
getOtherError
public OtherErrorStructure getOtherError()
Gets the value of the otherError property.- Returns:
- possible object is
OtherErrorStructure
-
setOtherError
public void setOtherError(OtherErrorStructure value)
Sets the value of the otherError property.- Parameters:
value- allowed object isOtherErrorStructure
-
getDescription
public ErrorDescriptionStructure getDescription()
Gets the value of the description property.- Returns:
- possible object is
ErrorDescriptionStructure
-
setDescription
public void setDescription(ErrorDescriptionStructure value)
Sets the value of the description property.- Parameters:
value- allowed object isErrorDescriptionStructure
-
-