Package uk.org.siri.siri10
Class CheckStatusRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.RequestStructure
-
- uk.org.siri.siri10.CheckStatusRequestStructure
-
- All Implemented Interfaces:
Serializable
public class CheckStatusRequestStructure extends RequestStructure implements Serializable
Type for check status request.Java class for CheckStatusRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckStatusRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}RequestStructure"> <sequence> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionsStructureextensions-
Fields inherited from class uk.org.siri.siri10.RequestStructure
address, messageIdentifier, requestorRef, requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description CheckStatusRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsStructuregetExtensions()Gets the value of the extensions property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.-
Methods inherited from class uk.org.siri.siri10.RequestStructure
getAddress, getMessageIdentifier, getRequestorRef, getRequestTimestamp, setAddress, setMessageIdentifier, setRequestorRef, setRequestTimestamp
-
-
-
-
Field Detail
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-