com.sun.xml.ws.db.sdo
Class SDOWrapperAccessor.SDOPropertyBuilder

java.lang.Object
  extended by com.sun.xml.ws.db.sdo.SDOWrapperAccessor.SDOPropertyBuilder
Enclosing class:
SDOWrapperAccessor

static class SDOWrapperAccessor.SDOPropertyBuilder
extends Object

Knows the mapping of all the properties of a contaning type


Constructor Summary
SDOWrapperAccessor.SDOPropertyBuilder(QName qname, Class type)
           
 
Method Summary
 Object get(Object instance)
           
<A> A
getAnnotation(Class<A> annotationType)
           
 Class getType()
           
 void set(Object instance, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDOWrapperAccessor.SDOPropertyBuilder

public SDOWrapperAccessor.SDOPropertyBuilder(QName qname,
                                             Class type)
Method Detail

getType

public Class getType()

getAnnotation

public <A> A getAnnotation(Class<A> annotationType)

get

public Object get(Object instance)

set

public void set(Object instance,
                Object value)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.