public class AbstractServiceCapabilitiesResponseStructure extends ResponseStructure
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected ServiceDeliveryErrorConditionStructure |
errorCondition |
protected MessageQualifierStructure |
requestMessageRef |
protected Boolean |
status |
responseTimestamp| Constructor and Description |
|---|
AbstractServiceCapabilitiesResponseStructure() |
getResponseTimestamp, setResponseTimestampprotected MessageQualifierStructure requestMessageRef
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
protected Boolean status
protected ServiceDeliveryErrorConditionStructure errorCondition
public AbstractServiceCapabilitiesResponseStructure()
public MessageQualifierStructure getRequestMessageRef()
MessageQualifierStructurepublic void setRequestMessageRef(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic ServiceDeliveryErrorConditionStructure getErrorCondition()
ServiceDeliveryErrorConditionStructurepublic void setErrorCondition(ServiceDeliveryErrorConditionStructure value)
value - allowed object is
ServiceDeliveryErrorConditionStructurepublic AbstractServiceCapabilitiesResponseStructure withRequestMessageRef(MessageQualifierStructure value)
public AbstractServiceCapabilitiesResponseStructure withDelegatorAddress(String value)
public AbstractServiceCapabilitiesResponseStructure withDelegatorRef(ParticipantRefStructure value)
public AbstractServiceCapabilitiesResponseStructure withStatus(Boolean value)
public AbstractServiceCapabilitiesResponseStructure withErrorCondition(ServiceDeliveryErrorConditionStructure value)
public AbstractServiceCapabilitiesResponseStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseStructurepublic String toString()
toString in class ResponseStructureCopyright © 2018 Entur AS. All rights reserved.