Package uk.org.netex.www.netex
Interface ClassInFrameStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClassInFrameStructure,ClassInFrameStructure.Builder
@Generated
public interface ClassInFrameStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequirements for attributes in class.Requirements for attributes in class.Nature of reference: Members | Member References | All.intNature of reference: Members | Member References | All.Whether element is required, optional or not allowed.intWhether element is required, optional or not allowed.Requirements for attributes in class.Requirements for attributes in class.Type of FrAMe containing CLass.com.google.protobuf.ByteStringType of FrAMe containing CLass.booleanRequirements for attributes in class.booleanRequirements for attributes in class.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
-
getClassRefTypeValue
int getClassRefTypeValue()Nature of reference: Members | Member References | All. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 479:100]
.uk.org.netex.www.netex.ClassRefTypeEnumeration class_ref_type = 2;- Returns:
- The enum numeric value on the wire for classRefType.
-
getClassRefType
ClassRefTypeEnumeration getClassRefType()Nature of reference: Members | Member References | All. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 479:100]
.uk.org.netex.www.netex.ClassRefTypeEnumeration class_ref_type = 2;- Returns:
- The classRefType.
-
getTypeOfFrameRef
String getTypeOfFrameRef()Type of FrAMe containing CLass. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 484:78]
string type_of_frame_ref = 3;- Returns:
- The typeOfFrameRef.
-
getTypeOfFrameRefBytes
com.google.protobuf.ByteString getTypeOfFrameRefBytes()Type of FrAMe containing CLass. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 484:78]
string type_of_frame_ref = 3;- Returns:
- The bytes for typeOfFrameRef.
-
getMandatoryValue
int getMandatoryValue()Whether element is required, optional or not allowed. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 489:95]
.uk.org.netex.www.netex.MandatoryEnumeration mandatory = 4;- Returns:
- The enum numeric value on the wire for mandatory.
-
getMandatory
MandatoryEnumeration getMandatory()Whether element is required, optional or not allowed. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 489:95]
.uk.org.netex.www.netex.MandatoryEnumeration mandatory = 4;- Returns:
- The mandatory.
-
hasAttributes
boolean hasAttributes()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 494:49]
.uk.org.netex.www.netex.ClassInFrameStructure.AttributesType attributes = 5;- Returns:
- Whether the attributes field is set.
-
getAttributes
ClassInFrameStructure.AttributesType getAttributes()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 494:49]
.uk.org.netex.www.netex.ClassInFrameStructure.AttributesType attributes = 5;- Returns:
- The attributes.
-
getAttributesOrBuilder
ClassInFrameStructure.AttributesTypeOrBuilder getAttributesOrBuilder()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 494:49]
.uk.org.netex.www.netex.ClassInFrameStructure.AttributesType attributes = 5; -
hasRelationships
boolean hasRelationships()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 508:52]
.uk.org.netex.www.netex.ClassInFrameStructure.RelationshipsType relationships = 6;- Returns:
- Whether the relationships field is set.
-
getRelationships
ClassInFrameStructure.RelationshipsType getRelationships()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 508:52]
.uk.org.netex.www.netex.ClassInFrameStructure.RelationshipsType relationships = 6;- Returns:
- The relationships.
-
getRelationshipsOrBuilder
ClassInFrameStructure.RelationshipsTypeOrBuilder getRelationshipsOrBuilder()Requirements for attributes in class. [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 508:52]
.uk.org.netex.www.netex.ClassInFrameStructure.RelationshipsType relationships = 6;
-