com.sun.xml.bind.v2.model.impl
class GetterSetterPropertySeed<TypeT,ClassDeclT,FieldT,MethodT> extends Object implements PropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
Field Summary | |
---|---|
protected MethodT | getter |
protected MethodT | setter |
Constructor Summary | |
---|---|
GetterSetterPropertySeed(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> parent, MethodT getter, MethodT setter) |
Method Summary | |
---|---|
Location | getLocation() |
String | getName() |
TypeT | getRawType() |
Locatable | getUpstream()
Use the enclosing class as the upsream Location. |
boolean | hasAnnotation(Class<? extends Annotation> annotationType) |
<A extends Annotation> A | readAnnotation(Class<A> annotation) |