Package uk.org.netex.www.netex
Interface MediumAccessDeviceRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MediumAccessDeviceRefs_RelStructure,MediumAccessDeviceRefs_RelStructure.Builder
public interface MediumAccessDeviceRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a EMV CARD.Reference to a EMV CARD.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.Reference to a MOBILE DEVICE.Reference to a MOBILE DEVICE.Whether this is a list of all (revise) or just changes.intWhether this is a list of all (revise) or just changes.Reference to a SMARTCARD.Reference to a SMARTCARD.booleanReference to a EMV CARD.booleanReference to a MOBILE DEVICE.booleanReference to a SMARTCARD.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.
-
getModificationSetValue
int getModificationSetValue()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The enum numeric value on the wire for modificationSet.
-
getModificationSet
ModificationSetEnumeration getModificationSet()Whether this is a list of all (revise) or just changes. [netex_framework/netex_responsibility/netex_relationship.xsd at 184:91]
.uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 2;- Returns:
- The modificationSet.
-
hasSmartcardRef
boolean hasSmartcardRef()Reference to a SMARTCARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 3;- Returns:
- Whether the smartcardRef field is set.
-
getSmartcardRef
VersionOfObjectRefStructure getSmartcardRef()Reference to a SMARTCARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 3;- Returns:
- The smartcardRef.
-
getSmartcardRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSmartcardRefOrBuilder()Reference to a SMARTCARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 104:106]
.uk.org.netex.www.netex.VersionOfObjectRefStructure smartcard_ref = 3; -
hasEmvCardRef
boolean hasEmvCardRef()Reference to a EMV CARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
.uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 4;- Returns:
- Whether the emvCardRef field is set.
-
getEmvCardRef
VersionOfObjectRefStructure getEmvCardRef()Reference to a EMV CARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
.uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 4;- Returns:
- The emvCardRef.
-
getEmvCardRefOrBuilder
VersionOfObjectRefStructureOrBuilder getEmvCardRefOrBuilder()Reference to a EMV CARD. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 130:102]
.uk.org.netex.www.netex.VersionOfObjectRefStructure emv_card_ref = 4; -
hasMobileDeviceRef
boolean hasMobileDeviceRef()Reference to a MOBILE DEVICE. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 5;- Returns:
- Whether the mobileDeviceRef field is set.
-
getMobileDeviceRef
VersionOfObjectRefStructure getMobileDeviceRef()Reference to a MOBILE DEVICE. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 5;- Returns:
- The mobileDeviceRef.
-
getMobileDeviceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getMobileDeviceRefOrBuilder()Reference to a MOBILE DEVICE. +v1.2.2 [netex_part_3/part3_salesTransactions/netex_mediumApplication_support.xsd at 156:112]
.uk.org.netex.www.netex.VersionOfObjectRefStructure mobile_device_ref = 5; -
getMediumAccessDeviceRefStructureCase
MediumAccessDeviceRefs_RelStructure.MediumAccessDeviceRefStructureCase getMediumAccessDeviceRefStructureCase()
-