Package uk.org.netex.www.netex
Class StairEndStructure.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<StairEndStructure.Builder>
com.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
uk.org.netex.www.netex.StairEndStructure.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,StairEndStructureOrBuilder
- Enclosing class:
StairEndStructure
public static final class StairEndStructure.Builder
extends com.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
implements StairEndStructureOrBuilder
End of Flight of stairs. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 613:44]Protobuf type
uk.org.netex.www.netex.StairEndStructure-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Whether there is a handrail that continues from previous section.Whether there is a textured ground surface.Whether there is a colour contrast.booleanWhether there is a handrail that continues from previous section.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorbooleanWhether there is a textured ground surface.booleanWhether there is a colour contrast.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(StairEndStructure other) setContinuingHandrail(boolean value) Whether there is a handrail that continues from previous section.setTexturedSurface(boolean value) Whether there is a textured ground surface.setVisualContrast(boolean value) Whether there is a colour contrast.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StairEndStructure.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<StairEndStructure.Builder>
-
mergeFrom
public StairEndStructure.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StairEndStructure.Builder>- Throws:
IOException
-
getContinuingHandrail
public boolean getContinuingHandrail()Whether there is a handrail that continues from previous section. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 618:76]
bool continuing_handrail = 1;- Specified by:
getContinuingHandrailin interfaceStairEndStructureOrBuilder- Returns:
- The continuingHandrail.
-
setContinuingHandrail
Whether there is a handrail that continues from previous section. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 618:76]
bool continuing_handrail = 1;- Parameters:
value- The continuingHandrail to set.- Returns:
- This builder for chaining.
-
clearContinuingHandrail
Whether there is a handrail that continues from previous section. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 618:76]
bool continuing_handrail = 1;- Returns:
- This builder for chaining.
-
getTexturedSurface
public boolean getTexturedSurface()Whether there is a textured ground surface. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 623:73]
bool textured_surface = 2;- Specified by:
getTexturedSurfacein interfaceStairEndStructureOrBuilder- Returns:
- The texturedSurface.
-
setTexturedSurface
Whether there is a textured ground surface. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 623:73]
bool textured_surface = 2;- Parameters:
value- The texturedSurface to set.- Returns:
- This builder for chaining.
-
clearTexturedSurface
Whether there is a textured ground surface. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 623:73]
bool textured_surface = 2;- Returns:
- This builder for chaining.
-
getVisualContrast
public boolean getVisualContrast()Whether there is a colour contrast. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 628:72]
bool visual_contrast = 3;- Specified by:
getVisualContrastin interfaceStairEndStructureOrBuilder- Returns:
- The visualContrast.
-
setVisualContrast
Whether there is a colour contrast. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 628:72]
bool visual_contrast = 3;- Parameters:
value- The visualContrast to set.- Returns:
- This builder for chaining.
-
clearVisualContrast
Whether there is a colour contrast. [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 628:72]
bool visual_contrast = 3;- Returns:
- This builder for chaining.
-