Class ExchangeEnumerations
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.ExchangeEnumerations
-
- All Implemented Interfaces:
Serializable
public abstract class ExchangeEnumerations extends Object implements Serializable
Collection of enumerations which are used within the Exchange sub-model.Java class for ExchangeEnumerations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeEnumerations"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="exchangeEnumerationsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> <element name="denyReasonEnum" type="{http://datex2.eu/schema/1_0/1_0}DenyReasonEnum"/> <element name="subscriptionStateEnum" type="{http://datex2.eu/schema/1_0/1_0}SubscriptionStateEnum"/> <element name="requestTypeEnum" type="{http://datex2.eu/schema/1_0/1_0}RequestTypeEnum"/> <element name="changedFlagEnum" type="{http://datex2.eu/schema/1_0/1_0}ChangedFlagEnum"/> <element name="compressionMethodEnum" type="{http://datex2.eu/schema/1_0/1_0}CompressionMethodEnum"/> <element name="updateMethodEnum" type="{http://datex2.eu/schema/1_0/1_0}UpdateMethodEnum"/> <element name="responseEnum" type="{http://datex2.eu/schema/1_0/1_0}ResponseEnum"/> <element name="operatingModeEnum" type="{http://datex2.eu/schema/1_0/1_0}OperatingModeEnum"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ChangedFlagEnumchangedFlagEnumprotected CompressionMethodEnumcompressionMethodEnumprotected DenyReasonEnumdenyReasonEnumprotected ExtensionTypeexchangeEnumerationsExtensionprotected OperatingModeEnumoperatingModeEnumprotected RequestTypeEnumrequestTypeEnumprotected ResponseEnumresponseEnumprotected SubscriptionStateEnumsubscriptionStateEnumprotected UpdateMethodEnumupdateMethodEnum
-
Constructor Summary
Constructors Constructor Description ExchangeEnumerations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangedFlagEnumgetChangedFlagEnum()Gets the value of the changedFlagEnum property.CompressionMethodEnumgetCompressionMethodEnum()Gets the value of the compressionMethodEnum property.DenyReasonEnumgetDenyReasonEnum()Gets the value of the denyReasonEnum property.ExtensionTypegetExchangeEnumerationsExtension()Gets the value of the exchangeEnumerationsExtension property.OperatingModeEnumgetOperatingModeEnum()Gets the value of the operatingModeEnum property.RequestTypeEnumgetRequestTypeEnum()Gets the value of the requestTypeEnum property.ResponseEnumgetResponseEnum()Gets the value of the responseEnum property.SubscriptionStateEnumgetSubscriptionStateEnum()Gets the value of the subscriptionStateEnum property.UpdateMethodEnumgetUpdateMethodEnum()Gets the value of the updateMethodEnum property.voidsetChangedFlagEnum(ChangedFlagEnum value)Sets the value of the changedFlagEnum property.voidsetCompressionMethodEnum(CompressionMethodEnum value)Sets the value of the compressionMethodEnum property.voidsetDenyReasonEnum(DenyReasonEnum value)Sets the value of the denyReasonEnum property.voidsetExchangeEnumerationsExtension(ExtensionType value)Sets the value of the exchangeEnumerationsExtension property.voidsetOperatingModeEnum(OperatingModeEnum value)Sets the value of the operatingModeEnum property.voidsetRequestTypeEnum(RequestTypeEnum value)Sets the value of the requestTypeEnum property.voidsetResponseEnum(ResponseEnum value)Sets the value of the responseEnum property.voidsetSubscriptionStateEnum(SubscriptionStateEnum value)Sets the value of the subscriptionStateEnum property.voidsetUpdateMethodEnum(UpdateMethodEnum value)Sets the value of the updateMethodEnum property.
-
-
-
Field Detail
-
exchangeEnumerationsExtension
protected ExtensionType exchangeEnumerationsExtension
-
denyReasonEnum
protected DenyReasonEnum denyReasonEnum
-
subscriptionStateEnum
protected SubscriptionStateEnum subscriptionStateEnum
-
requestTypeEnum
protected RequestTypeEnum requestTypeEnum
-
changedFlagEnum
protected ChangedFlagEnum changedFlagEnum
-
compressionMethodEnum
protected CompressionMethodEnum compressionMethodEnum
-
updateMethodEnum
protected UpdateMethodEnum updateMethodEnum
-
responseEnum
protected ResponseEnum responseEnum
-
operatingModeEnum
protected OperatingModeEnum operatingModeEnum
-
-
Method Detail
-
getExchangeEnumerationsExtension
public ExtensionType getExchangeEnumerationsExtension()
Gets the value of the exchangeEnumerationsExtension property.- Returns:
- possible object is
ExtensionType
-
setExchangeEnumerationsExtension
public void setExchangeEnumerationsExtension(ExtensionType value)
Sets the value of the exchangeEnumerationsExtension property.- Parameters:
value- allowed object isExtensionType
-
getDenyReasonEnum
public DenyReasonEnum getDenyReasonEnum()
Gets the value of the denyReasonEnum property.- Returns:
- possible object is
DenyReasonEnum
-
setDenyReasonEnum
public void setDenyReasonEnum(DenyReasonEnum value)
Sets the value of the denyReasonEnum property.- Parameters:
value- allowed object isDenyReasonEnum
-
getSubscriptionStateEnum
public SubscriptionStateEnum getSubscriptionStateEnum()
Gets the value of the subscriptionStateEnum property.- Returns:
- possible object is
SubscriptionStateEnum
-
setSubscriptionStateEnum
public void setSubscriptionStateEnum(SubscriptionStateEnum value)
Sets the value of the subscriptionStateEnum property.- Parameters:
value- allowed object isSubscriptionStateEnum
-
getRequestTypeEnum
public RequestTypeEnum getRequestTypeEnum()
Gets the value of the requestTypeEnum property.- Returns:
- possible object is
RequestTypeEnum
-
setRequestTypeEnum
public void setRequestTypeEnum(RequestTypeEnum value)
Sets the value of the requestTypeEnum property.- Parameters:
value- allowed object isRequestTypeEnum
-
getChangedFlagEnum
public ChangedFlagEnum getChangedFlagEnum()
Gets the value of the changedFlagEnum property.- Returns:
- possible object is
ChangedFlagEnum
-
setChangedFlagEnum
public void setChangedFlagEnum(ChangedFlagEnum value)
Sets the value of the changedFlagEnum property.- Parameters:
value- allowed object isChangedFlagEnum
-
getCompressionMethodEnum
public CompressionMethodEnum getCompressionMethodEnum()
Gets the value of the compressionMethodEnum property.- Returns:
- possible object is
CompressionMethodEnum
-
setCompressionMethodEnum
public void setCompressionMethodEnum(CompressionMethodEnum value)
Sets the value of the compressionMethodEnum property.- Parameters:
value- allowed object isCompressionMethodEnum
-
getUpdateMethodEnum
public UpdateMethodEnum getUpdateMethodEnum()
Gets the value of the updateMethodEnum property.- Returns:
- possible object is
UpdateMethodEnum
-
setUpdateMethodEnum
public void setUpdateMethodEnum(UpdateMethodEnum value)
Sets the value of the updateMethodEnum property.- Parameters:
value- allowed object isUpdateMethodEnum
-
getResponseEnum
public ResponseEnum getResponseEnum()
Gets the value of the responseEnum property.- Returns:
- possible object is
ResponseEnum
-
setResponseEnum
public void setResponseEnum(ResponseEnum value)
Sets the value of the responseEnum property.- Parameters:
value- allowed object isResponseEnum
-
getOperatingModeEnum
public OperatingModeEnum getOperatingModeEnum()
Gets the value of the operatingModeEnum property.- Returns:
- possible object is
OperatingModeEnum
-
setOperatingModeEnum
public void setOperatingModeEnum(OperatingModeEnum value)
Sets the value of the operatingModeEnum property.- Parameters:
value- allowed object isOperatingModeEnum
-
-