public class PublicationDeliveryStructure extends Object
Java class for PublicationDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PublicationDeliveryStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.netex.org.uk/netex}PublicationHeaderGroup"/>
<group ref="{http://www.netex.org.uk/netex}PayloadGroup"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" default="1.0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicationDeliveryStructure.DataObjects
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PublicationDeliveryStructure.DataObjects |
dataObjects |
protected MultilingualString |
description |
protected String |
participantRef |
protected Duration |
publicationRefreshInterval |
protected PublicationRequestStructure |
publicationRequest |
protected LocalDateTime |
publicationTimestamp |
protected String |
version |
| Constructor and Description |
|---|
PublicationDeliveryStructure() |
| Modifier and Type | Method and Description |
|---|---|
PublicationDeliveryStructure.DataObjects |
getDataObjects()
Gets the value of the dataObjects property.
|
MultilingualString |
getDescription()
Gets the value of the description property.
|
String |
getParticipantRef()
Gets the value of the participantRef property.
|
Duration |
getPublicationRefreshInterval()
Gets the value of the publicationRefreshInterval property.
|
PublicationRequestStructure |
getPublicationRequest()
Gets the value of the publicationRequest property.
|
LocalDateTime |
getPublicationTimestamp()
Gets the value of the publicationTimestamp property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setDataObjects(PublicationDeliveryStructure.DataObjects value)
Sets the value of the dataObjects property.
|
void |
setDescription(MultilingualString value)
Sets the value of the description property.
|
void |
setParticipantRef(String value)
Sets the value of the participantRef property.
|
void |
setPublicationRefreshInterval(Duration value)
Sets the value of the publicationRefreshInterval property.
|
void |
setPublicationRequest(PublicationRequestStructure value)
Sets the value of the publicationRequest property.
|
void |
setPublicationTimestamp(LocalDateTime value)
Sets the value of the publicationTimestamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
PublicationDeliveryStructure |
withDataObjects(PublicationDeliveryStructure.DataObjects value) |
PublicationDeliveryStructure |
withDescription(MultilingualString value) |
PublicationDeliveryStructure |
withParticipantRef(String value) |
PublicationDeliveryStructure |
withPublicationRefreshInterval(Duration value) |
PublicationDeliveryStructure |
withPublicationRequest(PublicationRequestStructure value) |
PublicationDeliveryStructure |
withPublicationTimestamp(LocalDateTime value) |
PublicationDeliveryStructure |
withVersion(String value) |
protected LocalDateTime publicationTimestamp
protected String participantRef
protected PublicationRequestStructure publicationRequest
protected Duration publicationRefreshInterval
protected MultilingualString description
protected PublicationDeliveryStructure.DataObjects dataObjects
protected String version
public LocalDateTime getPublicationTimestamp()
Stringpublic void setPublicationTimestamp(LocalDateTime value)
value - allowed object is
Stringpublic String getParticipantRef()
Stringpublic void setParticipantRef(String value)
value - allowed object is
Stringpublic PublicationRequestStructure getPublicationRequest()
PublicationRequestStructurepublic void setPublicationRequest(PublicationRequestStructure value)
value - allowed object is
PublicationRequestStructurepublic Duration getPublicationRefreshInterval()
Stringpublic void setPublicationRefreshInterval(Duration value)
value - allowed object is
Stringpublic MultilingualString getDescription()
MultilingualStringpublic void setDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic PublicationDeliveryStructure.DataObjects getDataObjects()
PublicationDeliveryStructure.DataObjectspublic void setDataObjects(PublicationDeliveryStructure.DataObjects value)
value - allowed object is
PublicationDeliveryStructure.DataObjectspublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic PublicationDeliveryStructure withPublicationTimestamp(LocalDateTime value)
public PublicationDeliveryStructure withParticipantRef(String value)
public PublicationDeliveryStructure withPublicationRequest(PublicationRequestStructure value)
public PublicationDeliveryStructure withPublicationRefreshInterval(Duration value)
public PublicationDeliveryStructure withDescription(MultilingualString value)
public PublicationDeliveryStructure withDataObjects(PublicationDeliveryStructure.DataObjects value)
public PublicationDeliveryStructure withVersion(String value)
Copyright © 2018 Entur AS. All rights reserved.