public abstract class AbstractServiceRequestStructure extends AbstractRequestStructure
Java class for AbstractServiceRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractServiceRequestStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}AbstractRequestStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}ContextualisedRequestEndpointGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageQualifierStructure |
messageIdentifier |
requestTimestamp| Constructor and Description |
|---|
AbstractServiceRequestStructure() |
| Modifier and Type | Method and Description |
|---|---|
MessageQualifierStructure |
getMessageIdentifier()
Gets the value of the messageIdentifier property.
|
void |
setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractServiceRequestStructure |
withMessageIdentifier(MessageQualifierStructure value) |
AbstractServiceRequestStructure |
withRequestTimestamp(LocalDateTime value) |
getRequestTimestamp, setRequestTimestampprotected MessageQualifierStructure messageIdentifier
public MessageQualifierStructure getMessageIdentifier()
MessageQualifierStructurepublic void setMessageIdentifier(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic AbstractServiceRequestStructure withMessageIdentifier(MessageQualifierStructure value)
public AbstractServiceRequestStructure withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class AbstractRequestStructurepublic String toString()
toString in class AbstractRequestStructureCopyright © 2018 Entur AS. All rights reserved.