Package uk.org.netex.www.netex
Interface PriceGroup_VersionStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PriceGroup_VersionStructure,PriceGroup_VersionStructure.Builder
public interface PriceGroup_VersionStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional Translations of text elements.Additional Translations of text elements.Reference to a BRANDING.Reference to a BRANDING.Reference to a CAPPING RULE PRICE.Reference to a CAPPING RULE PRICE.com.google.protobuf.TimestampDate ENTITY or version was last changed.com.google.protobuf.TimestampOrBuilderDate ENTITY or version was last changed.Reference to a CONTROLLABLE ELEMENT PRICE.Reference to a CONTROLLABLE ELEMENT PRICE.com.google.protobuf.TimestampDate ENTITY was first created.com.google.protobuf.TimestampOrBuilderDate ENTITY was first created.Reference to a CUSTOMER PURCHASE PACKAGE PRICE.Reference to a CUSTOMER PURCHASE PACKAGE PRICE.Identity of object from which this object of ENTITY was derived.com.google.protobuf.ByteStringIdentity of object from which this object of ENTITY was derived.Version of this object from which this version of ENTITY was derived.com.google.protobuf.ByteStringVersion of this object from which this version of ENTITY was derived.Further Description of a GROUP OF ENTITies.Further Description of a GROUP OF ENTITies.Reference to a DISTANCE MATRIX ELEMENT PRICE.Reference to a DISTANCE MATRIX ELEMENT PRICE.com.google.type.DateEnd date for PRICE GROUP.com.google.type.DateOrBuilderEnd date for PRICE GROUP.User defined Extensions to ENTITY in schema.User defined Extensions to ENTITY in schema.Reference to a FARE PRICE.Reference to a FARE PRICE.Reference to a FARE PRODUCT PRICE.Reference to a FARE PRODUCT PRICE.Reference to a FARE STRUCTURE ELEMENT PRICE.Reference to a FARE STRUCTURE ELEMENT PRICE.Reference to a FULFILMENT METHOD PRICE.Reference to a FULFILMENT METHOD PRICE.Reference to a GEOGRAPHICAL INTERVAL PRICE.Reference to a GEOGRAPHICAL INTERVAL PRICE.Reference to a GEOGRAPHICAL UNIT PRICE.Reference to a GEOGRAPHICAL UNIT PRICE.getId()Identifier of ENTITY.com.google.protobuf.ByteStringIdentifier of ENTITY.Hyperlinks associated with GROUP OF ENTITIES.Hyperlinks associated with GROUP OF ENTITIES.A list of alternative Key values for an element.A list of alternative Key values for an element.PRICEs in PRICE GROUP.PRICEs in PRICE GROUP.getName()Name of GROUP OF ENTITies.Name of GROUP OF ENTITies.Reference to a PARKING TARIFF PRICE.Reference to a PARKING TARIFF PRICE.A private code that uniquely identifies the element.A private code that uniquely identifies the element.Reference to a PURPOSE OF GROUPING.Reference to a PURPOSE OF GROUPING.Reference to a QUALITY STRUCTURE FACTOR PRICE.Reference to a QUALITY STRUCTURE FACTOR PRICE.Reference to a ROUNDING.Reference to a ROUNDING.Reference to a SALES OFFER PACKAGE PRICE.Reference to a SALES OFFER PACKAGE PRICE.Reference to a SERIES CONSTRAINT PRICE.Reference to a SERIES CONSTRAINT PRICE.Short Name of GROUP OF ENTITies.Short Name of GROUP OF ENTITies.com.google.type.DateStart date for PRICE GROUP.com.google.type.DateOrBuilderStart date for PRICE GROUP.Whether ENTITY is currently in use.intWhether ENTITY is currently in use.Reference to a TIME INTERVAL PRICE.Reference to a TIME INTERVAL PRICE.Reference to a TIME UNIT PRICE.Reference to a TIME UNIT PRICE.Reference to a USAGE PARAMETER PRICE.Reference to a USAGE PARAMETER PRICE.Reference to a VALIDABLE ELEMENT PRICE.Reference to a VALIDABLE ELEMENT PRICE.getValidBetween(int index) OPTIMISATION.intOPTIMISATION.OPTIMISATION.getValidBetweenOrBuilder(int index) OPTIMISATION.List<? extends ValidBetweenTypeOrBuilder> OPTIMISATION.VALIDITY CONDITIONs conditioning entity.VALIDITY CONDITIONs conditioning entity.Version number of entity.com.google.protobuf.ByteStringVersion number of entity.booleanAdditional Translations of text elements.booleanReference to a BRANDING.booleanReference to a CAPPING RULE PRICE.booleanDate ENTITY or version was last changed.booleanReference to a CONTROLLABLE ELEMENT PRICE.booleanDate ENTITY was first created.booleanReference to a CUSTOMER PURCHASE PACKAGE PRICE.booleanFurther Description of a GROUP OF ENTITies.booleanReference to a DISTANCE MATRIX ELEMENT PRICE.booleanEnd date for PRICE GROUP.booleanUser defined Extensions to ENTITY in schema.booleanReference to a FARE PRICE.booleanReference to a FARE PRODUCT PRICE.booleanReference to a FARE STRUCTURE ELEMENT PRICE.booleanReference to a FULFILMENT METHOD PRICE.booleanReference to a GEOGRAPHICAL INTERVAL PRICE.booleanReference to a GEOGRAPHICAL UNIT PRICE.booleanHyperlinks associated with GROUP OF ENTITIES.booleanA list of alternative Key values for an element.booleanPRICEs in PRICE GROUP.booleanhasName()Name of GROUP OF ENTITies.booleanReference to a PARKING TARIFF PRICE.booleanA private code that uniquely identifies the element.booleanReference to a PURPOSE OF GROUPING.booleanReference to a QUALITY STRUCTURE FACTOR PRICE.booleanReference to a ROUNDING.booleanReference to a SALES OFFER PACKAGE PRICE.booleanReference to a SERIES CONSTRAINT PRICE.booleanShort Name of GROUP OF ENTITies.booleanStart date for PRICE GROUP.booleanReference to a TIME INTERVAL PRICE.booleanReference to a TIME UNIT PRICE.booleanReference to a USAGE PARAMETER PRICE.booleanReference to a VALIDABLE ELEMENT PRICE.booleanVALIDITY CONDITIONs conditioning entity.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()Identifier of ENTITY. [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of ENTITY. [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
string id = 2;- Returns:
- The bytes for id.
-
hasCreated
boolean hasCreated()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
.google.protobuf.Timestamp created = 4;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
.google.protobuf.Timestamp created = 4;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Date ENTITY was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
.google.protobuf.Timestamp created = 4; -
hasChanged
boolean hasChanged()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
.google.protobuf.Timestamp changed = 5;- Returns:
- Whether the changed field is set.
-
getChanged
com.google.protobuf.Timestamp getChanged()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
.google.protobuf.Timestamp changed = 5;- Returns:
- The changed.
-
getChangedOrBuilder
com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()Date ENTITY or version was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
.google.protobuf.Timestamp changed = 5; -
getVersion
String getVersion()Version number of entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
string version = 7;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Version number of entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
string version = 7;- Returns:
- The bytes for version.
-
getStatusValue
int getStatusValue()Whether ENTITY is currently in use. Default is "active". [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
.uk.org.netex.www.netex.StatusEnumeration status = 8;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
StatusEnumeration getStatus()Whether ENTITY is currently in use. Default is "active". [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
.uk.org.netex.www.netex.StatusEnumeration status = 8;- Returns:
- The status.
-
getDerivedFromVersionRef
String getDerivedFromVersionRef()Version of this object from which this version of ENTITY was derived. [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
string derived_from_version_ref = 311;- Returns:
- The derivedFromVersionRef.
-
getDerivedFromVersionRefBytes
com.google.protobuf.ByteString getDerivedFromVersionRefBytes()Version of this object from which this version of ENTITY was derived. [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
string derived_from_version_ref = 311;- Returns:
- The bytes for derivedFromVersionRef.
-
getDerivedFromObjectRef
String getDerivedFromObjectRef()Identity of object from which this object of ENTITY was derived. Normally the same. [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
string derived_from_object_ref = 312;- Returns:
- The derivedFromObjectRef.
-
getDerivedFromObjectRefBytes
com.google.protobuf.ByteString getDerivedFromObjectRefBytes()Identity of object from which this object of ENTITY was derived. Normally the same. [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
string derived_from_object_ref = 312;- Returns:
- The bytes for derivedFromObjectRef.
-
hasValidityConditions
boolean hasValidityConditions()VALIDITY CONDITIONs conditioning entity. [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
.uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;- Returns:
- Whether the validityConditions field is set.
-
getValidityConditions
ValidityConditions_RelStructure getValidityConditions()VALIDITY CONDITIONs conditioning entity. [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
.uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;- Returns:
- The validityConditions.
-
getValidityConditionsOrBuilder
ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()VALIDITY CONDITIONs conditioning entity. [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
.uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12; -
getValidBetweenList
List<ValidBetweenType> getValidBetweenList()OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT. [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13; -
getValidBetween
OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT. [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13; -
getValidBetweenCount
int getValidBetweenCount()OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT. [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13; -
getValidBetweenOrBuilderList
List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT. [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13; -
getValidBetweenOrBuilder
OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT. [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13; -
hasAlternativeTexts
boolean hasAlternativeTexts()Additional Translations of text elements. [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
.uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;- Returns:
- Whether the alternativeTexts field is set.
-
getAlternativeTexts
AlternativeTexts_RelStructure getAlternativeTexts()Additional Translations of text elements. [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
.uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;- Returns:
- The alternativeTexts.
-
getAlternativeTextsOrBuilder
AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()Additional Translations of text elements. [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
.uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21; -
hasKeyList
boolean hasKeyList()A list of alternative Key values for an element. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
.uk.org.netex.www.netex.KeyListStructure key_list = 71;- Returns:
- Whether the keyList field is set.
-
getKeyList
KeyListStructure getKeyList()A list of alternative Key values for an element. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
.uk.org.netex.www.netex.KeyListStructure key_list = 71;- Returns:
- The keyList.
-
getKeyListOrBuilder
KeyListStructureOrBuilder getKeyListOrBuilder()A list of alternative Key values for an element. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
.uk.org.netex.www.netex.KeyListStructure key_list = 71; -
hasExtensions
boolean hasExtensions()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 72;- Returns:
- Whether the extensions field is set.
-
getExtensions
ExtensionsStructure getExtensions()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 72;- Returns:
- The extensions.
-
getExtensionsOrBuilder
ExtensionsStructureOrBuilder getExtensionsOrBuilder()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 72; -
hasBrandingRef
boolean hasBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;- Returns:
- Whether the brandingRef field is set.
-
getBrandingRef
VersionOfObjectRefStructure getBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;- Returns:
- The brandingRef.
-
getBrandingRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73; -
hasName
boolean hasName()Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
.uk.org.netex.www.netex.MultilingualString name = 161;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
.uk.org.netex.www.netex.MultilingualString name = 161;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
.uk.org.netex.www.netex.MultilingualString name = 161; -
hasShortName
boolean hasShortName()Short Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
.uk.org.netex.www.netex.MultilingualString short_name = 162;- Returns:
- Whether the shortName field is set.
-
getShortName
MultilingualString getShortName()Short Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
.uk.org.netex.www.netex.MultilingualString short_name = 162;- Returns:
- The shortName.
-
getShortNameOrBuilder
MultilingualStringOrBuilder getShortNameOrBuilder()Short Name of GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
.uk.org.netex.www.netex.MultilingualString short_name = 162; -
hasDescription
boolean hasDescription()Further Description of a GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
.uk.org.netex.www.netex.MultilingualString description = 163;- Returns:
- Whether the description field is set.
-
getDescription
MultilingualString getDescription()Further Description of a GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
.uk.org.netex.www.netex.MultilingualString description = 163;- Returns:
- The description.
-
getDescriptionOrBuilder
MultilingualStringOrBuilder getDescriptionOrBuilder()Further Description of a GROUP OF ENTITies. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
.uk.org.netex.www.netex.MultilingualString description = 163; -
hasPurposeOfGroupingRef
boolean hasPurposeOfGroupingRef()Reference to a PURPOSE OF GROUPING. [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;- Returns:
- Whether the purposeOfGroupingRef field is set.
-
getPurposeOfGroupingRef
VersionOfObjectRefStructure getPurposeOfGroupingRef()Reference to a PURPOSE OF GROUPING. [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;- Returns:
- The purposeOfGroupingRef.
-
getPurposeOfGroupingRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()Reference to a PURPOSE OF GROUPING. [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
.uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164; -
hasPrivateCode
boolean hasPrivateCode()A private code that uniquely identifies the element. May be used for inter-operating with other (legacy) systems. [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
.uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;- Returns:
- Whether the privateCode field is set.
-
getPrivateCode
PrivateCodeStructure getPrivateCode()A private code that uniquely identifies the element. May be used for inter-operating with other (legacy) systems. [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
.uk.org.netex.www.netex.PrivateCodeStructure private_code = 165;- Returns:
- The privateCode.
-
getPrivateCodeOrBuilder
PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()A private code that uniquely identifies the element. May be used for inter-operating with other (legacy) systems. [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
.uk.org.netex.www.netex.PrivateCodeStructure private_code = 165; -
hasInfoLinks
boolean hasInfoLinks()Hyperlinks associated with GROUP OF ENTITIES. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
.uk.org.netex.www.netex.PriceGroup_VersionStructure.InfoLinksType info_links = 166;- Returns:
- Whether the infoLinks field is set.
-
getInfoLinks
PriceGroup_VersionStructure.InfoLinksType getInfoLinks()Hyperlinks associated with GROUP OF ENTITIES. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
.uk.org.netex.www.netex.PriceGroup_VersionStructure.InfoLinksType info_links = 166;- Returns:
- The infoLinks.
-
getInfoLinksOrBuilder
PriceGroup_VersionStructure.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()Hyperlinks associated with GROUP OF ENTITIES. [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
.uk.org.netex.www.netex.PriceGroup_VersionStructure.InfoLinksType info_links = 166; -
hasStartDate
boolean hasStartDate()Start date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 511:64]
.google.type.Date start_date = 281;- Returns:
- Whether the startDate field is set.
-
getStartDate
com.google.type.Date getStartDate()Start date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 511:64]
.google.type.Date start_date = 281;- Returns:
- The startDate.
-
getStartDateOrBuilder
com.google.type.DateOrBuilder getStartDateOrBuilder()Start date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 511:64]
.google.type.Date start_date = 281; -
hasEndDate
boolean hasEndDate()End date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 516:62]
.google.type.Date end_date = 282;- Returns:
- Whether the endDate field is set.
-
getEndDate
com.google.type.Date getEndDate()End date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 516:62]
.google.type.Date end_date = 282;- Returns:
- The endDate.
-
getEndDateOrBuilder
com.google.type.DateOrBuilder getEndDateOrBuilder()End date for PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 516:62]
.google.type.Date end_date = 282; -
hasRoundingRef
boolean hasRoundingRef()Reference to a ROUNDING. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 283;- Returns:
- Whether the roundingRef field is set.
-
getRoundingRef
VersionOfObjectRefStructure getRoundingRef()Reference to a ROUNDING. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 283;- Returns:
- The roundingRef.
-
getRoundingRefOrBuilder
VersionOfObjectRefStructureOrBuilder getRoundingRefOrBuilder()Reference to a ROUNDING. [netex_part_3/part3_fares/netex_calculationParameters_support.xsd at 131:101]
.uk.org.netex.www.netex.VersionOfObjectRefStructure rounding_ref = 283; -
hasMembers
boolean hasMembers()PRICEs in PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 498:77]
.uk.org.netex.www.netex.FarePrices_RelStructure members = 291;- Returns:
- Whether the members field is set.
-
getMembers
FarePrices_RelStructure getMembers()PRICEs in PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 498:77]
.uk.org.netex.www.netex.FarePrices_RelStructure members = 291;- Returns:
- The members.
-
getMembersOrBuilder
FarePrices_RelStructureOrBuilder getMembersOrBuilder()PRICEs in PRICE GROUP. [netex_part_3/part3_fares/netex_farePrice_version.xsd at 498:77]
.uk.org.netex.www.netex.FarePrices_RelStructure members = 291; -
hasFarePriceRef
boolean hasFarePriceRef()Reference to a FARE PRICE. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 292;- Returns:
- Whether the farePriceRef field is set.
-
getFarePriceRef
VersionOfObjectRefStructure getFarePriceRef()Reference to a FARE PRICE. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 292;- Returns:
- The farePriceRef.
-
getFarePriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFarePriceRefOrBuilder()Reference to a FARE PRICE. [netex_part_3/part3_fares/netex_farePrice_support.xsd at 107:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_price_ref = 292; -
hasFareProductPriceRef
boolean hasFareProductPriceRef()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 293;- Returns:
- Whether the fareProductPriceRef field is set.
-
getFareProductPriceRef
VersionOfObjectRefStructure getFareProductPriceRef()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 293;- Returns:
- The fareProductPriceRef.
-
getFareProductPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareProductPriceRefOrBuilder()Reference to a FARE PRODUCT PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 526:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_product_price_ref = 293; -
hasCappingRulePriceRef
boolean hasCappingRulePriceRef()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 294;- Returns:
- Whether the cappingRulePriceRef field is set.
-
getCappingRulePriceRef
VersionOfObjectRefStructure getCappingRulePriceRef()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 294;- Returns:
- The cappingRulePriceRef.
-
getCappingRulePriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCappingRulePriceRefOrBuilder()Reference to a CAPPING RULE PRICE. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 552:111]
.uk.org.netex.www.netex.VersionOfObjectRefStructure capping_rule_price_ref = 294; -
hasSeriesConstraintPriceRef
boolean hasSeriesConstraintPriceRef()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 295;- Returns:
- Whether the seriesConstraintPriceRef field is set.
-
getSeriesConstraintPriceRef
VersionOfObjectRefStructure getSeriesConstraintPriceRef()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 295;- Returns:
- The seriesConstraintPriceRef.
-
getSeriesConstraintPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSeriesConstraintPriceRefOrBuilder()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 295; -
hasFulfilmentMethodPriceRef
boolean hasFulfilmentMethodPriceRef()Reference to a FULFILMENT METHOD PRICE. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 296;- Returns:
- Whether the fulfilmentMethodPriceRef field is set.
-
getFulfilmentMethodPriceRef
VersionOfObjectRefStructure getFulfilmentMethodPriceRef()Reference to a FULFILMENT METHOD PRICE. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 296;- Returns:
- The fulfilmentMethodPriceRef.
-
getFulfilmentMethodPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFulfilmentMethodPriceRefOrBuilder()Reference to a FULFILMENT METHOD PRICE. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 251:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_price_ref = 296; -
hasFareStructureElementPriceRef
boolean hasFareStructureElementPriceRef()Reference to a FARE STRUCTURE ELEMENT PRICE. [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 297;- Returns:
- Whether the fareStructureElementPriceRef field is set.
-
getFareStructureElementPriceRef
VersionOfObjectRefStructure getFareStructureElementPriceRef()Reference to a FARE STRUCTURE ELEMENT PRICE. [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 297;- Returns:
- The fareStructureElementPriceRef.
-
getFareStructureElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareStructureElementPriceRefOrBuilder()Reference to a FARE STRUCTURE ELEMENT PRICE. [netex_part_3/part3_fares/netex_fareStructureElement_support.xsd at 243:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_structure_element_price_ref = 297; -
hasDistanceMatrixElementPriceRef
boolean hasDistanceMatrixElementPriceRef()Reference to a DISTANCE MATRIX ELEMENT PRICE. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 298;- Returns:
- Whether the distanceMatrixElementPriceRef field is set.
-
getDistanceMatrixElementPriceRef
VersionOfObjectRefStructure getDistanceMatrixElementPriceRef()Reference to a DISTANCE MATRIX ELEMENT PRICE. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 298;- Returns:
- The distanceMatrixElementPriceRef.
-
getDistanceMatrixElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDistanceMatrixElementPriceRefOrBuilder()Reference to a DISTANCE MATRIX ELEMENT PRICE. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 195:131]
.uk.org.netex.www.netex.VersionOfObjectRefStructure distance_matrix_element_price_ref = 298; -
hasSalesOfferPackagePriceRef
boolean hasSalesOfferPackagePriceRef()Reference to a SALES OFFER PACKAGE PRICE. [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 299;- Returns:
- Whether the salesOfferPackagePriceRef field is set.
-
getSalesOfferPackagePriceRef
VersionOfObjectRefStructure getSalesOfferPackagePriceRef()Reference to a SALES OFFER PACKAGE PRICE. [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 299;- Returns:
- The salesOfferPackagePriceRef.
-
getSalesOfferPackagePriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSalesOfferPackagePriceRefOrBuilder()Reference to a SALES OFFER PACKAGE PRICE. [netex_part_3/part3_fares/netex_salesOfferPackage_support.xsd at 136:123]
.uk.org.netex.www.netex.VersionOfObjectRefStructure sales_offer_package_price_ref = 299; -
hasUsageParameterPriceRef
boolean hasUsageParameterPriceRef()Reference to a USAGE PARAMETER PRICE. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 300;- Returns:
- Whether the usageParameterPriceRef field is set.
-
getUsageParameterPriceRef
VersionOfObjectRefStructure getUsageParameterPriceRef()Reference to a USAGE PARAMETER PRICE. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 300;- Returns:
- The usageParameterPriceRef.
-
getUsageParameterPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getUsageParameterPriceRefOrBuilder()Reference to a USAGE PARAMETER PRICE. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 118:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure usage_parameter_price_ref = 300; -
hasGeographicalUnitPriceRef
boolean hasGeographicalUnitPriceRef()Reference to a GEOGRAPHICAL UNIT PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 301;- Returns:
- Whether the geographicalUnitPriceRef field is set.
-
getGeographicalUnitPriceRef
VersionOfObjectRefStructure getGeographicalUnitPriceRef()Reference to a GEOGRAPHICAL UNIT PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 301;- Returns:
- The geographicalUnitPriceRef.
-
getGeographicalUnitPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getGeographicalUnitPriceRefOrBuilder()Reference to a GEOGRAPHICAL UNIT PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 145:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_unit_price_ref = 301; -
hasGeographicalIntervalPriceRef
boolean hasGeographicalIntervalPriceRef()Reference to a GEOGRAPHICAL INTERVAL PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 302;- Returns:
- Whether the geographicalIntervalPriceRef field is set.
-
getGeographicalIntervalPriceRef
VersionOfObjectRefStructure getGeographicalIntervalPriceRef()Reference to a GEOGRAPHICAL INTERVAL PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 302;- Returns:
- The geographicalIntervalPriceRef.
-
getGeographicalIntervalPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getGeographicalIntervalPriceRefOrBuilder()Reference to a GEOGRAPHICAL INTERVAL PRICE. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 171:129]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_interval_price_ref = 302; -
hasValidableElementPriceRef
boolean hasValidableElementPriceRef()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 303;- Returns:
- Whether the validableElementPriceRef field is set.
-
getValidableElementPriceRef
VersionOfObjectRefStructure getValidableElementPriceRef()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 303;- Returns:
- The validableElementPriceRef.
-
getValidableElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getValidableElementPriceRefOrBuilder()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 303; -
hasControllableElementPriceRef
boolean hasControllableElementPriceRef()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 304;- Returns:
- Whether the controllableElementPriceRef field is set.
-
getControllableElementPriceRef
VersionOfObjectRefStructure getControllableElementPriceRef()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 304;- Returns:
- The controllableElementPriceRef.
-
getControllableElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getControllableElementPriceRefOrBuilder()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 304; -
hasQualityStructureFactorPriceRef
boolean hasQualityStructureFactorPriceRef()Reference to a QUALITY STRUCTURE FACTOR PRICE. [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 305;- Returns:
- Whether the qualityStructureFactorPriceRef field is set.
-
getQualityStructureFactorPriceRef
VersionOfObjectRefStructure getQualityStructureFactorPriceRef()Reference to a QUALITY STRUCTURE FACTOR PRICE. [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 305;- Returns:
- The qualityStructureFactorPriceRef.
-
getQualityStructureFactorPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getQualityStructureFactorPriceRefOrBuilder()Reference to a QUALITY STRUCTURE FACTOR PRICE. [netex_part_3/part3_fares/netex_qualityStructureFactor_support.xsd at 170:133]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quality_structure_factor_price_ref = 305; -
hasTimeUnitPriceRef
boolean hasTimeUnitPriceRef()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 306;- Returns:
- Whether the timeUnitPriceRef field is set.
-
getTimeUnitPriceRef
VersionOfObjectRefStructure getTimeUnitPriceRef()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 306;- Returns:
- The timeUnitPriceRef.
-
getTimeUnitPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimeUnitPriceRefOrBuilder()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 306; -
hasTimeIntervalPriceRef
boolean hasTimeIntervalPriceRef()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 307;- Returns:
- Whether the timeIntervalPriceRef field is set.
-
getTimeIntervalPriceRef
VersionOfObjectRefStructure getTimeIntervalPriceRef()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 307;- Returns:
- The timeIntervalPriceRef.
-
getTimeIntervalPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimeIntervalPriceRefOrBuilder()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 307; -
hasParkingPriceRef
boolean hasParkingPriceRef()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 308;- Returns:
- Whether the parkingPriceRef field is set.
-
getParkingPriceRef
VersionOfObjectRefStructure getParkingPriceRef()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 308;- Returns:
- The parkingPriceRef.
-
getParkingPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getParkingPriceRefOrBuilder()Reference to a PARKING TARIFF PRICE. [netex_part_3/part3_parkingTariff/netex_parkingTariff_support.xsd at 122:103]
.uk.org.netex.www.netex.VersionOfObjectRefStructure parking_price_ref = 308; -
hasCustomerPurchasePackagePriceRef
boolean hasCustomerPurchasePackagePriceRef()Reference to a CUSTOMER PURCHASE PACKAGE PRICE. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 309;- Returns:
- Whether the customerPurchasePackagePriceRef field is set.
-
getCustomerPurchasePackagePriceRef
VersionOfObjectRefStructure getCustomerPurchasePackagePriceRef()Reference to a CUSTOMER PURCHASE PACKAGE PRICE. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 309;- Returns:
- The customerPurchasePackagePriceRef.
-
getCustomerPurchasePackagePriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCustomerPurchasePackagePriceRefOrBuilder()Reference to a CUSTOMER PURCHASE PACKAGE PRICE. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 315:135]
.uk.org.netex.www.netex.VersionOfObjectRefStructure customer_purchase_package_price_ref = 309; -
getFarePriceRefStructureCase
PriceGroup_VersionStructure.FarePriceRefStructureCase getFarePriceRefStructureCase()
-