public class SubscriptionResponseBodyStructure extends Object
Java class for SubscriptionResponseBodyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionResponseBodyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.siri.org.uk/siri}ResponseStatus" maxOccurs="unbounded"/>
<element name="SubscriptionManagerAddress" type="{http://www.siri.org.uk/siri}EndpointAddress" minOccurs="0"/>
<element name="ServiceStartedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<StatusResponseStructure> |
responseStatus |
protected LocalDateTime |
serviceStartedTime |
protected String |
subscriptionManagerAddress |
| Constructor and Description |
|---|
SubscriptionResponseBodyStructure() |
protected List<StatusResponseStructure> responseStatus
protected String subscriptionManagerAddress
protected LocalDateTime serviceStartedTime
public List<StatusResponseStructure> getResponseStatus()
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 responseStatus property.
For example, to add a new item, do as follows:
getResponseStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusResponseStructure
public String getSubscriptionManagerAddress()
Stringpublic void setSubscriptionManagerAddress(String value)
value - allowed object is
Stringpublic LocalDateTime getServiceStartedTime()
Stringpublic void setServiceStartedTime(LocalDateTime value)
value - allowed object is
Stringpublic SubscriptionResponseBodyStructure withResponseStatus(StatusResponseStructure... values)
public SubscriptionResponseBodyStructure withResponseStatus(Collection<StatusResponseStructure> values)
public SubscriptionResponseBodyStructure withSubscriptionManagerAddress(String value)
public SubscriptionResponseBodyStructure withServiceStartedTime(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.