| java.lang.Object com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
Method Summary | |
final protected QName | calcXmlName(XmlElement e) Computes the tag name from a
XmlElement by taking the defaulting into account. | final protected QName | calcXmlName(XmlElementWrapper e) Computes the tag name from a
XmlElementWrapper by taking the defaulting into account. | public int | compareTo(PropertyInfoImpl that) | final public String | displayName() | public Adapter<T, C> | getAdapter() This is the default implementation of the getAdapter method
defined on many of the
PropertyInfo -derived classes. | final public MimeType | getExpectedMimeType() | public T | getIndividualType() | public Location | getLocation() | final public String | getName() | public T | getRawType() | final public QName | getSchemaType() | public Locatable | getUpstream() A
PropertyInfoImpl is always referenced by its enclosing class,
so return that as the upstream. | final public boolean | hasAnnotation(Class<? extends Annotation> annotationType) | final public ID | id() | final public boolean | inlineBinaryData() | final public boolean | isCollection() | protected void | link() Called after all the
TypeInfo s are collected into the governing
TypeInfoSet . | final protected Navigator<T, C, F, M> | nav() | public ClassInfoImpl<T, C, F, M> | parent() | final public A | readAnnotation(Class<A> annotationType) | final protected AnnotationReader<T, C, F, M> | reader() |
getAdapter | public Adapter<T, C> getAdapter()(Code) | | This is the default implementation of the getAdapter method
defined on many of the
PropertyInfo -derived classes.
|
getIndividualType | public T getIndividualType()(Code) | | |
getRawType | public T getRawType()(Code) | | |
inlineBinaryData | final public boolean inlineBinaryData()(Code) | | |
isCollection | final public boolean isCollection()(Code) | | |
link | protected void link()(Code) | | Called after all the
TypeInfo s are collected into the governing
TypeInfoSet .
Derived class can do additional actions to complete the model.
|
readAnnotation | final public A readAnnotation(Class<A> annotationType)(Code) | | |
|
|