Package uk.org.siri.siri21
Class TransportDescriptionStructure
- java.lang.Object
-
- uk.org.siri.siri21.TransportDescriptionStructure
-
- All Implemented Interfaces:
Serializable
public class TransportDescriptionStructure extends Object implements Serializable
Type for implementation structure.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CommunicationsTransportMethodEnumerationcommunicationsTransportMethodprotected CompressionMethodEnumerationcompressionMethod
-
Constructor Summary
Constructors Constructor Description TransportDescriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommunicationsTransportMethodEnumerationgetCommunicationsTransportMethod()Gets the value of the communicationsTransportMethod property.CompressionMethodEnumerationgetCompressionMethod()Gets the value of the compressionMethod property.voidsetCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value)Sets the value of the communicationsTransportMethod property.voidsetCompressionMethod(CompressionMethodEnumeration value)Sets the value of the compressionMethod property.
-
-
-
Field Detail
-
communicationsTransportMethod
protected CommunicationsTransportMethodEnumeration communicationsTransportMethod
-
compressionMethod
protected CompressionMethodEnumeration compressionMethod
-
-
Method Detail
-
getCommunicationsTransportMethod
public CommunicationsTransportMethodEnumeration getCommunicationsTransportMethod()
Gets the value of the communicationsTransportMethod property.- Returns:
- possible object is
CommunicationsTransportMethodEnumeration
-
setCommunicationsTransportMethod
public void setCommunicationsTransportMethod(CommunicationsTransportMethodEnumeration value)
Sets the value of the communicationsTransportMethod property.- Parameters:
value- allowed object isCommunicationsTransportMethodEnumeration
-
getCompressionMethod
public CompressionMethodEnumeration getCompressionMethod()
Gets the value of the compressionMethod property.- Returns:
- possible object is
CompressionMethodEnumeration
-
setCompressionMethod
public void setCompressionMethod(CompressionMethodEnumeration value)
Sets the value of the compressionMethod property.- Parameters:
value- allowed object isCompressionMethodEnumeration
-
-