Class ClassInFrameStructure

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

public final class ClassInFrameStructure extends com.google.protobuf.GeneratedMessage implements ClassInFrameStructureOrBuilder
 Type for CLASS IN FRAME.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 465:48]
 
Protobuf type uk.org.netex.www.netex.ClassInFrameStructure
See Also:
  • Field Details

    • CLASS_REF_TYPE_FIELD_NUMBER

      public static final int CLASS_REF_TYPE_FIELD_NUMBER
      See Also:
    • TYPE_OF_FRAME_REF_FIELD_NUMBER

      public static final int TYPE_OF_FRAME_REF_FIELD_NUMBER
      See Also:
    • MANDATORY_FIELD_NUMBER

      public static final int MANDATORY_FIELD_NUMBER
      See Also:
    • ATTRIBUTES_FIELD_NUMBER

      public static final int ATTRIBUTES_FIELD_NUMBER
      See Also:
    • RELATIONSHIPS_FIELD_NUMBER

      public static final int RELATIONSHIPS_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
    • getClassRefTypeValue

      public 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;
      Specified by:
      getClassRefTypeValue in interface ClassInFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for classRefType.
    • getClassRefType

      public 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;
      Specified by:
      getClassRefType in interface ClassInFrameStructureOrBuilder
      Returns:
      The classRefType.
    • getTypeOfFrameRef

      public String getTypeOfFrameRef()
       Type of FrAMe containing CLass.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 484:78]
       
      string type_of_frame_ref = 3;
      Specified by:
      getTypeOfFrameRef in interface ClassInFrameStructureOrBuilder
      Returns:
      The typeOfFrameRef.
    • getTypeOfFrameRefBytes

      public 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;
      Specified by:
      getTypeOfFrameRefBytes in interface ClassInFrameStructureOrBuilder
      Returns:
      The bytes for typeOfFrameRef.
    • getMandatoryValue

      public 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;
      Specified by:
      getMandatoryValue in interface ClassInFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for mandatory.
    • getMandatory

      public 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;
      Specified by:
      getMandatory in interface ClassInFrameStructureOrBuilder
      Returns:
      The mandatory.
    • hasAttributes

      public 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;
      Specified by:
      hasAttributes in interface ClassInFrameStructureOrBuilder
      Returns:
      Whether the attributes field is set.
    • getAttributes

      public 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;
      Specified by:
      getAttributes in interface ClassInFrameStructureOrBuilder
      Returns:
      The attributes.
    • getAttributesOrBuilder

      public 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;
      Specified by:
      getAttributesOrBuilder in interface ClassInFrameStructureOrBuilder
    • hasRelationships

      public 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;
      Specified by:
      hasRelationships in interface ClassInFrameStructureOrBuilder
      Returns:
      Whether the relationships field is set.
    • getRelationships

      public 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;
      Specified by:
      getRelationships in interface ClassInFrameStructureOrBuilder
      Returns:
      The relationships.
    • getRelationshipsOrBuilder

      public 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;
      Specified by:
      getRelationshipsOrBuilder in interface ClassInFrameStructureOrBuilder
    • 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 ClassInFrameStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ClassInFrameStructure.Builder newBuilder()
    • newBuilder

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

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

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

      public static ClassInFrameStructure getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ClassInFrameStructure> 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 ClassInFrameStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder