Class Replacing_VersionStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.Replacing_VersionStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Replacing_VersionStructureOrBuilder

public final class Replacing_VersionStructure extends com.google.protobuf.GeneratedMessage implements Replacing_VersionStructureOrBuilder
 Type for REPLACING.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 500:53]
 
Protobuf type uk.org.netex.www.netex.Replacing_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • URL_FIELD_NUMBER

      public static final int URL_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_NAMES_FIELD_NUMBER

      public static final int ALTERNATIVE_NAMES_FIELD_NUMBER
      See Also:
    • NOTICE_ASSIGNMENTS_FIELD_NUMBER

      public static final int NOTICE_ASSIGNMENTS_FIELD_NUMBER
      See Also:
    • TYPE_OF_USAGE_PARAMETER_REF_FIELD_NUMBER

      public static final int TYPE_OF_USAGE_PARAMETER_REF_FIELD_NUMBER
      See Also:
    • PRICES_FIELD_NUMBER

      public static final int PRICES_FIELD_NUMBER
      See Also:
    • ALLOWED_FIELD_NUMBER

      public static final int ALLOWED_FIELD_NUMBER
      See Also:
    • CAN_CHANGE_CLASS_FIELD_NUMBER

      public static final int CAN_CHANGE_CLASS_FIELD_NUMBER
      See Also:
    • UNUSED_TICKETS_ONLY_FIELD_NUMBER

      public static final int UNUSED_TICKETS_ONLY_FIELD_NUMBER
      See Also:
    • ONLY_AT_CERTAIN_DISTRIBUTION_POINTS_FIELD_NUMBER

      public static final int ONLY_AT_CERTAIN_DISTRIBUTION_POINTS_FIELD_NUMBER
      See Also:
    • RESELL_WHEN_FIELD_NUMBER

      public static final int RESELL_WHEN_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_FROM_ANY_TIME_FIELD_NUMBER

      public static final int EXCHANGABLE_FROM_ANY_TIME_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_FROM_DURATION_FIELD_NUMBER

      public static final int EXCHANGABLE_FROM_DURATION_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_FROM_PERCENT_USE_FIELD_NUMBER

      public static final int EXCHANGABLE_FROM_PERCENT_USE_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_FROM_INTERVAL_REF_FIELD_NUMBER

      public static final int EXCHANGABLE_FROM_INTERVAL_REF_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_UNTIL_ANY_TIME_FIELD_NUMBER

      public static final int EXCHANGABLE_UNTIL_ANY_TIME_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_UNTIL_DURATION_FIELD_NUMBER

      public static final int EXCHANGABLE_UNTIL_DURATION_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_UNTIL_PERCENT_USE_FIELD_NUMBER

      public static final int EXCHANGABLE_UNTIL_PERCENT_USE_FIELD_NUMBER
      See Also:
    • EXCHANGABLE_UNTIL_INTERVAL_REF_FIELD_NUMBER

      public static final int EXCHANGABLE_UNTIL_INTERVAL_REF_FIELD_NUMBER
      See Also:
    • EFFECTIVE_FROM_FIELD_NUMBER

      public static final int EFFECTIVE_FROM_FIELD_NUMBER
      See Also:
    • NOTIFICATION_PERIOD_FIELD_NUMBER

      public static final int NOTIFICATION_PERIOD_FIELD_NUMBER
      See Also:
    • HAS_FEE_FIELD_NUMBER

      public static final int HAS_FEE_FIELD_NUMBER
      See Also:
    • REFUND_BASIS_FIELD_NUMBER

      public static final int REFUND_BASIS_FIELD_NUMBER
      See Also:
    • PAYMENT_METHODS_FIELD_NUMBER

      public static final int PAYMENT_METHODS_FIELD_NUMBER
      See Also:
    • TYPES_OF_PAYMENT_METHOD_REF_FIELD_NUMBER

      public static final int TYPES_OF_PAYMENT_METHOD_REF_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getId

      public String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getId in interface Replacing_VersionStructureOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface Replacing_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

      public boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Specified by:
      hasCreated in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the created field is set.
    • getCreated

      public 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;
      Specified by:
      getCreated in interface Replacing_VersionStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public 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;
      Specified by:
      getCreatedOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasChanged

      public 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;
      Specified by:
      hasChanged in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public 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;
      Specified by:
      getChanged in interface Replacing_VersionStructureOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public 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;
      Specified by:
      getChangedOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getVersion

      public String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersion in interface Replacing_VersionStructureOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Specified by:
      getVersionBytes in interface Replacing_VersionStructureOrBuilder
      Returns:
      The bytes for version.
    • getStatusValue

      public 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;
      Specified by:
      getStatusValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public 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;
      Specified by:
      getStatus in interface Replacing_VersionStructureOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public 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 = 483;
      Specified by:
      getDerivedFromVersionRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public 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 = 483;
      Specified by:
      getDerivedFromVersionRefBytes in interface Replacing_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public 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 = 484;
      Specified by:
      getDerivedFromObjectRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public 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 = 484;
      Specified by:
      getDerivedFromObjectRefBytes in interface Replacing_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public 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;
      Specified by:
      hasValidityConditions in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public 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;
      Specified by:
      getValidityConditions in interface Replacing_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public 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;
      Specified by:
      getValidityConditionsOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getValidBetweenList

      public 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;
      Specified by:
      getValidBetweenList in interface Replacing_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

      public 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;
      Specified by:
      getValidBetweenOrBuilderList in interface Replacing_VersionStructureOrBuilder
    • getValidBetweenCount

      public 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;
      Specified by:
      getValidBetweenCount in interface Replacing_VersionStructureOrBuilder
    • getValidBetween

      public ValidBetweenType getValidBetween(int index)
       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;
      Specified by:
      getValidBetween in interface Replacing_VersionStructureOrBuilder
    • getValidBetweenOrBuilder

      public ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       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;
      Specified by:
      getValidBetweenOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasAlternativeTexts

      public 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;
      Specified by:
      hasAlternativeTexts in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public 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;
      Specified by:
      getAlternativeTexts in interface Replacing_VersionStructureOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public 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;
      Specified by:
      getAlternativeTextsOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasKeyList

      public 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;
      Specified by:
      hasKeyList in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public 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;
      Specified by:
      getKeyList in interface Replacing_VersionStructureOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public 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;
      Specified by:
      getKeyListOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasExtensions

      public 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;
      Specified by:
      hasExtensions in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public 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;
      Specified by:
      getExtensions in interface Replacing_VersionStructureOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public 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;
      Specified by:
      getExtensionsOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasBrandingRef

      public 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;
      Specified by:
      hasBrandingRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public 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;
      Specified by:
      getBrandingRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public 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;
      Specified by:
      getBrandingRefOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface Replacing_VersionStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 124:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      hasDescription in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescription in interface Replacing_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 129:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Specified by:
      getDescriptionOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getUrl

      public String getUrl()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrl in interface Replacing_VersionStructureOrBuilder
      Returns:
      The url.
    • getUrlBytes

      public com.google.protobuf.ByteString getUrlBytes()
       URL for information on element.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 134:60]
       
      string url = 163;
      Specified by:
      getUrlBytes in interface Replacing_VersionStructureOrBuilder
      Returns:
      The bytes for url.
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      hasInfoLinks in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinks in interface Replacing_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with GPRICEABLE OBLECT. Can be used to associated pfs, web pages etc, conditions of use etc.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 139:48]
       
      .uk.org.netex.www.netex.PriceableObject_VersionStructure_InfoLinksType info_links = 164;
      Specified by:
      getInfoLinksOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasAlternativeNames

      public boolean hasAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      hasAlternativeNames in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      public AlternativeNames_RelStructure getAlternativeNames()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNames in interface Replacing_VersionStructureOrBuilder
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      public AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       ALTERNATIVE NAMEs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 149:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 165;
      Specified by:
      getAlternativeNamesOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      hasNoticeAssignments in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignments in interface Replacing_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       NOTICE ASSIGNMENTs for PRICEABLE OBJECT.  [netex_part_3/part3_fares/netex_farePrice_version.xsd at 154:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 166;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasTypeOfUsageParameterRef

      public boolean hasTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      hasTypeOfUsageParameterRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the typeOfUsageParameterRef field is set.
    • getTypeOfUsageParameterRef

      public VersionOfObjectRefStructure getTypeOfUsageParameterRef()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The typeOfUsageParameterRef.
    • getTypeOfUsageParameterRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfUsageParameterRefOrBuilder()
       Reference to a TYPE OF USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 144:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_usage_parameter_ref = 331;
      Specified by:
      getTypeOfUsageParameterRefOrBuilder in interface Replacing_VersionStructureOrBuilder
    • hasPrices

      public boolean hasPrices()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      hasPrices in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the prices field is set.
    • getPrices

       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPrices in interface Replacing_VersionStructureOrBuilder
      Returns:
      The prices.
    • getPricesOrBuilder

      public UsageParameterPrices_RelStructureOrBuilder getPricesOrBuilder()
       Prices associated with USAGE PARAMETER.  [netex_part_3/part3_fares/netex_usageParameter_version.xsd at 141:86]
       
      .uk.org.netex.www.netex.UsageParameterPrices_RelStructure prices = 332;
      Specified by:
      getPricesOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getAllowedValue

      public int getAllowedValue()
       Whether ticket can be resold (ie refunded or exchanged respectively)  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 123:75]
       
      .uk.org.netex.www.netex.ResellTypeEnumeration allowed = 501;
      Specified by:
      getAllowedValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for allowed.
    • getAllowed

      public ResellTypeEnumeration getAllowed()
       Whether ticket can be resold (ie refunded or exchanged respectively)  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 123:75]
       
      .uk.org.netex.www.netex.ResellTypeEnumeration allowed = 501;
      Specified by:
      getAllowed in interface Replacing_VersionStructureOrBuilder
      Returns:
      The allowed.
    • getCanChangeClass

      public boolean getCanChangeClass()
       Whether transaction to change class of ticket is allowed.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 128:72]
       
      bool can_change_class = 502;
      Specified by:
      getCanChangeClass in interface Replacing_VersionStructureOrBuilder
      Returns:
      The canChangeClass.
    • getUnusedTicketsOnly

      public boolean getUnusedTicketsOnly()
       Whether only full tickets can be resold.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 133:75]
       
      bool unused_tickets_only = 503;
      Specified by:
      getUnusedTicketsOnly in interface Replacing_VersionStructureOrBuilder
      Returns:
      The unusedTicketsOnly.
    • getOnlyAtCertainDistributionPoints

      public boolean getOnlyAtCertainDistributionPoints()
       Whether reselling can only be done in certain places.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 138:89]
       
      bool only_at_certain_distribution_points = 504;
      Specified by:
      getOnlyAtCertainDistributionPoints in interface Replacing_VersionStructureOrBuilder
      Returns:
      The onlyAtCertainDistributionPoints.
    • getResellWhenValue

      public int getResellWhenValue()
       Event marking when there is resell status of the ticket changes.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 157:78]
       
      .uk.org.netex.www.netex.ResellWhenEnumeration resell_when = 505;
      Specified by:
      getResellWhenValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for resellWhen.
    • getResellWhen

      public ResellWhenEnumeration getResellWhen()
       Event marking when there is resell status of the ticket changes.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 157:78]
       
      .uk.org.netex.www.netex.ResellWhenEnumeration resell_when = 505;
      Specified by:
      getResellWhen in interface Replacing_VersionStructureOrBuilder
      Returns:
      The resellWhen.
    • getExchangableFromAnyTimeValue

      public int getExchangableFromAnyTimeValue()
       Special value - Can be resold from any point after purchase.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 163:65]
       
      .uk.org.netex.www.netex.EmptyType exchangable_from_any_time = 506;
      Specified by:
      getExchangableFromAnyTimeValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for exchangableFromAnyTime.
    • getExchangableFromAnyTime

      public EmptyType getExchangableFromAnyTime()
       Special value - Can be resold from any point after purchase.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 163:65]
       
      .uk.org.netex.www.netex.EmptyType exchangable_from_any_time = 506;
      Specified by:
      getExchangableFromAnyTime in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableFromAnyTime.
    • hasExchangableFromDuration

      public boolean hasExchangableFromDuration()
       Duration to start of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) after which ticket may be resold.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 168:69]
       
      .google.protobuf.Duration exchangable_from_duration = 507;
      Specified by:
      hasExchangableFromDuration in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the exchangableFromDuration field is set.
    • getExchangableFromDuration

      public com.google.protobuf.Duration getExchangableFromDuration()
       Duration to start of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) after which ticket may be resold.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 168:69]
       
      .google.protobuf.Duration exchangable_from_duration = 507;
      Specified by:
      getExchangableFromDuration in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableFromDuration.
    • getExchangableFromDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getExchangableFromDurationOrBuilder()
       Duration to start of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) after which ticket may be resold.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 168:69]
       
      .google.protobuf.Duration exchangable_from_duration = 507;
      Specified by:
      getExchangableFromDurationOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getExchangableFromPercentUse

      public double getExchangableFromPercentUse()
       Can be resold once a certain percentage of duration or use has been achieved. +v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 173:70]
       
      double exchangable_from_percent_use = 508;
      Specified by:
      getExchangableFromPercentUse in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableFromPercentUse.
    • hasExchangableFromIntervalRef

      public boolean hasExchangableFromIntervalRef()
       Reference to arbitrary TimeInterval determining period from which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 179:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_from_interval_ref = 521;
      Specified by:
      hasExchangableFromIntervalRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the exchangableFromIntervalRef field is set.
    • getExchangableFromIntervalRef

      public VersionOfObjectRefStructure getExchangableFromIntervalRef()
       Reference to arbitrary TimeInterval determining period from which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 179:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_from_interval_ref = 521;
      Specified by:
      getExchangableFromIntervalRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableFromIntervalRef.
    • getExchangableFromIntervalRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExchangableFromIntervalRefOrBuilder()
       Reference to arbitrary TimeInterval determining period from which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 179:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_from_interval_ref = 521;
      Specified by:
      getExchangableFromIntervalRefOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getExchangableUntilAnyTimeValue

      public int getExchangableUntilAnyTimeValue()
       Can be resold anyTime.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 185:66]
       
      .uk.org.netex.www.netex.EmptyType exchangable_until_any_time = 522;
      Specified by:
      getExchangableUntilAnyTimeValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for exchangableUntilAnyTime.
    • getExchangableUntilAnyTime

      public EmptyType getExchangableUntilAnyTime()
       Can be resold anyTime.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 185:66]
       
      .uk.org.netex.www.netex.EmptyType exchangable_until_any_time = 522;
      Specified by:
      getExchangableUntilAnyTime in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableUntilAnyTime.
    • hasExchangableUntilDuration

      public boolean hasExchangableUntilDuration()
       Duration to end of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) or that ticket.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 190:70]
       
      .google.protobuf.Duration exchangable_until_duration = 523;
      Specified by:
      hasExchangableUntilDuration in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the exchangableUntilDuration field is set.
    • getExchangableUntilDuration

      public com.google.protobuf.Duration getExchangableUntilDuration()
       Duration to end of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) or that ticket.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 190:70]
       
      .google.protobuf.Duration exchangable_until_duration = 523;
      Specified by:
      getExchangableUntilDuration in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableUntilDuration.
    • getExchangableUntilDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getExchangableUntilDurationOrBuilder()
       Duration to end of period before (negative) or after (positive) the trigger point (i.e. either Start of Validity or First Use ) or that ticket.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 190:70]
       
      .google.protobuf.Duration exchangable_until_duration = 523;
      Specified by:
      getExchangableUntilDurationOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getExchangableUntilPercentUse

      public double getExchangableUntilPercentUse()
       Can be resold until a certain percentage of duration or use has been achieved. +v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 195:71]
       
      double exchangable_until_percent_use = 524;
      Specified by:
      getExchangableUntilPercentUse in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableUntilPercentUse.
    • hasExchangableUntilIntervalRef

      public boolean hasExchangableUntilIntervalRef()
       Reference to arbitrary TimeInterval determining period up until which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 201:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_until_interval_ref = 531;
      Specified by:
      hasExchangableUntilIntervalRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the exchangableUntilIntervalRef field is set.
    • getExchangableUntilIntervalRef

      public VersionOfObjectRefStructure getExchangableUntilIntervalRef()
       Reference to arbitrary TimeInterval determining period up until which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 201:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_until_interval_ref = 531;
      Specified by:
      getExchangableUntilIntervalRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The exchangableUntilIntervalRef.
    • getExchangableUntilIntervalRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getExchangableUntilIntervalRefOrBuilder()
       Reference to arbitrary TimeInterval determining period up until which reselling can be done relative to trigger point.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 201:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure exchangable_until_interval_ref = 531;
      Specified by:
      getExchangableUntilIntervalRefOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getEffectiveFromValue

      public int getEffectiveFromValue()
       Constraint on when change can be made +v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.EffectiveFromEnumeration effective_from = 532;
      Specified by:
      getEffectiveFromValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for effectiveFrom.
    • getEffectiveFrom

      public EffectiveFromEnumeration getEffectiveFrom()
       Constraint on when change can be made +v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 206:84]
       
      .uk.org.netex.www.netex.EffectiveFromEnumeration effective_from = 532;
      Specified by:
      getEffectiveFrom in interface Replacing_VersionStructureOrBuilder
      Returns:
      The effectiveFrom.
    • hasNotificationPeriod

      public boolean hasNotificationPeriod()
       Notice period needed before transaction can be made. + v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 211:77]
       
      .google.protobuf.Duration notification_period = 533;
      Specified by:
      hasNotificationPeriod in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the notificationPeriod field is set.
    • getNotificationPeriod

      public com.google.protobuf.Duration getNotificationPeriod()
       Notice period needed before transaction can be made. + v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 211:77]
       
      .google.protobuf.Duration notification_period = 533;
      Specified by:
      getNotificationPeriod in interface Replacing_VersionStructureOrBuilder
      Returns:
      The notificationPeriod.
    • getNotificationPeriodOrBuilder

      public com.google.protobuf.DurationOrBuilder getNotificationPeriodOrBuilder()
       Notice period needed before transaction can be made. + v1.1  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 211:77]
       
      .google.protobuf.Duration notification_period = 533;
      Specified by:
      getNotificationPeriodOrBuilder in interface Replacing_VersionStructureOrBuilder
    • getHasFee

      public boolean getHasFee()
       Whether these is a fee for a resale.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 223:64]
       
      bool has_fee = 541;
      Specified by:
      getHasFee in interface Replacing_VersionStructureOrBuilder
      Returns:
      The hasFee.
    • getRefundBasisValue

      public int getRefundBasisValue()
       Basis on which resale is made.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 228:77]
       
      .uk.org.netex.www.netex.PerBasisEnumeration refund_basis = 542;
      Specified by:
      getRefundBasisValue in interface Replacing_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for refundBasis.
    • getRefundBasis

      public PerBasisEnumeration getRefundBasis()
       Basis on which resale is made.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 228:77]
       
      .uk.org.netex.www.netex.PerBasisEnumeration refund_basis = 542;
      Specified by:
      getRefundBasis in interface Replacing_VersionStructureOrBuilder
      Returns:
      The refundBasis.
    • getPaymentMethodsList

      public List<PaymentMethodEnumeration> getPaymentMethodsList()
       PAYMENT METHODs allowed to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 240:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 551 [packed = true];
      Specified by:
      getPaymentMethodsList in interface Replacing_VersionStructureOrBuilder
      Returns:
      A list containing the paymentMethods.
    • getPaymentMethodsCount

      public int getPaymentMethodsCount()
       PAYMENT METHODs allowed to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 240:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 551 [packed = true];
      Specified by:
      getPaymentMethodsCount in interface Replacing_VersionStructureOrBuilder
      Returns:
      The count of paymentMethods.
    • getPaymentMethods

      public PaymentMethodEnumeration getPaymentMethods(int index)
       PAYMENT METHODs allowed to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 240:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 551 [packed = true];
      Specified by:
      getPaymentMethods in interface Replacing_VersionStructureOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The paymentMethods at the given index.
    • getPaymentMethodsValueList

      public List<Integer> getPaymentMethodsValueList()
       PAYMENT METHODs allowed to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 240:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 551 [packed = true];
      Specified by:
      getPaymentMethodsValueList in interface Replacing_VersionStructureOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for paymentMethods.
    • getPaymentMethodsValue

      public int getPaymentMethodsValue(int index)
       PAYMENT METHODs allowed to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 240:92]
       
      repeated .uk.org.netex.www.netex.PaymentMethodEnumeration payment_methods = 551 [packed = true];
      Specified by:
      getPaymentMethodsValue in interface Replacing_VersionStructureOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of paymentMethods at the given index.
    • hasTypesOfPaymentMethodRef

      public boolean hasTypesOfPaymentMethodRef()
       Other PAYMENT METHODs allowd to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 245:106]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method_ref = 552;
      Specified by:
      hasTypesOfPaymentMethodRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      Whether the typesOfPaymentMethodRef field is set.
    • getTypesOfPaymentMethodRef

      public TypeOfPaymentMethodRefs_RelStructure getTypesOfPaymentMethodRef()
       Other PAYMENT METHODs allowd to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 245:106]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method_ref = 552;
      Specified by:
      getTypesOfPaymentMethodRef in interface Replacing_VersionStructureOrBuilder
      Returns:
      The typesOfPaymentMethodRef.
    • getTypesOfPaymentMethodRefOrBuilder

      public TypeOfPaymentMethodRefs_RelStructureOrBuilder getTypesOfPaymentMethodRefOrBuilder()
       Other PAYMENT METHODs allowd to pay fee or to make refund.  [netex_part_3/part3_fares/netex_usageParameterAfterSales_version.xsd at 245:106]
       
      .uk.org.netex.www.netex.TypeOfPaymentMethodRefs_RelStructure types_of_payment_method_ref = 552;
      Specified by:
      getTypesOfPaymentMethodRefOrBuilder in interface Replacing_VersionStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Replacing_VersionStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Replacing_VersionStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Replacing_VersionStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Replacing_VersionStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Replacing_VersionStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Replacing_VersionStructure.Builder newBuilder()
    • newBuilder

      public static Replacing_VersionStructure.Builder newBuilder(Replacing_VersionStructure prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Replacing_VersionStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Replacing_VersionStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Replacing_VersionStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<Replacing_VersionStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Replacing_VersionStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder