Package uk.org.siri.siri20
Class AbstractServiceCapabilitiesResponseStructure
- java.lang.Object
-
- uk.org.siri.siri20.ResponseStructure
-
- uk.org.siri.siri20.AbstractServiceCapabilitiesResponseStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringCapabilitiesResponseStructure,ConnectionTimetableCapabilitiesResponseStructure,EstimatedTimetableCapabilitiesResponseStructure,FacilityMonitoringCapabilitiesResponseStructure,GeneralMessageCapabilitiesResponseStructure,ProductionTimetableCapabilitiesResponseStructure,SituationExchangeCapabilitiesResponseStructure,StopMonitoringCapabilitiesResponseStructure,StopTimetableCapabilitiesResponseStructure,VehicleMonitoringCapabilitiesResponseStructure
public class AbstractServiceCapabilitiesResponseStructure extends ResponseStructure implements Serializable
Type for capabilities response.Java class for AbstractServiceCapabilitiesResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractServiceCapabilitiesResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ContextualisedResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> <sequence> <group ref="{http://www.siri.org.uk/siri}CapabilityStatusGroup"/> </sequence> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected ServiceDeliveryErrorConditionElementerrorConditionprotected MessageQualifierStructurerequestMessageRefprotected Booleanstatus-
Fields inherited from class uk.org.siri.siri20.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceCapabilitiesResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef property.ServiceDeliveryErrorConditionElementgetErrorCondition()Gets the value of the errorCondition property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.BooleanisStatus()Gets the value of the status property.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetErrorCondition(ServiceDeliveryErrorConditionElement value)Sets the value of the errorCondition property.voidsetRequestMessageRef(MessageQualifierStructure value)Sets the value of the requestMessageRef property.voidsetStatus(Boolean value)Sets the value of the status property.-
Methods inherited from class uk.org.siri.siri20.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
status
protected Boolean status
-
errorCondition
protected ServiceDeliveryErrorConditionElement errorCondition
-
-
Method Detail
-
getRequestMessageRef
public MessageQualifierStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageQualifierStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageQualifierStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageQualifierStructure
-
getDelegatorAddress
public String getDelegatorAddress()
Gets the value of the delegatorAddress property.- Returns:
- possible object is
String
-
setDelegatorAddress
public void setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.- Parameters:
value- allowed object isString
-
getDelegatorRef
public RequestorRef getDelegatorRef()
Gets the value of the delegatorRef property.- Returns:
- possible object is
RequestorRef
-
setDelegatorRef
public void setDelegatorRef(RequestorRef value)
Sets the value of the delegatorRef property.- Parameters:
value- allowed object isRequestorRef
-
isStatus
public Boolean isStatus()
Gets the value of the status property.- Returns:
- possible object is
Boolean
-
setStatus
public void setStatus(Boolean value)
Sets the value of the status property.- Parameters:
value- allowed object isBoolean
-
getErrorCondition
public ServiceDeliveryErrorConditionElement getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
ServiceDeliveryErrorConditionElement
-
setErrorCondition
public void setErrorCondition(ServiceDeliveryErrorConditionElement value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isServiceDeliveryErrorConditionElement
-
-