Interface ElementConsumptionPolicies_RelStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ElementConsumptionPolicies_RelStructure, ElementConsumptionPolicies_RelStructure.Builder

@Generated public interface ElementConsumptionPolicies_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
    int
    The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
    The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
    The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
    The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The bytes for id.
    • getElementConsumptionPolicyList

      List<ElementConsumptionPolicyType> getElementConsumptionPolicyList()
       The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
       
      repeated .uk.org.netex.www.netex.ElementConsumptionPolicyType element_consumption_policy = 2;
    • getElementConsumptionPolicy

      ElementConsumptionPolicyType getElementConsumptionPolicy(int index)
       The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
       
      repeated .uk.org.netex.www.netex.ElementConsumptionPolicyType element_consumption_policy = 2;
    • getElementConsumptionPolicyCount

      int getElementConsumptionPolicyCount()
       The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
       
      repeated .uk.org.netex.www.netex.ElementConsumptionPolicyType element_consumption_policy = 2;
    • getElementConsumptionPolicyOrBuilderList

      List<? extends ElementConsumptionPolicyTypeOrBuilder> getElementConsumptionPolicyOrBuilderList()
       The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
       
      repeated .uk.org.netex.www.netex.ElementConsumptionPolicyType element_consumption_policy = 2;
    • getElementConsumptionPolicyOrBuilder

      ElementConsumptionPolicyTypeOrBuilder getElementConsumptionPolicyOrBuilder(int index)
       The definition of a ELEMENT CONSUMPTION POLICY accross multiple CUSTOMER PURCHASE PACKAGE ELEMENTs  [netex_part_3/part3_consumption/netex_consumption_version.xsd at 47:64]
       
      repeated .uk.org.netex.www.netex.ElementConsumptionPolicyType element_consumption_policy = 2;