Class ClassRelationshipInFrameStructure

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

@Generated public final class ClassRelationshipInFrameStructure extends com.google.protobuf.GeneratedMessage implements ClassRelationshipInFrameStructureOrBuilder
 Type for Relationship of Class of Entity.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 563:60]
 
Protobuf type uk.org.netex.www.netex.ClassRelationshipInFrameStructure
See Also:
  • Field Details

    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • RELATIONSHIP_REF_FIELD_NUMBER

      public static final int RELATIONSHIP_REF_FIELD_NUMBER
      See Also:
    • MANDATORY_FIELD_NUMBER

      public static final int MANDATORY_FIELD_NUMBER
      See Also:
    • CONTAINMENT_FIELD_NUMBER

      public static final int CONTAINMENT_FIELD_NUMBER
      See Also:
    • MODIFICATION_SET_FIELD_NUMBER

      public static final int MODIFICATION_SET_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
    • getName

      public String getName()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 585:47]
       
      string name = 1;
      Specified by:
      getName in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Name of attribute in CLASS IN REPOSITORY.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 585:47]
       
      string name = 1;
      Specified by:
      getNameBytes in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The bytes for name.
    • hasRelationshipRef

      public boolean hasRelationshipRef()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
      Specified by:
      hasRelationshipRef in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      Whether the relationshipRef field is set.
    • getRelationshipRef

      public VersionOfObjectRefStructure getRelationshipRef()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
      Specified by:
      getRelationshipRef in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The relationshipRef.
    • getRelationshipRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getRelationshipRefOrBuilder()
       Reference to a Relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 133:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure relationship_ref = 2;
      Specified by:
      getRelationshipRefOrBuilder in interface ClassRelationshipInFrameStructureOrBuilder
    • getMandatoryValue

      public int getMandatoryValue()
       Whether relationship is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 569:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Specified by:
      getMandatoryValue in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for mandatory.
    • getMandatory

      public MandatoryEnumeration getMandatory()
       Whether relationship is required, optional or not allowed.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 569:95]
       
      .uk.org.netex.www.netex.MandatoryEnumeration mandatory = 3;
      Specified by:
      getMandatory in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The mandatory.
    • getContainmentValue

      public int getContainmentValue()
       Whether reference elements can be inline or by reference.  This is constrained by schema usage.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 574:95]
       
      .uk.org.netex.www.netex.ContainmentEnumeration containment = 4;
      Specified by:
      getContainmentValue in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for containment.
    • getContainment

      public ContainmentEnumeration getContainment()
       Whether reference elements can be inline or by reference.  This is constrained by schema usage.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 574:95]
       
      .uk.org.netex.www.netex.ContainmentEnumeration containment = 4;
      Specified by:
      getContainment in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The containment.
    • getModificationSetValue

      public int getModificationSetValue()
       Whether contained elements must be whole set or can be just a Delta.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 579:88]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 5;
      Specified by:
      getModificationSetValue in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The enum numeric value on the wire for modificationSet.
    • getModificationSet

      public ModificationSetEnumeration getModificationSet()
       Whether contained elements must be whole set or can be just a Delta.  [netex_framework/netex_responsibility/netex_versionFrame_version.xsd at 579:88]
       
      .uk.org.netex.www.netex.ModificationSetEnumeration modification_set = 5;
      Specified by:
      getModificationSet in interface ClassRelationshipInFrameStructureOrBuilder
      Returns:
      The modificationSet.
    • 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 ClassRelationshipInFrameStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ClassRelationshipInFrameStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static ClassRelationshipInFrameStructure getDefaultInstance()
    • parser

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

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