Package uk.org.netex.www.netex
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 TypeMethodDescriptiongetElementConsumptionPolicy(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]intThe 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]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]List<? extends ElementConsumptionPolicyTypeOrBuilder> 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]getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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 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
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
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;
-