public class ServiceRequest extends ServiceRequestStructure
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ServiceRequestStructure">
<sequence>
<element ref="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequest" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends AbstractFunctionalServiceRequestStructure>> |
abstractFunctionalServiceRequest |
accountId, accountKey, address, delegatorAddress, delegatorRef, messageIdentifier, requestorRef, requestTimestamp, serviceRequestContext| Constructor and Description |
|---|
ServiceRequest() |
getAccountId, getAccountKey, getAddress, getDelegatorAddress, getDelegatorRef, getMessageIdentifier, getRequestorRef, getRequestTimestamp, getServiceRequestContext, setAccountId, setAccountKey, setAddress, setDelegatorAddress, setDelegatorRef, setMessageIdentifier, setRequestorRef, setRequestTimestamp, setServiceRequestContextprotected List<JAXBElement<? extends AbstractFunctionalServiceRequestStructure>> abstractFunctionalServiceRequest
public List<JAXBElement<? extends AbstractFunctionalServiceRequestStructure>> getAbstractFunctionalServiceRequest()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the abstractFunctionalServiceRequest property.
For example, to add a new item, do as follows:
getAbstractFunctionalServiceRequest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DataObjectRequestStructure>
JAXBElement<AbstractFunctionalServiceRequestStructure>
public ServiceRequest withAbstractFunctionalServiceRequest(JAXBElement<? extends AbstractFunctionalServiceRequestStructure>... values)
public ServiceRequest withAbstractFunctionalServiceRequest(Collection<JAXBElement<? extends AbstractFunctionalServiceRequestStructure>> values)
public ServiceRequest withServiceRequestContext(ServiceRequestContextStructure value)
withServiceRequestContext in class ServiceRequestStructurepublic ServiceRequest withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class ServiceRequestStructurepublic ServiceRequest withAccountId(String value)
withAccountId in class ServiceRequestStructurepublic ServiceRequest withAccountKey(String value)
withAccountKey in class ServiceRequestStructurepublic ServiceRequest withAddress(String value)
withAddress in class ServiceRequestStructurepublic ServiceRequest withRequestorRef(ParticipantRefStructure value)
withRequestorRef in class ServiceRequestStructurepublic ServiceRequest withMessageIdentifier(MessageQualifierStructure value)
withMessageIdentifier in class ServiceRequestStructurepublic ServiceRequest withDelegatorAddress(String value)
withDelegatorAddress in class ServiceRequestStructurepublic ServiceRequest withDelegatorRef(ParticipantRefStructure value)
withDelegatorRef in class ServiceRequestStructurepublic String toString()
toString in class ServiceRequestStructureCopyright © 2018 Entur AS. All rights reserved.