com.sun.xml.bind.v2.model.impl
Class ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>

java.lang.Object
  extended by com.sun.xml.bind.v2.model.impl.PropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
      extended by com.sun.xml.bind.v2.model.impl.ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
All Implemented Interfaces:
AnnotationSource, Locatable, PropertyInfo<TypeT,ClassDeclT>, Comparable<PropertyInfoImpl>
Direct Known Subclasses:
ElementPropertyInfoImpl, ReferencePropertyInfoImpl

abstract class ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>
extends PropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT>

Common part of ElementPropertyInfoImpl and ReferencePropertyInfoImpl.


Field Summary
 
Fields inherited from class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
parent, seed
 
Constructor Summary
ERPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo, PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)
           
 
Method Summary
 QName getXmlName()
          Gets the wrapper element name.
 boolean isCollectionNillable()
           
 boolean isCollectionRequired()
           
 
Methods inherited from class com.sun.xml.bind.v2.model.impl.PropertyInfoImpl
calcXmlName, calcXmlName, compareTo, displayName, getAdapter, getExpectedMimeType, getIndividualType, getLocation, getName, getRawType, getSchemaType, getUpstream, hasAnnotation, id, inlineBinaryData, isCollection, link, nav, parent, readAnnotation, reader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.PropertyInfo
kind, ref
 

Constructor Detail

ERPropertyInfoImpl

public ERPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo,
                          PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)
Method Detail

getXmlName

public final QName getXmlName()
Gets the wrapper element name.


isCollectionNillable

public final boolean isCollectionNillable()

isCollectionRequired

public final boolean isCollectionRequired()