public class TransportDescriptionStructure extends Object
Java class for TransportDescriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportDescriptionStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CommunicationsTransportMethod" type="{http://www.siri.org.uk/siri}CommunicationsTransportMethodEnumeration"/>
<element name="CompressionMethod" type="{http://www.siri.org.uk/siri}CompressionMethodEnumeration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CommunicationsTransportMethodEnumeration |
communicationsTransportMethod |
protected CompressionMethodEnumeration |
compressionMethod |
| Constructor and Description |
|---|
TransportDescriptionStructure() |
| Modifier and Type | Method and Description |
|---|---|
CommunicationsTransportMethodEnumeration |
getCommunicationsTransportMethod()
Gets the value of the communicationsTransportMethod property.
|
CompressionMethodEnumeration |
getCompressionMethod()
Gets the value of the compressionMethod property.
|
void |
setCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value)
Sets the value of the communicationsTransportMethod property.
|
void |
setCompressionMethod(CompressionMethodEnumeration value)
Sets the value of the compressionMethod property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TransportDescriptionStructure |
withCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value) |
TransportDescriptionStructure |
withCompressionMethod(CompressionMethodEnumeration value) |
protected CommunicationsTransportMethodEnumeration communicationsTransportMethod
protected CompressionMethodEnumeration compressionMethod
public CommunicationsTransportMethodEnumeration getCommunicationsTransportMethod()
CommunicationsTransportMethodEnumerationpublic void setCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value)
value - allowed object is
CommunicationsTransportMethodEnumerationpublic CompressionMethodEnumeration getCompressionMethod()
CompressionMethodEnumerationpublic void setCompressionMethod(CompressionMethodEnumeration value)
value - allowed object is
CompressionMethodEnumerationpublic TransportDescriptionStructure withCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value)
public TransportDescriptionStructure withCompressionMethod(CompressionMethodEnumeration value)
Copyright © 2018 Entur AS. All rights reserved.