Oracle NoSQL Database Examples
version 11gR2.2.0.26

avro
Class MemberInfo

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by avro.MemberInfo
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

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


Nested Class Summary
static class MemberInfo.Builder
          RecordBuilder for MemberInfo instances.
 
Field Summary
 Address address
          Deprecated. 
 int age
          Deprecated. 
 FullName name
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
MemberInfo()
           
 
Method Summary
 Object get(int field$)
           
 Address getAddress()
          Gets the value of the 'address' field.
 Integer getAge()
          Gets the value of the 'age' field.
 FullName getName()
          Gets the value of the 'name' field.
 org.apache.avro.Schema getSchema()
           
static MemberInfo.Builder newBuilder()
          Creates a new MemberInfo RecordBuilder
static MemberInfo.Builder newBuilder(MemberInfo.Builder other)
          Creates a new MemberInfo RecordBuilder by copying an existing Builder
static MemberInfo.Builder newBuilder(MemberInfo other)
          Creates a new MemberInfo RecordBuilder by copying an existing MemberInfo instance
 void put(int field$, Object value$)
           
 void setAddress(Address value)
          Sets the value of the 'address' field.
 void setAge(Integer value)
          Sets the value of the 'age' field.
 void setName(FullName value)
          Sets the value of the 'name' 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$

name

@Deprecated
public FullName name
Deprecated. 

age

@Deprecated
public int age
Deprecated. 

address

@Deprecated
public Address address
Deprecated. 
Constructor Detail

MemberInfo

public MemberInfo()
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 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$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getName

public FullName getName()
Gets the value of the 'name' field.


setName

public void setName(FullName value)
Sets the value of the 'name' field.

Parameters:
value - the value to set.

getAge

public Integer getAge()
Gets the value of the 'age' field.


setAge

public void setAge(Integer value)
Sets the value of the 'age' field.

Parameters:
value - the value to set.

getAddress

public Address getAddress()
Gets the value of the 'address' field.


setAddress

public void setAddress(Address value)
Sets the value of the 'address' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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


Oracle NoSQL Database Examples
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.