org.mechio.impl.motion.messaging
Class JointDefinitionRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.JointDefinitionRecord
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 JointDefinitionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Nested Class Summary
static class JointDefinitionRecord.Builder
          RecordBuilder for JointDefinitionRecord instances.
 
Field Summary
 double defaultPosition
          Deprecated. 
 boolean enabled
          Deprecated. 
 double goalPosition
          Deprecated. 
 int jointId
          Deprecated. 
 java.lang.String name
          Deprecated. 
 java.util.List<JointPropDefinitionRecord> properties
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
JointDefinitionRecord()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 java.lang.Double getDefaultPosition()
          Gets the value of the 'defaultPosition' field.
 java.lang.Boolean getEnabled()
          Gets the value of the 'enabled' field.
 java.lang.Double getGoalPosition()
          Gets the value of the 'goalPosition' field.
 java.lang.Integer getJointId()
          Gets the value of the 'jointId' field.
 java.lang.String getName()
          Gets the value of the 'name' field.
 java.util.List<JointPropDefinitionRecord> getProperties()
          Gets the value of the 'properties' field.
 org.apache.avro.Schema getSchema()
           
static JointDefinitionRecord.Builder newBuilder()
          Creates a new JointDefinitionRecord RecordBuilder
static JointDefinitionRecord.Builder newBuilder(JointDefinitionRecord.Builder other)
          Creates a new JointDefinitionRecord RecordBuilder by copying an existing Builder
static JointDefinitionRecord.Builder newBuilder(JointDefinitionRecord other)
          Creates a new JointDefinitionRecord RecordBuilder by copying an existing JointDefinitionRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setDefaultPosition(java.lang.Double value)
          Sets the value of the 'defaultPosition' field.
 void setEnabled(java.lang.Boolean value)
          Sets the value of the 'enabled' field.
 void setGoalPosition(java.lang.Double value)
          Sets the value of the 'goalPosition' field.
 void setJointId(java.lang.Integer value)
          Sets the value of the 'jointId' field.
 void setName(java.lang.String value)
          Sets the value of the 'name' field.
 void setProperties(java.util.List<JointPropDefinitionRecord> value)
          Sets the value of the 'properties' 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 int jointId
Deprecated. 

name

@Deprecated
public java.lang.String name
Deprecated. 

defaultPosition

@Deprecated
public double defaultPosition
Deprecated. 

goalPosition

@Deprecated
public double goalPosition
Deprecated. 

enabled

@Deprecated
public boolean enabled
Deprecated. 

properties

@Deprecated
public java.util.List<JointPropDefinitionRecord> properties
Deprecated. 
Constructor Detail

JointDefinitionRecord

public JointDefinitionRecord()
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 java.lang.Integer getJointId()
Gets the value of the 'jointId' field.


setJointId

public void setJointId(java.lang.Integer value)
Sets the value of the 'jointId' field.

Parameters:
value - the value to set.

getName

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


setName

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

Parameters:
value - the value to set.

getDefaultPosition

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


setDefaultPosition

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

Parameters:
value - the value to set.

getGoalPosition

public java.lang.Double getGoalPosition()
Gets the value of the 'goalPosition' field.


setGoalPosition

public void setGoalPosition(java.lang.Double value)
Sets the value of the 'goalPosition' field.

Parameters:
value - the value to set.

getEnabled

public java.lang.Boolean getEnabled()
Gets the value of the 'enabled' field.


setEnabled

public void setEnabled(java.lang.Boolean value)
Sets the value of the 'enabled' field.

Parameters:
value - the value to set.

getProperties

public java.util.List<JointPropDefinitionRecord> getProperties()
Gets the value of the 'properties' field.


setProperties

public void setProperties(java.util.List<JointPropDefinitionRecord> value)
Sets the value of the 'properties' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2014. All Rights Reserved.