public class Exchange extends Object
Java class for Exchange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Exchange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="changedFlag" type="{http://datex2.eu/schema/2/2_0}ChangedFlagEnum" minOccurs="0"/>
<element name="clientIdentification" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="deliveryBreak" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="denyReason" type="{http://datex2.eu/schema/2/2_0}DenyReasonEnum" minOccurs="0"/>
<element name="historicalStartDate" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="historicalStopDate" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/>
<element name="keepAlive" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="requestType" type="{http://datex2.eu/schema/2/2_0}RequestTypeEnum" minOccurs="0"/>
<element name="response" type="{http://datex2.eu/schema/2/2_0}ResponseEnum" minOccurs="0"/>
<element name="subscriptionReference" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="supplierIdentification" type="{http://datex2.eu/schema/2/2_0}InternationalIdentifier"/>
<element name="target" type="{http://datex2.eu/schema/2/2_0}Target" minOccurs="0"/>
<element name="subscription" type="{http://datex2.eu/schema/2/2_0}Subscription" minOccurs="0"/>
<element name="filterReference" type="{http://datex2.eu/schema/2/2_0}FilterReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="catalogueReference" type="{http://datex2.eu/schema/2/2_0}CatalogueReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="exchangeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CatalogueReference> |
catalogueReference |
protected ChangedFlagEnum |
changedFlag |
protected String |
clientIdentification |
protected Boolean |
deliveryBreak |
protected DenyReasonEnum |
denyReason |
protected ExtensionType |
exchangeExtension |
protected List<FilterReference> |
filterReference |
protected Calendar |
historicalStartDate |
protected Calendar |
historicalStopDate |
protected Boolean |
keepAlive |
protected RequestTypeEnum |
requestType |
protected ResponseEnum |
response |
protected Subscription |
subscription |
protected String |
subscriptionReference |
protected InternationalIdentifier |
supplierIdentification |
protected Target |
target |
| Constructor and Description |
|---|
Exchange() |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogueReference> |
getCatalogueReference()
Gets the value of the catalogueReference property.
|
ChangedFlagEnum |
getChangedFlag()
Gets the value of the changedFlag property.
|
String |
getClientIdentification()
Gets the value of the clientIdentification property.
|
DenyReasonEnum |
getDenyReason()
Gets the value of the denyReason property.
|
ExtensionType |
getExchangeExtension()
Gets the value of the exchangeExtension property.
|
List<FilterReference> |
getFilterReference()
Gets the value of the filterReference property.
|
Calendar |
getHistoricalStartDate()
Gets the value of the historicalStartDate property.
|
Calendar |
getHistoricalStopDate()
Gets the value of the historicalStopDate property.
|
RequestTypeEnum |
getRequestType()
Gets the value of the requestType property.
|
ResponseEnum |
getResponse()
Gets the value of the response property.
|
Subscription |
getSubscription()
Gets the value of the subscription property.
|
String |
getSubscriptionReference()
Gets the value of the subscriptionReference property.
|
InternationalIdentifier |
getSupplierIdentification()
Gets the value of the supplierIdentification property.
|
Target |
getTarget()
Gets the value of the target property.
|
Boolean |
isDeliveryBreak()
Gets the value of the deliveryBreak property.
|
Boolean |
isKeepAlive()
Gets the value of the keepAlive property.
|
void |
setChangedFlag(ChangedFlagEnum value)
Sets the value of the changedFlag property.
|
void |
setClientIdentification(String value)
Sets the value of the clientIdentification property.
|
void |
setDeliveryBreak(Boolean value)
Sets the value of the deliveryBreak property.
|
void |
setDenyReason(DenyReasonEnum value)
Sets the value of the denyReason property.
|
void |
setExchangeExtension(ExtensionType value)
Sets the value of the exchangeExtension property.
|
void |
setHistoricalStartDate(Calendar value)
Sets the value of the historicalStartDate property.
|
void |
setHistoricalStopDate(Calendar value)
Sets the value of the historicalStopDate property.
|
void |
setKeepAlive(Boolean value)
Sets the value of the keepAlive property.
|
void |
setRequestType(RequestTypeEnum value)
Sets the value of the requestType property.
|
void |
setResponse(ResponseEnum value)
Sets the value of the response property.
|
void |
setSubscription(Subscription value)
Sets the value of the subscription property.
|
void |
setSubscriptionReference(String value)
Sets the value of the subscriptionReference property.
|
void |
setSupplierIdentification(InternationalIdentifier value)
Sets the value of the supplierIdentification property.
|
void |
setTarget(Target value)
Sets the value of the target property.
|
protected ChangedFlagEnum changedFlag
protected String clientIdentification
protected Boolean deliveryBreak
protected DenyReasonEnum denyReason
protected Calendar historicalStartDate
protected Calendar historicalStopDate
protected Boolean keepAlive
protected RequestTypeEnum requestType
protected ResponseEnum response
protected String subscriptionReference
protected InternationalIdentifier supplierIdentification
protected Target target
protected Subscription subscription
protected List<FilterReference> filterReference
protected List<CatalogueReference> catalogueReference
protected ExtensionType exchangeExtension
public ChangedFlagEnum getChangedFlag()
ChangedFlagEnumpublic void setChangedFlag(ChangedFlagEnum value)
value - allowed object is
ChangedFlagEnumpublic String getClientIdentification()
Stringpublic void setClientIdentification(String value)
value - allowed object is
Stringpublic Boolean isDeliveryBreak()
Booleanpublic void setDeliveryBreak(Boolean value)
value - allowed object is
Booleanpublic DenyReasonEnum getDenyReason()
DenyReasonEnumpublic void setDenyReason(DenyReasonEnum value)
value - allowed object is
DenyReasonEnumpublic Calendar getHistoricalStartDate()
Stringpublic void setHistoricalStartDate(Calendar value)
value - allowed object is
Stringpublic Calendar getHistoricalStopDate()
Stringpublic void setHistoricalStopDate(Calendar value)
value - allowed object is
Stringpublic Boolean isKeepAlive()
Booleanpublic void setKeepAlive(Boolean value)
value - allowed object is
Booleanpublic RequestTypeEnum getRequestType()
RequestTypeEnumpublic void setRequestType(RequestTypeEnum value)
value - allowed object is
RequestTypeEnumpublic ResponseEnum getResponse()
ResponseEnumpublic void setResponse(ResponseEnum value)
value - allowed object is
ResponseEnumpublic String getSubscriptionReference()
Stringpublic void setSubscriptionReference(String value)
value - allowed object is
Stringpublic InternationalIdentifier getSupplierIdentification()
InternationalIdentifierpublic void setSupplierIdentification(InternationalIdentifier value)
value - allowed object is
InternationalIdentifierpublic Target getTarget()
Targetpublic void setTarget(Target value)
value - allowed object is
Targetpublic Subscription getSubscription()
Subscriptionpublic void setSubscription(Subscription value)
value - allowed object is
Subscriptionpublic List<FilterReference> getFilterReference()
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 filterReference property.
For example, to add a new item, do as follows:
getFilterReference().add(newItem);
Objects of the following type(s) are allowed in the list
FilterReference
public List<CatalogueReference> getCatalogueReference()
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 catalogueReference property.
For example, to add a new item, do as follows:
getCatalogueReference().add(newItem);
Objects of the following type(s) are allowed in the list
CatalogueReference
public ExtensionType getExchangeExtension()
ExtensionTypepublic void setExchangeExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.