public class AbstractCapabilitiesStructure extends Object
Java class for AbstractCapabilitiesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractCapabilitiesStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeneralInteraction" type="{http://www.siri.org.uk/siri}CapabilityGeneralInteractionStructure" minOccurs="0"/>
<element name="TransportDescription" type="{http://www.siri.org.uk/siri}TransportDescriptionStructure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CapabilityGeneralInteractionStructure |
generalInteraction |
protected TransportDescriptionStructure |
transportDescription |
| Constructor and Description |
|---|
AbstractCapabilitiesStructure() |
| Modifier and Type | Method and Description |
|---|---|
CapabilityGeneralInteractionStructure |
getGeneralInteraction()
Gets the value of the generalInteraction property.
|
TransportDescriptionStructure |
getTransportDescription()
Gets the value of the transportDescription property.
|
void |
setGeneralInteraction(CapabilityGeneralInteractionStructure value)
Sets the value of the generalInteraction property.
|
void |
setTransportDescription(TransportDescriptionStructure value)
Sets the value of the transportDescription property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractCapabilitiesStructure |
withGeneralInteraction(CapabilityGeneralInteractionStructure value) |
AbstractCapabilitiesStructure |
withTransportDescription(TransportDescriptionStructure value) |
protected CapabilityGeneralInteractionStructure generalInteraction
protected TransportDescriptionStructure transportDescription
public CapabilityGeneralInteractionStructure getGeneralInteraction()
CapabilityGeneralInteractionStructurepublic void setGeneralInteraction(CapabilityGeneralInteractionStructure value)
value - allowed object is
CapabilityGeneralInteractionStructurepublic TransportDescriptionStructure getTransportDescription()
TransportDescriptionStructurepublic void setTransportDescription(TransportDescriptionStructure value)
value - allowed object is
TransportDescriptionStructurepublic AbstractCapabilitiesStructure withGeneralInteraction(CapabilityGeneralInteractionStructure value)
public AbstractCapabilitiesStructure withTransportDescription(TransportDescriptionStructure value)
Copyright © 2018 Entur AS. All rights reserved.