org.mechio.impl.motion.messaging
Class JointPositionRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.JointPositionRecord
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class JointPositionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class JointPositionRecord.Builder
          RecordBuilder for JointPositionRecord instances.
 
Field Summary
 JointIdRecord jointId
          Deprecated. 
 double normalizedPosition
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
JointPositionRecord()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 JointIdRecord getJointId()
          Gets the value of the 'jointId' field.
 java.lang.Double getNormalizedPosition()
          Gets the value of the 'normalizedPosition' field.
 org.apache.avro.Schema getSchema()
           
static JointPositionRecord.Builder newBuilder()
          Creates a new JointPositionRecord RecordBuilder
static JointPositionRecord.Builder newBuilder(JointPositionRecord.Builder other)
          Creates a new JointPositionRecord RecordBuilder by copying an existing Builder
static JointPositionRecord.Builder newBuilder(JointPositionRecord other)
          Creates a new JointPositionRecord RecordBuilder by copying an existing JointPositionRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setJointId(JointIdRecord value)
          Sets the value of the 'jointId' field.
 void setNormalizedPosition(java.lang.Double value)
          Sets the value of the 'normalizedPosition' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

jointId

@Deprecated
public JointIdRecord jointId
Deprecated. 

normalizedPosition

@Deprecated
public double normalizedPosition
Deprecated. 
Constructor Detail

JointPositionRecord

public JointPositionRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getJointId

public JointIdRecord getJointId()
Gets the value of the 'jointId' field.


setJointId

public void setJointId(JointIdRecord value)
Sets the value of the 'jointId' field.

Parameters:
value - the value to set.

getNormalizedPosition

public java.lang.Double getNormalizedPosition()
Gets the value of the 'normalizedPosition' field.


setNormalizedPosition

public void setNormalizedPosition(java.lang.Double value)
Sets the value of the 'normalizedPosition' field.

Parameters:
value - the value to set.

newBuilder

public static JointPositionRecord.Builder newBuilder()
Creates a new JointPositionRecord RecordBuilder


newBuilder

public static JointPositionRecord.Builder newBuilder(JointPositionRecord.Builder other)
Creates a new JointPositionRecord RecordBuilder by copying an existing Builder


newBuilder

public static JointPositionRecord.Builder newBuilder(JointPositionRecord other)
Creates a new JointPositionRecord RecordBuilder by copying an existing JointPositionRecord instance



Copyright © 2011-2014. All Rights Reserved.