org.mechio.impl.motion.messaging
Class RobotPositionMapRecord.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<RobotPositionMapRecord>
          extended by org.mechio.impl.motion.messaging.RobotPositionMapRecord.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>
Enclosing class:
RobotPositionMapRecord

public static class RobotPositionMapRecord.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<RobotPositionMapRecord>
implements org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>

RecordBuilder for RobotPositionMapRecord instances.


Method Summary
 RobotPositionMapRecord build()
           
 RobotPositionMapRecord.Builder clearJointPositions()
          Clears the value of the 'jointPositions' field
 java.util.List<JointPositionRecord> getJointPositions()
          Gets the value of the 'jointPositions' field
 boolean hasJointPositions()
          Checks whether the 'jointPositions' field has been set
 RobotPositionMapRecord.Builder setJointPositions(java.util.List<JointPositionRecord> value)
          Sets the value of the 'jointPositions' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJointPositions

public java.util.List<JointPositionRecord> getJointPositions()
Gets the value of the 'jointPositions' field


setJointPositions

public RobotPositionMapRecord.Builder setJointPositions(java.util.List<JointPositionRecord> value)
Sets the value of the 'jointPositions' field


hasJointPositions

public boolean hasJointPositions()
Checks whether the 'jointPositions' field has been set


clearJointPositions

public RobotPositionMapRecord.Builder clearJointPositions()
Clears the value of the 'jointPositions' field


build

public RobotPositionMapRecord build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<RobotPositionMapRecord>


Copyright © 2011-2014. All Rights Reserved.