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

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

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

RecordBuilder for SynchronizedJointConfigRecord instances.


Method Summary
 SynchronizedJointConfigRecord build()
           
 SynchronizedJointConfigRecord.Builder clearDefaultPosition()
          Clears the value of the 'defaultPosition' field
 SynchronizedJointConfigRecord.Builder clearJointId()
          Clears the value of the 'jointId' field
 SynchronizedJointConfigRecord.Builder clearName()
          Clears the value of the 'name' field
 java.lang.Double getDefaultPosition()
          Gets the value of the 'defaultPosition' field
 java.lang.Integer getJointId()
          Gets the value of the 'jointId' field
 java.lang.String getName()
          Gets the value of the 'name' field
 boolean hasDefaultPosition()
          Checks whether the 'defaultPosition' field has been set
 boolean hasJointId()
          Checks whether the 'jointId' field has been set
 boolean hasName()
          Checks whether the 'name' field has been set
 SynchronizedJointConfigRecord.Builder setDefaultPosition(java.lang.Double value)
          Sets the value of the 'defaultPosition' field
 SynchronizedJointConfigRecord.Builder setJointId(int value)
          Sets the value of the 'jointId' field
 SynchronizedJointConfigRecord.Builder setName(java.lang.String value)
          Sets the value of the 'name' 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

getJointId

public java.lang.Integer getJointId()
Gets the value of the 'jointId' field


setJointId

public SynchronizedJointConfigRecord.Builder setJointId(int value)
Sets the value of the 'jointId' field


hasJointId

public boolean hasJointId()
Checks whether the 'jointId' field has been set


clearJointId

public SynchronizedJointConfigRecord.Builder clearJointId()
Clears the value of the 'jointId' field


getName

public java.lang.String getName()
Gets the value of the 'name' field


setName

public SynchronizedJointConfigRecord.Builder setName(java.lang.String value)
Sets the value of the 'name' field


hasName

public boolean hasName()
Checks whether the 'name' field has been set


clearName

public SynchronizedJointConfigRecord.Builder clearName()
Clears the value of the 'name' field


getDefaultPosition

public java.lang.Double getDefaultPosition()
Gets the value of the 'defaultPosition' field


setDefaultPosition

public SynchronizedJointConfigRecord.Builder setDefaultPosition(java.lang.Double value)
Sets the value of the 'defaultPosition' field


hasDefaultPosition

public boolean hasDefaultPosition()
Checks whether the 'defaultPosition' field has been set


clearDefaultPosition

public SynchronizedJointConfigRecord.Builder clearDefaultPosition()
Clears the value of the 'defaultPosition' field


build

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


Copyright © 2011-2014. All Rights Reserved.